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] Preparation of release 2.9


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] Preparation of release 2.9
Date: Sat, 10 Oct 2009 13:22:13 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Tony Theodore <address@hidden> schrieb:
> Good news, Open Solaris now builds qt successfully without the second
> replacement.

Thanks! I applied your patch and added credit for your help
on the qt package.

http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/fd3d2945f177

What's about FreeBSD and FreeBSD/amd64?

> I think installing the sun studio compilers would remove
> the need for the first.

Since we need GCC on Solaris anyway, this would just add
another dependency.

Apart from that, the real problem is that solaris-cc is
taken without checking whether the corresponding compilers
are installed. So the Qt's configure script should be fixed
to use solaris-g++ when GCC is available.

So I think that using solaris-g++ is the right way, and
the remaining $(SED) action is the best workaround until
the real problem is fixed.

> > I just finished the other correction for OSX. I hope there aren't
> > any more problems:
> >
> > http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/dabb5b3d620d
> 
> More good news, this has fixed the g++ issue on OSX. It's now stopping
> with an invalid pch error, log attached.

That's still an open issue. My last fix caused the call to

    ar -M < ...

to be replaced with

    i686-pc-mingw32-ar -M < ...

That was necessary because the "ar" on OSX doesn't know about "-M"
while the self-compiled "ar" does.

The "pch" issue might be connected to that, as it fails immediately
after the "...-ar -M". In addition, the "...-ar -M" is not executed
under Debian.


Greets,

    Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR




reply via email to

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