Re: ff build failure on NetBSD
Dave Crossland <[email protected]> Wed, 13 May 2015 04:06:33 +0100
| Newsgroups | gmane.comp.fonts.fontforge.devel |
|---|---|
| Message-ID | <CAEozd0yOaujL_70uBtkpz3EUWF0QrYqYysP6WjS184u8ZWco5g@mail.gmail.com> |
Thanks! Please file this as an issue on github.com/fontforge/fontforge/issues On 12 May 2015 6:13 pm, <[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 > checking Build with Cairo support?... > configure: error: in `/home/tim/dev/fontforge-20150430': > configure: error: ERROR: Please install the Developer version of libpng > See `config.log' for more details > > > configure:20022: $? = 0 > configure:20214: result: yes > configure:20220: checking Build with Cairo support? > configure:20225: error: in `/home/tim/dev/fontforge-20150430': > configure:20227: error: ERROR: Please install the Developer version of > libpng > See `config.log' for more details > > > Values of ${i_do_have_libpng} and ${with_libpng} are "no" and "check" at > that point. However, > > > -bash-4.3$ nm /usr/pkg/lib/libpng16.a | grep _init_ > 0000000000000b0f T png_info_init_3 > 0000000000001180 T png_init_io > 000000000000182a T png_init_read_transformations > U png_init_read_transformations > 0000000000000057 t png_init_filter_heuristics > -bash-4.3$ nm /usr/pkg/lib/libpng16.so | grep _init_ > 0000000000005d36 T png_info_init_3 > 000000000001d4ee t png_init_filter_heuristics > 00000000000063a9 T png_init_io > 0000000000012842 t png_init_read_transformations > > > So, I'd think the configuration should have found what it was looking for. > > > Tim > -- > Tim Larson > Java Developer 2 > Global Headquarters > Werner Enterprises ⁞ 14507 Frontier Road, Omaha, NE 68138 ⁞ USA > ☎ 402.895.6640×4708 💻 www.werner.com > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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