mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] update: Qt 4.7.0 RC1


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] update: Qt 4.7.0 RC1
Date: Sun, 12 Sep 2010 03:34:49 +1000

On 27 August 2010 06:54, Mark Brand <address@hidden> wrote:
>  Hi,
>
> Qt 4.7 RC1 is out so I made an update for mingw-cross-env which can be found
> here:
>
> http://www.xs4all.nl/~brandm/mingw-cross-env/
>
> Comments are welcome!

FreeBSD and OSX seem to have a problem with MAKEFLAGS being set. Tens
or hundreds of g++ processes are created and they eventually end up
with strange errors. Removing the line allows the build to succeed on
both (after reverting freetds):

diff -r ac9aa3111b50 src/qt.mk
--- a/src/qt.mk Fri Sep 10 11:33:44 2010 +0200
+++ b/src/qt.mk Sun Sep 12 03:06:34 2010 +1000
@@ -32,7 +32,6 @@
         OPENSSL_LIBS="`'$(TARGET)-pkg-config' --libs-only-l openssl`" \
         PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config'
--libs-only-l openssl` -lws2_32" \
         SYBASE_LIBS="-lsybdb -liconv -lws2_32" \
-        MAKEFLAGS="-j '$(JOBS)'" \
         ./configure \
         -opensource \
         -confirm-license \


Cheers,

Tony



reply via email to

[Prev in Thread] Current Thread [Next in Thread]