Re: git pull request
vernon adams <[email protected]>
| Newsgroups | gmane.comp.fonts.fontforge.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I’m not sure if we have the same problem. When i run make it is clearly breaking when it comes to the zeromq and czmq stuff. The issue could be rooted in the fact that i can install the zeromq libs from debian, but debian has no czmq packages. And i only seem to be able to install czmq from source manually, if i first install zeromq from source manually. My hunch is that if there was a debian package for czmq, then the build would go ok. Also if i configure without the collaboration features (that use zeromq and czmq) then i can make fine. I must try and see if i can build on ubuntu or a totally non-debian system. I’m not sure if you have been able to succesfully build and install fontforge with the collaboration features? have you? :) -vernon On 2 Dec 2013, at 17:57, Martin Hosken <[email protected]> wrote: > 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 ------------------------------------------------------------------------------ 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