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
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");
> }
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
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
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
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
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