PDA

View Full Version : please help, error on ./configure while compiling vyqchat



xpert
11-15-2004, 06:13 PM
hello,

i downloaded source files of vyqchat, a linux variant of vypress chat program for windows, and a get an error when i try to compile (./configure).

could anyone tell me whats wrong and how i can fix it?:?:
i'm a beginner in the linux world, but i know visual c++ . this is the log:



knoppix@ttyp0[vyqchat-0.2.5]$ sh ./configure
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 g++... g++
checking for C++ compiler default output... 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 for style of include used by make... GNU
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for stdlib.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether gcc needs -traditional... no
checking for vprintf... yes
checking for _doprnt... no
checking for gethostname... yes
checking for inet_ntoa... yes
checking for socket... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
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... ls: /lib/libqt*: No such file or directory
/usr/lib/libqt-mt.la /usr/lib/libqt-mt.so.3.2 /usr/lib/libqtmcop.so.1
/usr/lib/libqt-mt.prl /usr/lib/libqt-mt.so.3.2.3 /usr/lib/libqtmcop.so.1.0.0
/usr/lib/libqt-mt.so /usr/lib/libqtmcop.la
/usr/lib/libqt-mt.so.3 /usr/lib/libqtmcop.so
yes:
QT_CXXFLAGS=-I/usr/include/qt3
QT_DIR=
QT_LIBS=-l/usr/lib -l -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi
QT_UIC=/usr/bin/uic
QT_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.

mzilikazi
11-15-2004, 07:58 PM
Well it looks to me as though it tells you exactly what the problem is. No QT installation. So... looks like you have to install QT. How? I dunno - don't use it but you can look on trolltech (http://www.trolltech.com/). I presume this is an hdd installation? You cannot install QT to the live cd AFAIK.