RE: QT Install problems

2002-04-09 Thread Brian Witowski
Hunley Sent: Monday, April 08, 2002 6:42 PM To: [EMAIL PROTECTED] Subject: Re: QT Install problems On Tuesday 09 April 2002 07:43, Keith Antoine wrote: I do not know how they make an rpm of qt but you will find that there is no way to make install. It is supposed to be compiled to /xxx

Re: QT Install problems

2002-04-09 Thread Tim Wunder
, it errored out saying that Qt = 3.0.2 ( library qt-mt) not found. Thats where it is now. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Douglas J Hunley Sent: Monday, April 08, 2002 6:42 PM To: [EMAIL PROTECTED] Subject: Re: QT Install problems

Re: QT Install problems

2002-04-09 Thread Roger Oberholtzer
On Tue, 09 Apr 2002 08:47:24 -0400 Tim Wunder [EMAIL PROTECTED] wrote: Hi Brian, I think the consesus is that a 'make install' is not required. That being said, you need to make sure /etc/ld.sod.so.conf.conf contains '/usr/lib/qt3/lib' (or whatever directories contain the qt3 libs), then

Re: QT Install problems

2002-04-09 Thread dep
begin Brian Witowski's quote: | Make ./configure went off without a hitch, as did Make. But when I | attempted Make Install I got No rule to make target | ../linux-g++/qmake.conf needed by Makefile' i'm a little surprised that it built at all. qt is generally built in place -- you don't

Re: QT Install problems

2002-04-09 Thread Rick Sivernell
Dennis / Kurt or Any one else In the book call CNU C++ they talk about a tdate.h cpp files. During compile I get an error of unknown external. I take it that this gnu stuff should it be on ew 3.1.1 /3.1 systems. cheers -- Rick Sivernell Dallas, Texas 75287 972 306-2296 [EMAIL

Re: QT Install problems

2002-04-09 Thread Kurt Wall
Scribbling feverishly on April 09, Rick Sivernell managed to emit: Dennis / Kurt or Any one else In the book call CNU C++ they talk about a tdate.h cpp files. During compile I get an error of unknown external. I take it that this gnu stuff should it be on ew 3.1.1 /3.1 systems.

Re: QT Install problems

2002-04-09 Thread Rick Sivernell
On Tue, 9 Apr 2002 18:55:51 -0500 Kurt Wall [EMAIL PROTECTED] wrote: Scribbling feverishly on April 09, Rick Sivernell managed to emit: Dennis / Kurt or Any one else In the book call CNU C++ they talk about a tdate.h cpp files. During compile I get an error of unknown external.

Re: QT Install problems

2002-04-08 Thread Douglas J Hunley
On Monday 08 April 2002 14:44, Tim Wunder wrote: BTW, If I'm compiling qt3 in the directory where it will ultimately be installed, is there a reason to even perfom a 'make install'? I unpacked the qt tarball, moved the resulting directory to /usr/lib/qt-free-x11-3.0.3 (or whatever it was).

Re: QT Install problems

2002-04-08 Thread Tim Wunder
Douglas J Hunley wrote: On Sunday 07 April 2002 14:11, Brian Witowski wrote: make[2]: Entering directory `/usr/local/qt/qmake' [ -d /usr/local/qt/bin ] || mkdir -p /usr/local/qt/bin is this directory getting made? cp -f /usr/local/qt/bin/qmake /usr/local/qt/bin this line is

Re: QT Install problems

2002-04-08 Thread Tim Wunder
Douglas J Hunley wrote: On Monday 08 April 2002 14:44, Tim Wunder wrote: BTW, If I'm compiling qt3 in the directory where it will ultimately be installed, is there a reason to even perfom a 'make install'? I unpacked the qt tarball, moved the resulting directory to

Re: QT Install problems

2002-04-08 Thread Keith Antoine
On Monday 08 April 2002 02:44 pm, Tim Wunder wrote: OK, I'm getting a similar problem with checkinstall. My $QTDIR=/usr/lib/qt3.0.3 QT compiles, ie make completes without error (I had to add $QTDIR and $QTDIR/qmake to my $PATH, but it compiled). When I execute checkinstall, it errors out

Re: QT Install problems

2002-04-08 Thread Douglas J Hunley
On Tuesday 09 April 2002 07:43, Keith Antoine wrote: I do not know how they make an rpm of qt but you will find that there is no way to make install. It is supposed to be compiled to /xxx/xxx/kde3 with a ./configure --prefix=/usr/lib/kde3 and a make is all thats required so checkinstall will

Re: QT Install problems

2002-04-08 Thread Douglas J Hunley
On Monday 08 April 2002 15:14, Tim Wunder wrote: 'checkinstall make'. Wouldn't that work? But, now that I think about it. that would work. What's so terribly dificult about rm'ing the directory if I want to unistall it? I might just forego the checkinstall step altogether... nothing. but

QT Install problems

2002-04-07 Thread Brian Witowski
I'm trying to install QT 3.0.3 from qt-x11-free-3.0.3.tar.gz. It compiles fine. Takes forever but it finishes successfully. But when I do a 'make install', I get this - [root@server qt]# make install make[1]: Entering directory `/usr/local/qt' cd

Re: QT Install problems

2002-04-07 Thread Douglas J Hunley
On Sunday 07 April 2002 14:11, Brian Witowski wrote: make[2]: Entering directory `/usr/local/qt/qmake' [ -d /usr/local/qt/bin ] || mkdir -p /usr/local/qt/bin is this directory getting made? cp -f /usr/local/qt/bin/qmake /usr/local/qt/bin this line is wrong. it's trying to copy qmake over