Re: git pull request
Martin Hosken <[email protected]>
| Newsgroups | gmane.comp.fonts.fontforge.devel |
|---|---|
| Message-ID | <20131203085730.2615efc4@sil-mh6> |
Dear Vernon, > On 12/02/2013 02:39 PM, vernon adams wrote: > > thanks. > > have now posted full make output at https://github.com/fontforge/fontforge/issues/1016 > I think you may have hit the same bug I am struggling with and would value advice on. If you have fontforge installed in /usr (so you have things in /usr/lib like libgutils.so and the like), when you come to make install fontforge, it will happily build the libgutils library first and install it where it should (/usr/local/lib), the linker command will insert -L /usr/local/lib and then have -lgutils, and then gcc will merrily give precedence to your copy in /usr/lib, which is missing all kinds of stuff because your build is so much newer and shinier than the old thing you installed aeons ago. The offending -lgutils comes from the (in my case) libgdraw.la. Any advice anyone on how to resolve this one. It doesn't affect debian building, because that is always built on a clean machine with no lingering old fontforge libraries kicking around. Also, if you pull the latest code from github you should find a nice debian/ in there with a rules file that works well for me. I also have a ppa (launchpad/martin-hosken/fontdev) with builds for precise (and seemingly out of date copies for raring and saucy). HTH, GB, Martin ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Fontforge-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fontforge-devel
signature.asc
(application/pgp-signature, 490 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJSnTqKAAoJEGS94xKmEVWFWroIAJdppYSEfhmoPPhX7sMbSS2r yP43SZBmR2e4aE2umv57wxgcWelMaRYxrfRAsdrJe1RDSjtXh7rxLOZbIOEC0ntM ej9C3okYVMiE6HKFginwxwApOfQtLmF4UF1xrgVLc09LpDfmwU6xIOhzbRAPBeDe 8jdPZVrmsf1pHpmlwXS+B2QAmdhE5UOxkE7ktFkfULUPPUSndQSf2f3tKYESz+Ub /0eyjifZMp2AcTKivQpMBXj3cL6GWBzp6WYf3iOB0jcDr4Ipd/1CBLyDPQ4Mmda7 eWaofrj6YJFrT/DoNXI+KCGP9H4b9l11MOO5qvDPap2l9fP+b0KdMGq4HZ/YLaQ= =qYhN -----END PGP SIGNATURE-----