I'm in Code Camp as well, and I've encountered the same problem. It seems you have compiled Qt using Mingw (the default method), and libraries are created in the .a Linux format, not the .lib Windows style. Then, you try to compile Wengophone using msvc (Visual Studio or whatever) which needs the .lib libraries. Therefore, there are 2 workarounds:
1. compile Wengophone using Mingw as well (but I couldn't do it !!, the Scons script ignores prepare_for_mingw=yes)
2. recompile Qt using msvc, as detailed in http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSourceNgVs2005#Qt
Change Run "qconfigure.bat msvc2005" to "qconfigure YOUR_MSVC_VERSION"
Hope it helps
And have fun in CC
--
Ovidiu CIULE
Arad, Romania
+40 357 809 157
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
