package problems with ./configure
How do you configure and by-pass the package stuff. My system seems to have everything neccassary to build inkscape. But, since I built a lot from source and Slackware packages they are not in a .pc file so ./configure fails.
So, can is there a configure option that will build the make files and let me take care of any library problems by hand?
My libs are in what is considered the "statndard" dirs. /usr/lib, /lib, /usr/X11/lib, etc...
tj
tj wrote:
How do you configure and by-pass the package stuff. My system seems to have everything neccassary to build inkscape. But, since I built a lot from source and Slackware packages they are not in a .pc file so ./configure fails.
So, can is there a configure option that will build the make files and let me take care of any library problems by hand?
My libs are in what is considered the "statndard" dirs. /usr/lib, /lib, /usr/X11/lib, etc...
tj
Tj,
Hi. I build from source a lot, too, and I get stuff installed to /usr/local a lot, so I have the same problem. Look here at some notes that we have for compiling: http://wiki.inkscape.org/wiki/index.php/CompilingInkscape
The info you need is probably how to prepend your pkgconfig dir(s) to the PKG_CONFIG_PATH variable. Once pkg-config can find those .pc files, things should get a lot easier.
bob
You wrote
tj wrote:
How do you configure and by-pass the package stuff. My system seems to
The info you need is probably how to prepend your pkgconfig dir(s) to the PKG_CONFIG_PATH variable. Once pkg-config can find those .pc files, things should get a lot easier.
No, his problem is not having pkg-config at all (and yes, not long ago this was normal). The solution would be to search from which macro file the PKG_CONFIG macros are pulled (aclocal/ I guess) and replace the content with something that never fails.
ralf
participants (3)
-
Bob Jamison
-
Ralf Stephan
-
tj