From: Larry W. V. <lv...@ca...> - 2003-02-25 14:29:49
|
Well, after finally deleting all the ^M from the files in palm-db-tools-0_3_5 , and determining that I have to use gnu make and not a normal make, I run into the folling problem. g++ -DHAVE_CONFIG_H -I. -I/ldatae/PilotBuilding/DB/palm-db-tools/libsupport -I.. -I/ldatae/PilotBuilding/DB/palm-db-tools -ansi -pedantic -g -O2 -Wall -Werror -Wp,-MD,.deps/strop.pp -c strop.cpp -fPIC -DPIC -o .libs/strop.lo strop.cpp: In function `char * StrOps::strptime(const char *, const char *, StrOps::tm *)': strop.cpp:296: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:297: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:297: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:308: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:309: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:309: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:319: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:320: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:320: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:329: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:338: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:339: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:339: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:349: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:350: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' strop.cpp:350: invalid use of undefined type `struct StrOps::tm' strop.h:105: forward declaration of `struct StrOps::tm' gmake[2]: *** [strop.lo] Error 1 gmake[2]: Leaving directory `/ldatae/PilotBuilding/DB/palm-db-tools/libsupport' Anyone have a fix for this apparent C++ error? -- Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ > Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |