Created
September 20, 2011 17:12
-
-
Save netdesign/1229688 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I../../../lib/qt4/mkspecs/linux-g++ -I. -I../../../lib/qt4/include/QtCore -I../../../lib/qt4/include/QtCore -I../../../lib/qt4/include -I. -I. -o qtdirs.o qtdirs.cpp | |
| ../../../lib/qt4/include/QtCore/qatomic_i386.h: In function ‘int q_atomic_test_and_set_ptr(volatile void*, void*, void*)’: | |
| ../../../lib/qt4/include/QtCore/qatomic_i386.h:58: error: cast from ‘void*’ to ‘int’ loses precision | |
| ../../../lib/qt4/include/QtCore/qatomic_i386.h:59: error: cast from ‘void*’ to ‘int’ loses precision | |
| ../../../lib/qt4/include/QtCore/qatomic_i386.h: In function ‘void* q_atomic_set_ptr(volatile void*, void*)’: | |
| ../../../lib/qt4/include/QtCore/qatomic_i386.h:98: error: cast from ‘void*’ to ‘int’ loses precision | |
| make: *** [qtdirs.o] Error 1 | |
| Error: Failed to determine the layout of your Qt installation. Try again using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment