Hi, I was trying to compile libjingle from the subversion repository and configure stopped with the following error:
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.9.1 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for a BSD-compatible install... /usr/bin/install -c checking for XML_ParserCreate in -lexpat... yes ls: talk/third_party/gips/VoiceEngine_mac_gcc.a: No such file or directory configure: creating ./config.status config.status: error: cannot find input file: Makefile.in If I try to compile version 0.4.0 I get: Making all in session Making all in tunnel if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/local/include -DPOSIX -g -O2 -MT tunnelsessionclient.lo -MD -MP -MF ".deps/tunnelsessionclient.Tpo" -c -o tunnelsessionclient.lo tunnelsessionclient.cc; \ then mv -f ".deps/tunnelsessionclient.Tpo" ".deps/tunnelsessionclient.Plo"; else rm -f ".deps/tunnelsessionclient.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/local/include -DPOSIX -g -O2 -MT pseudotcpchannel.lo -MD -MP -MF ".deps/pseudotcpchannel.Tpo" -c -o pseudotcpchannel.lo pseudotcpchannel.cc; \ then mv -f ".deps/pseudotcpchannel.Tpo" ".deps/pseudotcpchannel.Plo"; else rm -f ".deps/pseudotcpchannel.Tpo"; exit 1; fi /bin/sh ../../../libtool --silent --tag=CXX --mode=link g++ -DPOSIX -g -O2 -L/opt/local/lib -o libcricketsessiontunnel.la tunnelsessionclient.lo pseudotcpchannel.lo Making all in fileshare if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DPOSIX -I/opt/local/include -g -O2 -MT fileshare.lo -MD -MP -MF ".deps/fileshare.Tpo" -c -o fileshare.lo fileshare.cc; \ then mv -f ".deps/fileshare.Tpo" ".deps/fileshare.Plo"; else rm -f ".deps/fileshare.Tpo"; exit 1; fi fileshare.cc: In member function 'void cricket::FileShareSession::OnHttpRequest(talk_base::HttpServer*, talk_base::HttpTransaction*)': fileshare.cc:673: error: no matching function for call to '_min(unsigned int&, const size_t&)' fileshare.cc:674: error: no matching function for call to '_min(unsigned int&, const size_t&)' make[4]: *** [fileshare.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 I'm using macports. Can libjingle be compiled successfuly on mac? Thanks Erik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-talk-open" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-talk-open?hl=en -~----------~----~----~----~------~----~------~--~---
