> Hi Jaya, > > Jaya Meghani wrote: > > -- Configuring done > > -- Generating done > > -- Build files have been written to: C:/WIP/build However I still > > don't see any installer in my directories. > > I believe installer should be created in dir <Wengo > Dir>\build\debug\? > > Try running "nmake install" afterwards. You should see a > qtwengophone.exe in debug after your build, and the make > install should make your NSIS binary. Thanks. When I run nmake install I get this error: Creating library owwebcam.lib and object owwebcam.exp DirectXWebcamDriver.obj : error LNK2019: unresolved external symbol "char * __st dcall _com_util::ConvertBSTRToString(wchar_t *)" ([EMAIL PROTECTED] @@[EMAIL PROTECTED]) referenced in function "public: char const * __thiscall _bstr_t:: Data_t::GetString(void)const " ([EMAIL PROTECTED]@_bstr_t@@QBEPBDXZ) owwebcam.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\l ink.EXE"' : return code '0x460' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n make.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n make.exe"' : return code '0x2' Stop.
In Scons to woraround this problem we change: 1).Main scons buildscript wengophone.py, located in \wengoscons\wengoscons 2). wifo\phapi\Sconscript so that the occorrence of comsupp becomes comsuppw What is equivalent of this change in Cmake build system. Thanks. I am hoping to create a document on all this once I am successful. > > > 6). Also I get lots of errors while building: > > ************************************************************* > > -- Found Qt-Version 4.1.2 > > -- lupdate > > C:/WIP/wengophone/src/presentation/qt/lang/qtwengophone_de.ts > > lupdate error: Cannot open C++ source file > > > 'C:/WIP/build/wengophone/src/presentation/qt/moc_QtWengoPhone. > cxx': No > > such file or directory > > ************************************************************* > > There are issues with moc_ files and ui_ files when you try > to use cmake in a directory where you have previously used > scons - one way to fix it is to remove all the ui_ and moc_ > files under the wengophone directory, and rebuild in the > build directory with cmake & nmake. Another way is to do a > fresh svn co. > > This may be another issue, but it certainly looks like an > issue with generated cxx files being found in the wrong > place, and thus not being regenerated where they should be. > > Cheers, > Dave. > > -- > Dave Neary > OpenWengo Community Development Manager > Email: [EMAIL PROTECTED] > _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
