Hi, im trying to compile qutecom, im a developer but not a C or QT, im a php developer.
I install everythink i guess i need, and currently im trying to compile using mingw. the first error wass on 13%, i receive this: msvc_recommended_pragmas.h: No such file or directory i search in google and see that is a library from glib. i try a lot of thinks to solve, and after a while ( a lots of hours) i solve it commenting glib on makelist.txt for 3rdparty libs (/libs/3rdparty/CMakeList.txt) (i guess it take from my system libs) im right? thats a good solution? anyway, when i do a make againt it appears to works fine. Next i recive a similar error refering to a error.h from libpurple, again, i comment libpurple and the compiler dont show the error anymore. Next, on the 42% im receiving this error: Linking CXX shared library libphapi.dll Creating library file: libphapi.dll.a ..\ortp\libortp.a(rtpsession_inet.obj)(.text+0x115): In function `create_and_bind': G:/qcom2hg/wifo/ortp/src/rtpsession_inet.c:66: undefined reference to `gai_strerr...@4' ..\ortp\libortp.a(rtpsession_inet.obj)(.text+0xa6c): In function `ortp_inet_ntoa': G:/qcom2hg/wifo/ortp/src/rtpsession_inet.c:485: undefined reference to `gai_strerr...@4' ..\ortp\libortp.a(rtpsession_inet.obj)(.text+0xb0c): In function `rtp_session_set_remote_addr': G:/qcom2hg/wifo/ortp/src/rtpsession_inet.c:521: undefined reference to `gai_strerr...@4' ..\ortp\libortp.a(rtpsession_inet.obj)(.text+0xcc7):G:/qcom2hg/wifo/ortp/src/rtpsession_inet.c:562: undefined reference to `gai_strerr...@4' collect2: ld returned 1 exit status mingw32-make[2]: *** [wifo/phapi/libphapi.dll] Error 1 mingw32-make[1]: *** [wifo/phapi/CMakeFiles/phapi.dir/all] Error 2 mingw32-make: *** [all] Error 2 i really dont know what to do to solve it, any ideas? any clues? can you please help me? =) thanks you SO much in advance _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
