Re: ff build failure on NetBSD
Jose Da Silva <[email protected]> Tue, 12 May 2015 23:30:23 -0700
| Newsgroups | gmane.comp.fonts.fontforge.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Tim, ./configure did some checks. It found png.h ...yes then it did a search to see if the png library exists. libpng is checked to see if it contains the function "png_init_io" since ./configure cannot find "png_init_io", it decided that this version of libpng is not usable. This could be due to an old png library that does not contain png_init_io, or if you added a more up to date library, but it is not able to be found using configure's AC_SEARCH_LIBS() instruction. Where is your libpng library located on NetBSD? example: /usr/include/libpng /usr/include/libpng/png.h /usr/include/libpng/pngconf.h /usr/lib/libpng.a /usr/lib/libpng.so /usr/lib/libpng.so.5 On May 12, 2015 08:16:31 PM Frank Trampe wrote: > Hi, Tim. > > Are the headers (libpng/png.h and libpng/pngconf.h) present in the > include path? > > On Tue, May 12, 2015 at 8:32 AM, <[email protected]> wrote: > > Relevant steps and file sections follow. > > > > > > -bash-4.3$ AMTAR=`which gtar` ./bootstrap > > > > > > -bash-4.3$ CPPFLAGS="-I/usr/pkg/include" LDFLAGS="-L/usr/pkg/lib" > > ./configure > > > > > > checking Build with JPEG support?... yes > > checking png.h usability... yes > > checking png.h presence... yes > > checking for png.h... yes > > checking for library containing png_init_io... no > > checking Build with PNG support?... no > > checking tiffio.h usability... yes > > checking tiffio.h presence... yes > > checking for tiffio.h... yes > > checking for library containing TIFFRewriteField... no > > checking for library containing TIFFClose... -ltiff > > checking Build with TIFF support?... yes > > checking for LIBCAIRO... yes ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ fontforge-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fontforge-devel http://fontforge.10959.n7.nabble.com/Developer-f3.html