vyqchat installation on ubuntu 7.04

Taking care of your Linux box.
Post Reply
waqaskhawaja
Lance Naik
Posts: 44
Joined: Thu Aug 31, 2006 8:52 pm
Location: Lahore Pakistan
Contact:

vyqchat installation on ubuntu 7.04

Post by waqaskhawaja »

I am trying to install vyqchat on ubuntu 7.04

This is the output I receive after running ./configure

Code: Select all

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 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 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 fork... yes
checking for pkg-config... /usr/bin/pkg-config
checking for sndfile >= 1.0.5... configure: WARNING: "Disabling build-in sound support"
checking for openssl >= 0.9.6... checking for X... libraries , 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... ls: /lib/libqt*: No such file or directory
/usr/lib/libqt-mt.la   /usr/lib/libqt-mt.so.3      /usr/lib/libqthreads.so.12      /usr/lib/libqtjavasupport.so        /usr/lib/libqtmcop.so.1
/usr/lib/libqt-mt.prl  /usr/lib/libqt-mt.so.3.3    /usr/lib/libqthreads.so.12.3.1  /usr/lib/libqtjavasupport.so.1      /usr/lib/libqtmcop.so.1.0.0
/usr/lib/libqt-mt.so   /usr/lib/libqt-mt.so.3.3.7  /usr/lib/libqtjavasupport.la    /usr/lib/libqtjavasupport.so.1.0.0
./configure: line 6998: test: =: unary operator expected
yes:
    QT_CXXFLAGS=-I/usr/include/qt3
    QT_DIR=
    QT_LIBS=-l/usr/lib -l  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi 
    QT_UIC=/usr/bin/uic
    QT_MOC=/usr/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.
I have installed almost anything that had qt3 in its name through synaptic. Please guide.
zaigham_tt
Havaldaar
Posts: 142
Joined: Fri Sep 22, 2006 8:33 pm
Contact:

Post by zaigham_tt »

Cheack Weather gcc install or not... :?:
waqaskhawaja
Lance Naik
Posts: 44
Joined: Thu Aug 31, 2006 8:52 pm
Location: Lahore Pakistan
Contact:

Post by waqaskhawaja »

Yes gcc is installed. It has something to do with qt probably.
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear waqaskhawaja,
Salam,

You need to install Qt on your server.

FYI, http://doc.calitko.org/installing_gcc_m ... ebian.html

Best Regards.
Farrukh Ahmed
CyberFreak
Havaldaar
Posts: 116
Joined: Mon Aug 01, 2005 12:20 am
Location: Karachi
Contact:

Post by CyberFreak »

Or you can search and install Trix a clone for vyqchat
Post Reply