Kai,

>> Creating qmake. Please wait...
>> g++ -c -o project.o  -DQMAKE_OPENSOURCE_EDITION -g -I. -Igenerators 
>> -Igenerators/unix -Igenerators/win32 -Igenerators/ma
>> c -Igenerators/symbian -Igenerators/integrity 
>> -I/QtSDK/Desktop/Qt/4.8.1/i686-w64-mingw32/include -I/QtSDK/Desktop/Qt/4.8
>> .1/i686-w64-mingw32/include/QtCore 
>> -I/QtSDK/Desktop/Qt/4.8.1/i686-w64-mingw32/src/corelib/global 
>> -I/QtSDK/Desktop/Qt/4.8
>> .1/i686-w64-mingw32/src/corelib/xml -I/QtSDK/QtSources/4.8.1/tools/shared 
>> -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPE
>> D -DQLIBRARYINFO_EPOCROOT -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES 
>> -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/QtSD
>> K/QtSources/4.8.1/mkspecs/win32-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD 
>> -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DEPRE
>> CATED  project.cpp
>> project.cpp: In member function 'QStringList& QMakeProject::values(const 
>> QString&, QMap<QString, QStringList>&)':
>> project.cpp:3062:51: error: cannot convert 'wchar_t*' to 'LPSTR {aka char*}' 
>> for argument '1' to 'BOOL GetComputerNameA(
>> LPSTR, PDWORD)'
>> make.exe: *** [project.o] Error 1
> Hmm, it might be that TDM builds toolchains with triplet *-pc-mingw32,
> which disables unicode startup.  This might be related.  Ruben?
The thing is, i'm getting the exact same error when trying with Ruben's 
toolchain. Maybe it's more likely something *I* am doing wrong ;)
Can you please review the steps i do below, and tell me the one which is 
correct?

Route 1:
1 - Have MSYS in C:/MSYS.
2a - Extract Ruben's build to C:/MinGW32 (So i have C:/MinGW32/bin/g++.exe and 
C:/MinGW32/i686-w64-mingw32/bin/ar.exe for instance).
2b - Extract Ruben's build over MSYS folder (MSYS and Ruben's toollchain bin 
folder get merged into MSYS)?
3 - Edit MSYS's fstab to read "c:/MinGW32 /mingw".

i'm not sure wether to merge the toolchain's bin folder into my MSYS bin 
folder, or to keep them separate.
i don't remember what i did for SeZero's build to work...

Thanks Kai.
Pierre.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to