On 24.01.2008 16:46, Paulo Alexandre Freire (REAL LÓGICA) wrote:
All my visual studio files are created, I've followed your how-to , but in your how-to doesn't refer the steps after the .bat. From your point I follow this: http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSource
Actually there is a second post where I described how I did it after the .bat:
[1] http://article.gmane.org/gmane.comp.voip.wengophone.devel/5746
Then I type cmakesetup in the visual studio command prompt. Then I press configure, don't change any properties, and then hit OK. At this point the .exe should be build, but when the Cmake Windows closes, I go to debug and there is no exe.
Ok. cmakesetup actually does the same as "C:\Projects\wengophone-2.2\build\create_vcproj-VC80.bat" and it does NOT build the .exe! It just creates the Visual Studio Project files.
As Alaa already mentioned you have to run nmake or open the solution (build/wengophone.sln) with Visual Studio. Then you can build the exe file.
I must say, that I have not used nmake but only the Visual Studio IDE so I can only really help if you choose to use the Visual Studio IDE build path.
HTH - Darsha _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
