Can the C/C++ ref. be built with QT>2?

Avi Schwartz avi at CFFtechnologies.com
Mon Feb 19 23:23:20 GMT 2001


That is what I did to begin with but I got the error.  Now I have the 
documentation installed but I had to modify configure first.

The following lines in the configure script where the problem:

if test -z "1"; then
   kde_qtver=2
else
   kde_qtver=1
fi

I have no idea why these lines are there.  I commented all but the line 
that says kde_qtver=2 and everything worked.

Another thing that I don't understand is why the configure script runs all 
these tests.  It looks to me that all that is needed is to find the 
location of the kde installation in order to copy the html and example 
files there.  Nothing is compiled here...

Avi

--On Monday, February 19, 2001 09:02 +0100 Rene Maerten <delta_x at gmx.net> 
wrote:

> open a shell,
> show the shell where your qt is:
> export QTDIR=/usr/lib/qtxx (or whereever)
> remove the cache-file
> rm config.cache
> and compile again
> ./configure
> make
> make install
>
> Am Montag, 19. Februar 2001 00:26 schrieben Sie:
>> Hi,
>>
>> I built and use kdevelop 1.4beta/KDE2.1beta2/QT 2.2.4.  When I try to
>> bring up the C/C++ reference, I get the message on how to download an
>> build the reference.
>>
>> The problem I am having is that configure failes because it is looking
>> for QT < 2:
>>
>>    checking for Qt... configure: error: Qt (>= 1.42 and < 2.0)
>>    (libraries) not
>>    found. Please check your installation!
>>
>> Is there a way to build the reference with QT > 2?
>>
>> Thanks,
>> Avi

-- 
Avi Schwartz
avi at CFFtechnologies.com

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list