search for: dqt_thread_support

Displaying 3 results from an estimated 3 matches for "dqt_thread_support".

2004 Sep 30
2
OT: Kphone installation problem
...one/index.html), asked for a solution in a german ip phone forum and tryed many things by myself. I try to compile KPhone 4.0.3 (tryed CVS Version as well) but compilation breaks with this error message: c++ -I/usr/local/qt/include -Wall -O3 -I. -I../gsm -I../ilbc -I../dissipate2 -D_REENTRANT=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBPNG=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1 -DINCLUDE_STDLIB_H=1 -DSHARE_DIR=\"/usr/local/share/kphone\" -c -o ksipoptions.moc.o ksipoptions.moc.c...
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
...too and use XMinGW (i386-mingw32msvc-g++ 3.4.4). The command line for compiling my example is: joaquin@CUARTO ~/.wine/drive_c/Qt/4.0.1/examples/tutorial/t1 $ /opt/xmingw/bin/i386-mingw32msvc-g++ main.cpp -o t1.exe -DQT_EDITION=QT_EDITION_DESKTOP -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_THREAD_SUPPORT -pipe -O2 -w -I../../../mkspecs/linux-g++ -I. -I../../../include/QtGui -I../../../include/QtCore -I../../../include -I../../../include/ActiveQt -I. -L/home/joaquin/.wine/drive_c/Qt/4.0.1/lib -lQtCore4 -lQtGui4 And the content of program is: #include <QApplication> #include <QPushButton...
2011 Jul 05
0
[LLVMdev] pthread problems with gcc 4.1 includes?
.../usr/include /usr/local/bin/../lib/clang/3.0/include /usr/include/x86_64-linux-gnu End of search list. clang -o /home/oyvind/oharboe/build/git/testautomation/linux-amd64-gcc_4_1-debug/testsuite/test.os -c -fPIC -g -W -Wall -m64 -fPIC -DQT_NO_CAST_TO_ASCII -DDEBUG -DLINUX -DLITTLEENDIAN -DQT -DQT_THREAD_SUPPORT -DQT3_SUPPORT -DQT_DEBUG -DBOOST_ALL_NO_LIB -I. -I/home/oyvind/oharboe/packages/linux-amd64-gcc_4_1/qt-4_7_1_patched/include -I/home/oyvind/oharboe/packages/linux-amd64-gcc_4_1/qt-4_7_1_patched/mkspecs/linux-g++-64 -I/home/oyvind/oharboe/packages/linux-amd64-gcc_4_1/boost-1_37_0_patched--python-2_6...