RE: mingw QT Compile - Input line too long

2010-01-22 Thread Michael Edwardes
Hi, I have cmake version 2.8.0 installed. I will file a bug report shortly. Michael -Original Message- From: Alexander Neundorf [mailto:neund...@kde.org] Sent: Thursday, January 21, 2010 9:53 PM To: kde-windows@kde.org Cc: Michael Edwardes Subject: Re: mingw QT Compile - Input line

RE: mingw QT Compile - Input line too long

2010-01-22 Thread Michael Edwardes
-0.7.1.20100107 all failed 10:59 AM -Original Message- From: Michael Edwardes [mailto:michael.edwar...@yardi.com] Sent: Friday, January 22, 2010 10:08 AM To: kde-windows@kde.org Subject: RE: mingw QT Compile - Input line too long Hi, I have cmake version 2.8.0 installed. I will file a bug

Re: mingw QT Compile - Input line too long

2010-01-22 Thread Patrick von Reth
@kde.org Subject: RE: mingw QT Compile - Input line too long Hi, I have cmake version 2.8.0 installed. I will file a bug report shortly. Michael -Original Message- From: Alexander Neundorf [mailto:neund...@kde.org] Sent: Thursday, January 21, 2010 9:53 PM To: kde-windows@kde.org Cc

RE: mingw QT Compile - Input line too long

2010-01-22 Thread Michael Edwardes
: Friday, January 22, 2010 11:28 AM To: KDE on Windows Subject: Re: mingw QT Compile - Input line too long At least the qt build error has nothing to do with CMake, qt uses its own qmake and not CMake. The output from building qt indicates you are using mingw32 but the output from strigi indicates you

Re: mingw QT Compile - Input line too long

2010-01-22 Thread Patrick Spendrin
, January 22, 2010 11:28 AM *To:* KDE on Windows *Subject:* Re: mingw QT Compile - Input line too long At least the qt build error has nothing to do with CMake, qt uses its own qmake and not CMake. The output from building qt indicates you are using mingw32 but the output from

RE: mingw QT Compile - Input line too long

2010-01-22 Thread Michael Edwardes
This works for me. Thanks, Michael -Original Message- From: Patrick Spendrin [mailto:ps...@gmx.de] Sent: Friday, January 22, 2010 12:27 PM To: KDE on Windows Subject: Re: mingw QT Compile - Input line too long -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Edwardes schrieb: Hi

mingw QT Compile - Input line too long

2010-01-21 Thread Michael Edwardes
Hi All, Im trying to compile KDE on windows and it fails during the compile of Qt, it seems the lines is too long for cmd.exe ? (I have tried with non-free msvc2008 as well but it fails during the compile of strigi). Thanks, Michael g++ -c -include obj\release\WebKit_pch.h -Wreturn-type

Re: mingw QT Compile - Input line too long

2010-01-21 Thread Andrew Goodbody
On 21/01/2010 16:40, Michael Edwardes wrote: Im trying to compile KDE on windows and it fails during the compile of Qt, it seems the lines is too long for cmd.exe ? (I have tried with non-free msvc2008 as well but it fails during the compile of strigi). Reduce the length of the directory name

Re: mingw QT Compile - Input line too long

2010-01-21 Thread Andre Heinecke
Hi, 2010/1/21 Andrew Goodbody: Reduce the length of the directory name you have as %KDEROOT% ie kde-mingw is too long. to take the KDEROOT path out of my input line I used the Windows subst command. In my kdesettings.bat i have the following: mkdir %KDEROOT%\download subst /d x: subst x:

Re: mingw QT Compile - Input line too long

2010-01-21 Thread Alexander Neundorf
On Thursday 21 January 2010, Michael Edwardes wrote: Hi All, Im trying to compile KDE on windows and it fails during the compile of Qt, it seems the lines is too long for cmd.exe ? (I have tried with non-free msvc2008 as well but it fails during the compile of strigi). Which version of