Ben:

Here is the output of your requested tests:

[osx-450dp:~] andy% fink list -i qt3
Information about 2292 packages read in 4 seconds.

 i   qt3              3.1.1-5      Cross-Platform GUI application framework
 i   qt3-designer     3.1.1-5      Cross-Platform GUI application framework
 i   qt3-dev          3.1.1-5      Cross-Platform GUI application framework
 i   qt3-doc          3.1.1-5      Cross-Platform GUI application framework
 i   qt3-linguist     3.1.1-5      Cross-Platform GUI application framework
 i   qt3-shlibs       3.1.1-5      Cross-Platform GUI application framework

[osx-450dp:~] andy% otool -L /sw/lib/qt3-plugins/imageformats//libqpng.dylib

/sw/lib/qt3-plugins/imageformats//libqpng.dylib:
 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
(compatibility version 1.0.0, current version 14.0.0)
        /sw/lib/libpng.2.dylib (compatibility version 1.0.12, current
version 1.0.12)
        /usr/lib/libz.1.1.3.dylib (compatibility version 1.0.0, current
version 1.1.3)
        /sw/lib/libqt-mt.3.dylib (compatibility version 3.0.0, current
version 3.1.1)
        /usr/X11R6/lib/libGLU.1.dylib (compatibility version 1.3.0, current
version 1.3.0)
        /usr/X11R6/lib/libGL.1.dylib (compatibility version 1.2.0, current
version 1.2.0)
        /usr/X11R6/lib/libXmu.6.dylib (compatibility version 6.2.0, current
version 6.2.0)
        /usr/X11R6/lib/libXrender.1.dylib (compatibility version 1.1.0,
current version 1.1.0)
        /usr/X11R6/lib/libXft.1.dylib (compatibility version 1.1.0, current
version 1.1.0)
        /sw/lib/libfreetype.6.dylib (compatibility version 10.0.0, current
version 10.0.0)
        /usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0, current
version 6.4.0)
        /usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0, current
version 6.2.0)
        /usr/X11R6/lib/libSM.6.dylib (compatibility version 6.0.0, current
version 6.0.0)
        /usr/X11R6/lib/libICE.6.dylib (compatibility version 6.3.0, current
version 6.3.0)
        /sw/lib/libdl.0.dylib (compatibility version 0.0.0, current version
0.0.0)
        /usr/X11R6/lib/libXt.6.dylib (compatibility version 6.0.0, current
version 6.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 63.0.0)

When I run /sw/bin/uic in an xterm i get this:

[osx-450dp:~] andy% /sw/bin/uic
Qt user interface compiler.
Usage: /sw/bin/uic  [options] [mode] <uifile>

Generate declaration:
   /sw/bin/uic  [options] <uifile>
Generate implementation:
   /sw/bin/uic  [options] -impl <headerfile> <uifile>
        <headerfile>    name of the declaration file
Generate image collection:
   /sw/bin/uic  [options] -embed <project> <image1> <image2> <image3> ...
or
   /sw/bin/uic  [options] -embed <project> -f <temporary file containing
image n
ames>
        <project>       project name
        <image[1-N]>    image files
Generate subclass declaration:
   /sw/bin/uic  [options] -subdecl <subclassname> <baseclassheaderfile>
<uifile>
        <subclassname>     name of the subclass to generate
        <baseclassheaderfile>    declaration file of the baseclass
Generate subclass implementation:
   /sw/bin/uic  [options] -subimpl <subclassname> <subclassheaderfile>
<uifile>
        <subclassname>     name of the subclass to generate
        <subclassheaderfile>    declaration file of the subclass
Options:
        -o file         Write output to file rather than stdout
        -nofwd          Omit forward declarations of custom classes
        -nounload       Don't unload plugins after processing
        -tr func        Use func() instead of tr() for i18n
        -L path         Additional plugin search path
        -version        Display version of uic
        -help           Display this information

Sorry for the verbose reply. I hope this helps you narrow this down.

Andy

-----Original Message-----
From: Benjamin Reed [mailto:[EMAIL PROTECTED]
Sent: Friday, March 21, 2003 3:55 PM
To: Cunningham Andy
Cc: '[EMAIL PROTECTED]'
Subject: Re: [Fink-users] kdegraphics3 configure failure


Cunningham Andy wrote:

> checking for KDE... libraries /sw/lib, headers /sw/include
> checking if UIC has KDE plugins available... configure: error: not found -
> you need to install kdelibs first.
> ### execution of /var/tmp/tmp.0.qKljMC failed, exit code 1
> Failed: compiling kdegraphics3-3.1-13 failed

Hrm, only thing I can think of that would cause this is maybe if your qt 
ended up getting half-built against the wrong libpng...

What do you get when you run the following commands?

   fink list -i qt3
   otool -L /sw/lib/qt3-plugins/imageformats/libqpng.dylib

Also, what happens when you run '/sw/bin/uic' by itself on the command-line?


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to