-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 gregor herrmann wrote: > On Thu, 09 Mar 2006 19:27:29 +0100, Lars Schimmer wrote: > > >>| I've never seen this before I think. Can you provide some more >>| details? >>Debian amd64, packages as you describe, svn co Revision is 4449 and >>patch from ticket 323 attached. > > > ah, amd64 - might be different ;-) > > >>wifo/phapi/phapi.c:386: warning: missing braces around initializer >>wifo/phapi/phapi.c:386: warning: (near initialization for >>`phcfg.stunserver') >>wifo/phapi/phapi.c:387: warning: initialization makes integer from >>pointer without a cast >>wifo/phapi/phapi.c:387: error: initializer element is not computable at >>load time >>wifo/phapi/phapi.c:387: error: (near initialization for >>`phcfg.stunserver[1]') >>wifo/phapi/phapi.c:389: error: initializer element is not constant >>wifo/phapi/phapi.c:389: error: (near initialization for `phcfg.stunserver') > > > I looked at the code but in fact I have no idea; my only idea is to > comment out this whole block (from #ifdef EMBED until #endif) because > I guess something called MY_DLLEXPORT (*DLL*) is not really useful on > linux anyway. But I might miss something ...
Ok, I deleted the whole ifdef from source and tried a built with svn rev. 4489. I got another error: debug/libs/sipwrapper/src/phapi/libphapiwrapper.a(PhApiWrapper.o): In function `PhApiWrapper::setNetworkParameter()':libs/sipwrapper/src/phapi/PhApiWrapper.cpp:162: undefined reference to `phcfg' :libs/sipwrapper/src/phapi/PhApiWrapper.cpp:165: undefined reference to `phcfg' :libs/sipwrapper/src/phapi/PhApiWrapper.cpp:166: undefined reference to `phcfg' debug/libs/sipwrapper/src/phapi/libphapiwrapper.a(PhApiWrapper.o): In function `PhApiWrapper::enableAEC(bool)':libs/sipwrapper/src/phapi/PhApiWrapper.cpp:386: undefined reference to `phcfg' :libs/sipwrapper/src/phapi/PhApiWrapper.cpp:389: undefined reference to `phcfg' debug/libs/sipwrapper/src/phapi/libphapiwrapper.a(PhApiWrapper.o):libs/sipwrapper/src/phapi/PhApiWrapper.cpp:397: more undefined references to `phcfg' follow collect2: ld returned 1 exit status scons: *** [debug/wengophone/src/presentation/qt/qtwengophone] Error 1 scons: building terminated because of errors. > gregor MfG, Lars Schimmer - -- - ------------------------------------------------------------- TU Graz, Institut für ComputerGraphik & WissensVisualisierung Tel: +43 316 873-5405 E-Mail: [EMAIL PROTECTED] Fax: +43 316 873-5402 PGP-Key-ID: 0x4A9B1723 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEFUTrmWhuE0qbFyMRAm8oAJoCC1pb8oO48YAok1R8li4vKKVAywCfdMFI 42ZxR8TovVF0H1avKpbI4cU= =wbFd -----END PGP SIGNATURE----- _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
