Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-20 Thread David R. Morrison
Hi Martin. I eventually realized that doxygen had its own internal libpng, and I asked one of the folks who is having trouble to generate a session log of fink trying to build doxygen on his system and send it to me... Unfortunately, it is identical to my own session log until the failure occurs.

Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-20 Thread Martin Costabel
On jeudi, fév 20, 2003, at 13:59 Europe/Paris, David R. Morrison wrote: The solutions I've thought of involve modifying the Makefile, so that either ../libs/libpng.a is linked in explicitly, This sounds like a good idea. We had this in other contexts that -lfoo is not the best way of linking

Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-20 Thread Alexander Hansen
Of course, it would be good to know if /usr/local/lib was (once again) the culprit here. If it's any help I was able to build doxygen-1.3-1 with no problems, and I do have /usr/local/lib on my system, but all that's in it are symlinks for libdl (to keep OpenOffice from installing its own

Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-20 Thread David R. Morrison
Here's why I suspect /usr/local/lib/libpng.dylib : The collection of X11-related packages on OpenDarwin which was posted just after the first beta release of X11.app included a package for libpng (we'd call it libpng3 in fink) which installs in /usr/local. That package compiles libpng-1.2.5

Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-19 Thread Philip Mötteli
Hi Am Dienstag, 18.02.03 um 17:53 Uhr schrieb Daniel Bartholomew: On Monday, February 17, 2003, at 09:46 am, Alexander Hansen wrote: I'm also having problems with getting doxygen installed. My errors are different though. Here are the last few lines before it dies: ranlib ../lib/libdoxygen.a

Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-19 Thread Brian Lenihan
I've run into this before. Prior to libpng3, libpng was linked with libz and some apps like PIL built and linked because any libz dependencies were satisfied by libpng or libpng-shlibs. doxygen appears to be broken, because it compiles the libz dependencies, yet it ignores the locally

Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-19 Thread David R. Morrison
There was a problem with fink's libpng3 package which might be the source of the problem, here. The problem was fixed in libpng3-1.2.5-3 around 10 days ago. It seems that doxygen is missing a dependency on libpng3? It should almost certainly be a versioned dependency, to make sure that the

Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-19 Thread Martin Costabel
David R. Morrison wrote: [] It seems that doxygen is missing a dependency on libpng3? It should almost certainly be a versioned dependency, to make sure that the problem doesn't occur. The weird thing is that doxygen should actually *not* depend on fink's libpng, it builds its own. In the

[Fink-users] doxygen failure install kivio (koffice) packages

2003-02-17 Thread Chris Lamb
Further to my previous email, I have the following errors at the point of failure every time I try to install doxygen, I have selfupdate-cvs 'ed ! sh: latex: command not found Problems running latex. Check your installation or look for typos in _formulas.tex! Generating image form_0.png for

Re: [Fink-users] doxygen failure install kivio (koffice) packages

2003-02-17 Thread Alexander Hansen
Well, it looks like the problem is with latex and friends. What do you get from fink list tex'? On Mon, 17 Feb 2003, Chris Lamb wrote: Further to my previous email, I have the following errors at the point of failure every time I try to install doxygen, I have selfupdate-cvs 'ed ! sh: