2006/4/14, Manfred Augsberger <[EMAIL PROTECTED]>: > > > > Hello everybody > > > > I have downloaded the source code for Wengophone > > Classic and I'm using qt-win-free-msvc.net2003-3.3.4 > > under Windows XP with Visual Studio 2003. As suggested > > in FAQ I have removed all references to QAxWidget in > > Classic's source code and tried to compile and link. I > > get the following error message during linking: > > > > LINK : fatal error LNK1181: Input library 'qaxcontainer.lib' cannot > > Be opened > > scons: *** > [build-wengo\win32-debug\softphone\gui\wengophone.exe] > Error 1181 > > > > qaxcontainer.lib is not part of QT free edition. Any help is > > appreciated. > > > > Thank you very much > > > > Manfred
Hi, Edit the gui/SConscript script and remove "qaxcontainer" on line 310. Regards, -- mstute
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
