[Qt-interest] Compilation issue

Andreas Pakulat apaku at gmx.de
Wed Feb 25 21:18:26 CET 2009


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.



More information about the Qt-interest-old mailing list