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 problem doesn't
occur.

As a workaround for now, be sure to update your libpng3 to the latest one
before building doxygen.

  -- Dave

Brian Lenihan <[EMAIL PROTECTED]> wrote:

> 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 compiled object files and actually needs libpng3-shlibs to 
> satisfy the dependencies.
> 
> I suspect it works for some people because they have lucked into a 
> config which requires libpng-shlibs plus libpng3 and libpng3-shlibs .
> 
> On Wednesday, February 19, 2003, at 02:58 AM, Philip Mötteli wrote:
> 
> > 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
> >> /usr/bin/make -f Makefile.doxygen    all
> >> c++ -c -pipe -D__FreeBSD__ -Wall -W -O2 -I../qtools -I../libpng -I. 
> >> -o ../objects/main.o main.cpp
> >> c++  -o ../bin/doxygen ../objects/main.o  -L../lib -ldoxygen 
> >> -ldoxycfg -lqtools -lpng
> >> ld: Undefined symbols:
> >> _crc32
> >> _inflateReset
> >> _deflate
> >> _deflateEnd
> >> _deflateInit2_
> >> _deflateReset
> >> make[2]: *** [../bin/doxygen] Error 1
> >> make[1]: *** [all] Error 2
> >> make: *** [all] Error 2
> >> ### execution of make failed, exit code 2
> >> Failed: compiling doxygen-1.3-1 failed
> >>
> >>
> >> I'm stumped. I'm assuming people have actually gotten doxygen to 
> >> compile and install, right?
> >
> > I had the same error. I just don't remember very well, what I did. I 
> > think I had to remove one of the different libpng's. As I see at the 
> > moment, the following libpngs are installed:
> >
> > # fink list libpng
> > Information about 2193 packages read in 4 seconds.
> >
> >      libpng                                            1.0.12-6        
> >                       PNG image format handling library
> >  i   libpng-shlibs                                     1.0.12-6        
> >                       PNG image format handling library
> >  i   libpng3                                           1.2.5-3         
> >                       PNG image format handling library
> >  i   libpng3-shlibs                                    1.2.5-3         
> >                       PNG image format handling library
> >
> >
> > Hope that helps!
> > Phil
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
> > The most comprehensive and flexible code editor you can use.
> > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
> > www.slickedit.com/sourceforge
> > _______________________________________________
> > Fink-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/fink-users
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
> The most comprehensive and flexible code editor you can use.
> Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
> www.slickedit.com/sourceforge
> _______________________________________________
> Fink-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fink-users
> 


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to