Re: [Development] configure qtbase on mac os

2011-11-07 Thread Chris Meyer
2011/11/7 Thiago Macieira : > On Monday, 7 de November de 2011 11:44:56 Chris Meyer wrote: >> I don't know the history of the endian test; but it seems to make more >> sense to use something direct like: >> >> int num = 1; >> if(*(char *)&num == 1) >> { >>     printf("Little-Endian\n"); >> } >> els

Re: [Development] configure qtbase on mac os

2011-11-07 Thread Thiago Macieira
On Monday, 7 de November de 2011 11:44:56 Chris Meyer wrote: > I don't know the history of the endian test; but it seems to make more > sense to use something direct like: > > int num = 1; > if(*(char *)&num == 1) > { > printf("Little-Endian\n"); > } > else > { > printf("Big-Endian\n"); > }

Re: [Development] configure qtbase on mac os

2011-11-07 Thread Chris Meyer
On Sun, Nov 6, 2011 at 2:09 PM, Rohan McGovern 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

Re: [Development] configure qtbase on mac os

2011-11-07 Thread Chris Meyer
On Sun, Nov 6, 2011 at 2:09 PM, Rohan McGovern 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

Re: [Development] configure qtbase on mac os

2011-11-07 Thread Chris Meyer
On Sun, Nov 6, 2011 at 2:09 PM, Rohan McGovern 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

Re: [Development] configure qtbase on mac os

2011-11-06 Thread Rohan McGovern
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

[Development] configure qtbase on mac os

2011-11-04 Thread Chris Meyer
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 configu