Hi!

On 31.01.2008 21:08, Chris Botor wrote:
> Hi, How do I solve this problem?

> ------ Rebuild All started: Project: desktopservice, Configuration:
> Debug Win32 ------
> Deleting intermediate and output files for project 'desktopservice',
> configuration 'Debug|Win32'
> Building Custom Rule
> C:/openwengo/wengophone-2.2/libs/qtutil/tests/CMakeLists.txt
> Subversion (svn) command line not found, it is recommended to install it
> -- OS: Windows-5.1
> -- Processor: x86
> -- Compiler: C:/Program Files/Microsoft Visual Studio 8/VC/bin/cl.exe
> -- Build type: Debug
> -- Build tool: C:/PROGRA~1/MICROS~1/Common7/IDE/VCExpress.exe
> -- Build directory: C:/openwengo/wengophone-2.2/build/debug
> -- svn revision: 0
> -- Time: 20080201035931
> -- Found Boost version 103401: C:/Program Files/boost/boost_1_34_1,
> C:/Program 
> Files/boost/boost_1_34_1/lib/boost_date_time-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_filesystem-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_iostreams-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_prg_exec_monitor-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_program_options-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_python-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_regex-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_serialization-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_signals-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_thread-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_unit_test_framework-vc80-mt-gd-1_34_1.lib;C:/Program
> Files/boost/boost_1_34_1/lib/boost_wserialization-vc80-mt-gd-1_34_1.lib
> -- Found Qt-Version 4.3.3
> -- Qt4 with ActiveX (QAxContainer) support off
> -- Crashreport activated
> -- Found lrelease: C:/Qt/4.3.3/bin/lrelease.exe
> -- Configuring done
> -- Generating done
> -- Build files have been written to: C:/openwengo/wengophone-2.2/build
> Compiling...
> desktopservice.cpp
> Compiling manifest to resources...
> Linking...
> LINK : fatal error LNK1104: cannot open file 'QtUiToolsd.lib'
> Build log was saved at
> "file://c:\openwengo\wengophone-2.2\build\libs\qtutil\tests\desktopservice.dir\Debug\BuildLog.htm"
> desktopservice - 1 error(s), 0 warning(s)
> ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

> How can I create an executable file I have 22 project errors all with
> this kind of error, can I disregard those project?

I did not have this kind of error but I think there is only a missing
reference to the Qt libs. So I only have these suggestions:

- My QtUiToolsd.lib (and others) are found in "C:\Qt\4.3.3\lib". Where
  are yours?
- Have you double-checked the environment variables "QTDIR" and
  "QT_PLUGINS_DIR"?
- Check your "build/CmakeCache.txt" file for "QT_LIBRARY_DIR".
  It should look something like:
  "QT_LIBRARY_DIR:PATH=C:/QT/4.3.3/lib". 
  If it's empty or wrong delete the CMakeCache.txt file and run
  "create_vcproj-VC80.bat" again. (Make sure your QTDIR variables are
  set correctly.) Then check again.

HTH && HAND
 - Darsha

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to