From: Donna R. <do...@ke...> - 2008-07-23 16:50:10
|
Hi, Why did you choose qt-embedded as opposed to qt-x11-free ? You can download a tarball for qt-x11-free-3.3.X.tar.gz from here: ftp://ftp.trolltech.com/qt/source/ Otherwise ... you could wait for a couple of months. Porting Valkyrie to QT4 starts in September. Donna On Wednesday 23 July 2008 18:40, you wrote: > fd9 for x86_64 has qt-4.3.5. Since valkyrie-1.3.0 doesn't like against > it, I checked documentation, and tried to install > qt-embedded-free-3.3.6. It errors out on x86_64, trying to store a > pointer in a int. > > Rather than try to fix the bugs, I did a qt make -k, then in valkyrie: > :/usr/local/src/valkyrie-1.3.0 # ./configure --prefix=/usr/local > > --with-Qt-dir=/usr/local/src/qt-embedded-free-3.3.6 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking for g++... g++ > checking for C++ compiler default output file name... a.out > checking whether the C++ compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... gcc3 > checking for gcc... gcc > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking dependency style of gcc... gcc3 > checking how to run the C preprocessor... gcc -E > checking for X... libraries /usr/lib64, headers > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for Qt... yes: > QT_CXXFLAGS=-I/usr/local/src/qt-embedded-free-3.3.6/include > QT_DIR=/usr/local/src/qt-embedded-free-3.3.6 > QT_LIBS=-L/usr/local/src/qt-embedded-free-3.3.6/lib -lqte -lSM > -lICE -L/usr/lib64 -lX11 -lXext -lXmu -lXt -lXi > QT_UIC= > QT_MOC=/usr/local/src/qt-embedded-free-3.3.6/bin/moc > checking correct functioning of Qt installation... failure > configure: error: Failed to find matching components of a complete > Qt installation. Try using more options, > see ./configure --help. > > Suggestions?? |