[Development] configure qtbase on mac os

Chris Meyer cmeyer1969+qt at gmail.com
Mon Nov 7 20:08:53 CET 2011


On Sun, Nov 6, 2011 at 2:09 PM, Rohan McGovern <rohan.mcgovern at nokia.com> wrote:
> Chris Meyer said:
>> I'm configuring qtbase (Mac OS 10.6.8, Xcode 4.2, and qtbase/master)
>> using the following command:
>>
>> export QTDIR=/some/path/for/installation
>> ./configure -prefix $QTDIR -opensource -no-sql-mysql -qt-libpng
>> -qt-libjpeg -no-dbus -nomake examples -nomake demos
>>
>> After a while, I get an error that configure cannot determine
>> big-endian or little-endian.
>
> Hmm, do you get anything useful if you add -verbose to configure?

Another note:

g++ --version gives me:

i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.
build 5658) (LLVM build 2336.1.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

It's the llvm compiler.



More information about the Development mailing list