
Current trunk fails linking the final binaries on Fedora. I am absolutely clueless about the automake system, but adding -lX11 -ldl -ldbus-glib-1 to INKSCAPE_LIBS in src/Makefile does the trick for me in trunk. Can this be fixed upstream or is that a Fedora specific thing that needs to remain being handled downstream?
Thank you
https://bugs.launchpad.net/inkscape/+bug/595872

On Thu, 2010-07-15 at 15:03 +0200, Jakub Steiner wrote:
Current trunk fails linking the final binaries on Fedora. I am absolutely clueless about the automake system, but adding -lX11 -ldl -ldbus-glib-1 to INKSCAPE_LIBS in src/Makefile does the trick for me in trunk. Can this be fixed upstream or is that a Fedora specific thing that needs to remain being handled downstream?
Man, what is it, one week and you're already filling Fedora bugs? ;)
I'd guess you need to rerun autogen.sh as it looks like you're not picking up the dbus-glib libraries. I'm surprised that you got the headers, but they should come together.
Now the bug is a little different, while the patch makes sense, I'm curious if Fedora isn't building with OpenMP. If so, why not?
--Ted
participants (2)
-
Jakub Steiner
-
Ted Gould