Dear colleagues I'm trying to compile yade-10 in my Linux machine running Red-hat g++ -v gives me gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1). The problem is the following : ------------------------------------------------------------ g++ -c -pthread -lpthread -I/usr/lib/qt-3.1/mkspecs/default -I. -I../../../../../YADE/include -I/usr/lib/qt-3.1/include -o IOFormatManager.o IOFormatManager.cppIOFormatManager.cpp: In static member function `static void IOFormatManager::parseFundamental(const std::string&, std::vector<std::string, std::allocator<std::string> >&)': IOFormatManager.cpp:102: error: `push_back_a' undeclared (first use this function) IOFormatManager.cpp:102: error: (Each undeclared identifier is reported only once for each function it appears in.) make[4]: *** [IOFormatManager.o] Error 1 make[4]: Leaving directory `/home/theocharis/yade-all-0.10.0/yade-libs/yade-lib-serialization/src/yade-lib-serialization' make[3]: *** [sub-yade-lib-serialization] Error 2 make[3]: Leaving directory `/home/theocharis/yade-all-0.10.0/yade-libs/yade-lib-serialization/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/theocharis/yade-all-0.10.0/yade-libs/yade-lib-serialization' make[1]: *** [compile_install] Error 2 make[1]: Leaving directory `/home/theocharis/yade-all-0.10.0/yade-libs' make: *** [compile_install] Error 2
------------------------------ seems there is a problem with the "push_back_a" function. Any ideas how to overcome this problem? Thanks!!! Theocharis _______________________________________________ Yade-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/yade-users
