From: <gj...@fh...> - 2004-12-30 12:59:55
|
after editing the file and make clean && ./configure make went well upon ... see for yourself: --- make start --- .... .... .... g++ -pipe -fPIC -I. -I../include -O2 -DNDEBUG=1 -c -o FactoryTest.o FactoryTest.cpp g++ -pipe -fPIC -I. -I../include -O2 -DNDEBUG=1 -c -o registrations.o registrations.cpp g++ -o FactoryTest FactoryTest.o registrations.o -rdynamic -L../lib -L../src -L../src/System -L../src/Util -L../src/Unicode -L../src/IO -L../src/Net -L../src/SIO -L../src/s11n -lpclasses_core -lpclasses_system -lpclasses_io -lpclasses_unicode -lpclasses_sio -lpclasses_s11n -lpclasses_util g++ -pipe -fPIC -I. -I../include -O2 -DNDEBUG=1 -c -o s11nTest.o s11nTest.cpp In file included from ../include/pclasses/s11n/pods_streamable.h:64, from s11nTest.cpp:5: ../include/pclasses/s11n/reg_serializable_traits.h:123: error: redefinition of `struct P::s11n::s11n_traits<size_t>' ../include/pclasses/s11n/reg_serializable_traits.h:123: error: previous definition of `struct P::s11n::s11n_traits<size_t>' In file included from ../include/pclasses/s11n/reg_serializable_traits.h:149, from ../include/pclasses/s11n/pods_streamable.h:64, from s11nTest.cpp:5: ../include/pclasses/s11n/name_type.h:25: error: redefinition of `struct <unnamed>::class_name<size_t>' ../include/pclasses/s11n/name_type.h:25: error: previous definition of `struct <unnamed>::class_name<size_t>' ../include/pclasses/s11n/name_type.h:32: error: redefinition of `struct <unnamed>::class_name<const size_t>' ../include/pclasses/s11n/name_type.h:32: error: previous definition of `struct <unnamed>::class_name<const size_t>' ../include/pclasses/s11n/name_type.h:39: error: redefinition of `struct <unnamed>::class_name<size_t*>' ../include/pclasses/s11n/name_type.h:39: error: previous definition of `struct <unnamed>::class_name<size_t*>' ../include/pclasses/s11n/name_type.h:47: error: redefinition of `struct <unnamed>::class_name<const size_t*>' ../include/pclasses/s11n/name_type.h:47: error: previous definition of `struct <unnamed>::class_name<const size_t*>' In file included from ../include/pclasses/s11n/reg_serializable_traits.h:161, from ../include/pclasses/s11n/pods_streamable.h:64, from s11nTest.cpp:5: ../include/pclasses/FactoryReg.h:96: error: redefinition of `bool <unnamed>::pfactory_reg_context<size_t>::placeholder' ../include/pclasses/FactoryReg.h:96: error: `bool <unnamed>::pfactory_reg_context<size_t>::placeholder' previously declared here {standard input}: Assembler messages: {standard input}:50: Error: symbol `_ZN29_GLOBAL__N_s11nTest.cppRPaWko20pfactory_reg_contextImE11placeholderE' is already defined make[1]: *** [s11nTest.o] Error 1 make[1]: Leaving directory `/home/gjehle/src/pclasses2-2.0.dev/test' make: *** [subdirs-all] Error 2 --- make end --- // gjehle Zitat von stephan beal <st...@s1...>: > On Thursday 30 December 2004 12:02, stephan beal wrote: > > Yes: in ./toc.pclasses.make.at > > s/pclasses/pclasses2/ > > > > -- > ----- st...@s1... http://s11n.net > "...pleasure is a grace and is not obedient to the commands > of the will." -- Alan W. Watts > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > pclasses-devel mailing list > pcl...@li... > https://lists.sourceforge.net/lists/listinfo/pclasses-devel > |