[SOLVED] Error when compiling with MSVC 2008
Posted: Fri Mar 29, 2013 9:41 pm
Hi,
I would like to try to develop a little, however I can't get past qBittorrent compilation on a Windows 8 (64-bit) machine using MSVC 2008.
I did everything, step-by-step, accordingly to this tutorial:
https://github.com/qbittorrent/qBittorr ... linkage%29
The message I get
BTW. the structure of my folders containing the libraries is the same as in the tutorial:
https://github.com/qbittorrent/qBittorr ... linkage%29
Thanks in advance
misiak
EDIT
Some output from the compiler with more details
I would like to try to develop a little, however I can't get past qBittorrent compilation on a Windows 8 (64-bit) machine using MSVC 2008.
I did everything, step-by-step, accordingly to this tutorial:
https://github.com/qbittorrent/qBittorr ... linkage%29
The message I get
I would be really grateful if you could give me any hints on what's wrong.LNK1181: cannot open input file 'C:/qBittorrent/boost_1_53_0/stage/lib/.obj'
File not found
BTW. the structure of my folders containing the libraries is the same as in the tutorial:
https://github.com/qbittorrent/qBittorr ... linkage%29
Thanks in advance

misiak
EDIT
Some output from the compiler with more details
Code: Select all
23:01:46: Running steps for project qbittorrent...
23:01:46: Configuration unchanged, skipping qmake step.
23:01:46: Starting: "C:\Qt\qtcreator-2.5.2\bin\jom.exe"
cd src\ && C:\Qt\qtcreator-2.5.2\bin\jom.exe -f Makefile
Qt: Untested Windows version 6.2 detected!
C:\Qt\qtcreator-2.5.2\bin\jom.exe -f Makefile.Release
Qt: Untested Windows version 6.2 detected!
Qt: Untested Windows version 6.2 detected!
link /LIBPATH:"c:\qBittorrent\qt-everywhere-opensource-src-4.8.4\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT /LTCG /DEBUG /INCREMENTAL:NO /NODEFAULTLIB:MSVCRT /MANIFEST /MANIFESTFILE:"release\qbittorrent.intermediate.manifest" /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /OUT:release\qbittorrent.exe @C:\Users\Admin~1\AppData\Local\Temp\qbittorrent.exe.11032.219.jom
LINK : fatal error LNK1181: cannot open input file 'C:/qBittorrent/boost_1_53_0/stage/lib/.obj'
jom: C:\qBittorrent\qbittorrent-build-desktop-Qt_4_8_4_-_MSVC2008_Release\src\Makefile.Release [release\qbittorrent.exe] Error 1181
jom: C:\qBittorrent\qbittorrent-build-desktop-Qt_4_8_4_-_MSVC2008_Release\src\Makefile [release] Error 2
jom: C:\qBittorrent\qbittorrent-build-desktop-Qt_4_8_4_-_MSVC2008_Release\Makefile [sub-src-make_default] Error 2
23:01:53: The process "C:\Qt\qtcreator-2.5.2\bin\jom.exe" exited with code 2.
Error while building/deploying project qbittorrent (target: Desktop)
When executing step 'Make'