Re: Trying to build kdelibs4-snapshot

[email protected] Sat, 12 Nov 2005 19:12:03 -0500
Newsgroups gmane.comp.kde.darwin
Message-ID <[email protected]>
i guess i'll just respond to your latest question now. i was just writing a 
draft to your previous questions ;)

On Saturday 12 November 2005 06:57 pm, Jason Harris wrote:
> Jason Harris wrote:
>
> However, when I tried it, it fails with
> "Checking for uic3 version      :  version 3.2.3 (too old)"
> Why does it need uic3?  Shouldn't it use the tools from Qt4?
> How do I tell scons where to find my Qt4 installation (i.e., what is the
>   equivalent of "./configure --with-qt-dir=/path/to/qt4" ? )
>
a) you need to set QTDIR properly. I have my QTDIR set  
to /Users/bkn/src/qt-mac-opensource-src-4.0.1 which is where i built QT4. 
(NOTE: this is not where i installed QT4. the installation for QT4 on mac 
appears to be broken so just set the QTDIR to whereever you built QT4.)

b) if you use fink or darwinports, you probably need to remove any references 
to those directorties, (.i.e /sw for fink) from your environment. When i was 
trying to build kdelibs it frequently was grabbing data from /sw. Perhaps you 
have a QT3 installation somewhere in /sw.

i keep a script that i source whenever i compile KDE that sets my PATH and 
QTDIR and some other variables that need to be pruned of references /sw

cheers,
-bkn