Nicolas, It seems that you don't have boost installed....
Thanks Vadim Le 3 sept. 08 à 00:01, Nicolas Lécureuil a écrit : > Le Tuesday 02 September 2008 12:08:36 Vadim Lebedev, vous avez écrit : >> Ok Nicolas >> >> Let's fisrt try to compile it >> >> >> hg.qutecom.com/qutecom-2.2 #get the latest source >> hg update -r RC1 #use RC1 >> cd build >> ./build_make.sh > > $ hg clone http://hg.qutecom.org/qutecom-2.2 > destination directory: qutecom-2.2 > requesting all changes > adding changesets > adding manifests > adding file changes > added 142 changesets with 7236 changes to 6888 files > updating working directory > 6884 files updated, 0 files merged, 0 files removed, 0 files > unresolved > [EMAIL PROTECTED] Qutecom]$ hg update -r RC1 > abort: There is no Mercurial repository here (.hg not found)! > [EMAIL PROTECTED] Qutecom]$ ls > qutecom-2.2/ > [EMAIL PROTECTED] Qutecom]$ cd qutecom-2.2/ > [EMAIL PROTECTED] qutecom-2.2]$ l > CMakeLists-owbuild.txt DEBUGGING.txt > DefineInstallationPaths.cmake Doxyfile build/ libs/ > scripts/ wengophone_lang.bat > CMakeLists.txt DefineCPackDefaults.cmake > DefineWengoOptions.cmake INSTALL.txt crashreport/ owbuild/ > wengophone/ wifo/ > [EMAIL PROTECTED] qutecom-2.2]$ hg update -r RC1 > abort: unknown revision 'RC1'! > > i gone on the build folder. > > if i use make i have a build error : > > [ 2%] Built target owutil > Scanning dependencies of target owthread > [ 2%] Building CXX object libs/owutil/thread/CMakeFiles/ > owthread.dir/src/Lockable.o > In file included from /home/neoclust/test/Qutecom/qutecom-2.2/libs/ > owutil/thread/Lockable.h:23, > from /home/neoclust/test/Qutecom/qutecom-2.2/libs/ > owutil/thread/src/Lockable.cpp:20: > /home/neoclust/test/Qutecom/qutecom-2.2/libs/owutil/thread/ > RecursiveMutex.h: In member function 'void RecursiveMutex::lock()': > /home/neoclust/test/Qutecom/qutecom-2.2/libs/owutil/thread/ > RecursiveMutex.h:37: error: 'boost::detail::thread' has not been > declared > /home/neoclust/test/Qutecom/qutecom-2.2/libs/owutil/thread/ > RecursiveMutex.h:37: error: expected primary-expression before '>' > token > /home/neoclust/test/Qutecom/qutecom-2.2/libs/owutil/thread/ > RecursiveMutex.h:37: error: '::lock' has not been declared > /home/neoclust/test/Qutecom/qutecom-2.2/libs/owutil/thread/ > RecursiveMutex.h: In member function 'void RecursiveMutex::unlock()': > /home/neoclust/test/Qutecom/qutecom-2.2/libs/owutil/thread/ > RecursiveMutex.h:41: error: 'boost::detail::thread' has not been > declared > /home/neoclust/test/Qutecom/qutecom-2.2/libs/owutil/thread/ > RecursiveMutex.h:41: error: expected primary-expression before '>' > token > /home/neoclust/test/Qutecom/qutecom-2.2/libs/owutil/thread/ > RecursiveMutex.h:41: error: '::unlock' has not been declared > make[2]: *** [libs/owutil/thread/CMakeFiles/owthread.dir/src/ > Lockable.o] Error 1 > make[1]: *** [libs/owutil/thread/CMakeFiles/owthread.dir/all] Error 2 > make: *** [all] Error 2 > > If i use make -j 4 i have the same error as before ( no error just > the compilation that stop ) > > > [ 32%] Building C object libs/3rdparty/gaim/CMakeFiles/gaim.dir/src/ > libgaim/protocols/yahoo/ycht.o > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoo_picture.c: In function > 'yahoo_buddy_icon_upload_pending': > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoo_picture.c:421: warning: comparison > between signed and unsigned > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoochat.c: In function > 'yahoo_process_chat_join': > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoochat.c:358: warning: comparison between > signed and unsigned > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoochat.c:437: warning: comparison between > signed and unsigned > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoochat.c: In function > 'yahoo_process_chat_goto': > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoochat.c:626: warning: comparison between > signed and unsigned > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoochat.c: In function 'meify': > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/yahoochat.c:801: warning: comparison between > signed and unsigned > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/ycht.c: In function 'ycht_pending': > /home/neoclust/test/Qutecom/qutecom-2.2/libs/3rdparty/gaim/src/ > libgaim/protocols/yahoo/ycht.c:512: warning: comparison between > signed and unsigned > Linking C static library libgaim.a > [ 32%] Built target gaim > make: *** [all] Error 2 > > > > > -- > Cordialement, > Nicolas Lécureuil > Contributeur KDE pour Mandriva > JID: [EMAIL PROTECTED] > _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
