W
wong_powah
How to fix the compile errors?
I do not see any error in the typedef.
# make clean; make depend; make lib
aCC -D_RWSTD_MULTI_THREAD -mt +W829 +W254 +W667 +W749 +Z +p -c -AA -AP
+DD64 -I../util_vob/Include -I../open_ssl_vob/openssl/include -DUNIX -
DHPUX -DHPUX_11_00 -DCA_INCLUDED -DOS_UNIX -DOS_HPUX -DOS_HPUX_11_00 -
DBIG_ENDIAN -DUSE_PTHREADS -D_REENTRANT -D_THREAD_SAFE -DCA_INCLUDED
-
DLP64_CORRECT Util/BaseCommandQueueClass.cpp -o hpux/
BaseCommandQueueClass.o
Error 667: "Util/TokenCommandClass.h", line 32 # Type name expected in
typedef declaration.
typedef enum CmdObjTyp { CmdObjTyp_TokenCommand, CmdObjTyp_Serve
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error 667: "Util/TokenCommandClass.h", line 33 # Type name expected in
typedef declaration.
typedef enum UtilTyp { UtilTyp_Command, UtilTyp_Response }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make[3]: *** [hux/BaseCommandQueueClass.o] Error 2
# aCC --version
aCC: HP ANSI C++ B3910B A.03.33
# uname -a
HP-UX hp1 B.11.00 U 9000/785 2003725330 unlimited-user license
I do not see any error in the typedef.
# make clean; make depend; make lib
aCC -D_RWSTD_MULTI_THREAD -mt +W829 +W254 +W667 +W749 +Z +p -c -AA -AP
+DD64 -I../util_vob/Include -I../open_ssl_vob/openssl/include -DUNIX -
DHPUX -DHPUX_11_00 -DCA_INCLUDED -DOS_UNIX -DOS_HPUX -DOS_HPUX_11_00 -
DBIG_ENDIAN -DUSE_PTHREADS -D_REENTRANT -D_THREAD_SAFE -DCA_INCLUDED
-
DLP64_CORRECT Util/BaseCommandQueueClass.cpp -o hpux/
BaseCommandQueueClass.o
Error 667: "Util/TokenCommandClass.h", line 32 # Type name expected in
typedef declaration.
typedef enum CmdObjTyp { CmdObjTyp_TokenCommand, CmdObjTyp_Serve
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error 667: "Util/TokenCommandClass.h", line 33 # Type name expected in
typedef declaration.
typedef enum UtilTyp { UtilTyp_Command, UtilTyp_Response }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make[3]: *** [hux/BaseCommandQueueClass.o] Error 2
# aCC --version
aCC: HP ANSI C++ B3910B A.03.33
# uname -a
HP-UX hp1 B.11.00 U 9000/785 2003725330 unlimited-user license