Qt-interest Archive, January 2007
Error with Configure for Qt 4.2.2
Message 1 in thread
Hi, sorry if this is a FAQ. I found some answers on the web, but they
were in German....sorry!
Here is my problem.
I'm trying to build Qt 4.2.2 for Windows (XP) from the source version.
I'm in the c:\Qt\4.2.2\ folder and I type
"configure"
The process quits with the following message:
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\bin\cl.EXE"' : return code '0xc0000135'
Stop.
Building qmake failed, return code 2
It smells to me like I'm missing something in my path when I'm doing
this from the command line.
Help!
Thanks
Mark
--
[ signature omitted ]
Message 2 in thread
Sorry for the unnecessary bandwidth.
I forgot to run Visual Studio's vcvarsall.bat from the command line
before running configure.
Mark
Mark Thompson wrote:
> Hi, sorry if this is a FAQ. I found some answers on the web, but they
> were in German....sorry!
>
> Here is my problem.
>
> I'm trying to build Qt 4.2.2 for Windows (XP) from the source version.
>
> I'm in the c:\Qt\4.2.2\ folder and I type
> "configure"
>
> The process quits with the following message:
>
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 8\VC\bin\cl.EXE"' : return code '0xc0000135'
> Stop.
> Building qmake failed, return code 2
>
> It smells to me like I'm missing something in my path when I'm doing
> this from the command line.
>
> Help!
>
> Thanks
> Mark
>
--
[ signature omitted ]
Message 3 in thread
Hi Mark,
the open-source version of Qt/Window does not directly support visual
studio, however, you might want to take a look at the qtwin project at
sourceforge.
Regards,
Thomas
Mark Thompson schrieb:
> Hi, sorry if this is a FAQ. I found some answers on the web, but they
> were in German....sorry!
>
> Here is my problem.
>
> I'm trying to build Qt 4.2.2 for Windows (XP) from the source version.
>
> I'm in the c:\Qt\4.2.2\ folder and I type
> "configure"
>
> The process quits with the following message:
>
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 8\VC\bin\cl.EXE"' : return code '0xc0000135'
> Stop.
> Building qmake failed, return code 2
>
> It smells to me like I'm missing something in my path when I'm doing
> this from the command line.
>
> Help!
>
> Thanks
> Mark
>
--
[ signature omitted ]