He isn't trying to build 64bit libs, though. He's just trying to rebuild the 32bit libs on Windows 7 x64.
Either way, it wouldn't make a difference.NMAKE : fatal error U1077: '"C:\Program Files --> (x86) <---\Microsoft Visual Studio 10.0
He isn't trying to build 64bit libs, though. He's just trying to rebuild the 32bit libs on Windows 7 x64.
Either way, it wouldn't make a difference.NMAKE : fatal error U1077: '"C:\Program Files --> (x86) <---\Microsoft Visual Studio 10.0
I mean this line:
If he installed such a file, and the linker still can't open it, it might be because of several problems. But because I saw both 64bit and 32bit in the same post, that would have been my first guess.Qt Code:
LINK : fatal error LNK1104: cannot open file 'libpng.lib'To copy to clipboard, switch view to plain text mode
You do realize that both the x86 and x64 libs are built from the same configuration right?
when fed to configure can lead to x86 or x64 output.
I was writing a post but I figured out the problem. In order to install Qt, I opened a console to run 'configure -platform win32-g++'. As it did not find mingw32-make i changed windows PATH variable to include NodiaQtSDK\mingw\bin. Ater changing it I tried to install several times at the same console. While I was trying to copy and paste the instalation log here I notice that the PATH variable was not including the required mingw directory yet. Closed and opened the console again and voilá!
Decided to keep it here just in case someone as "distracted" as me is having the same problem!
By the way, is it possible to comple the whole thing to win64, using some sort of mingw64? I will google it around but any answear here would be nice.
Last edited by ferrabras; 7th February 2011 at 13:46.
Bookmarks