[Qt-interest] Compilation issue

Zine eddine Bendjaballah zineeddine.b at gmail.com
Thu Feb 26 08:44:57 CET 2009


Hi,

Thanks for the replay. I've ran maingw32-make.exe from a cmd prompt
window as suggested by Andreas, It has worked for a first time, but
when I made changes to the code and re-run make again I get the same
error, but with an other file "enginesubject.cpp" which is normaly
"engine\subject.cpp".

Any other Idea?

Cheers.


2009/2/25, Andreas Pakulat <apaku at gmx.de>:
> On 25.02.09 22:47:04, Constantin Makshin wrote:
>> MSYS converts paths when it calls "external" (non-MSYS) programs. The log
>>
>> provided by Zine confirms this -- the compiler gets all paths in Windows
>> style.
>
> Right, but mingw running under msys afaik doesn't expect this (at least
> not the one that I used), hence it expects "/" as path separator and
> not "\". Which turns "\" into an escaping character and "\m" == "m"
> after unescaping, leading to the "not found" file because
> Interfacemainwindow.cpp really doesn't exist.
>
> So this is definetly a case of running the wrong gcc in an msys shell.
>
> Andreas
>
> --
> You will forget that you ever knew me.
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>


-- 
Zine Eddine Bendjaballah



More information about the Qt-interest-old mailing list