Tiny Core Extensions > TCE Q&A Forum
abiword configure: error: No package 'glib-2.0' found.
(1/1)
kagashe:
Trying to compile abiword2.6.5
--- Quote ---configure: error: No package 'glib-2.0' found.
--- End quote ---
Our pacakge is
glib2 and glib2-dev. I think "-" problem.
What to do?
kagashe
Juanito:
did you use:
--- Code: ---$ export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
--- End code ---
the name of the extension - glib2, glib-2, etc is irrelevant, the libs inside will be placed in /usr/local/lib irrespective of the name
kagashe:
--- Quote from: Juanito on December 15, 2008, 06:13:20 AM ---did you use:
--- Code: ---$ export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
--- End code ---
the name of the extension - glib2, glib-2, etc is irrelevant, the libs inside will be placed in /usr/local/lib irrespective of the name
--- End quote ---
Ok. That was the problem. Now it is going further and asking for libgnomeprint and libgnomeprintui although the system requirements on Abiword site states GNOME as optional.
kagashe
Juanito:
if you try
--- Code: ---$ ./configure --help
--- End code ---
you'll get a whole bunch of details that might suggest --without-libgnomeprint or --disable-libgnomeprint or similar
note that if this turns up too much detail to fit in the scroll buffer you can use:
--- Code: ---$ ./configure --help > help_details
$ beaver help_details &
--- End code ---
you could also look in the README, INSTALL or similar files for clues
if you didn't look already http://www.linuxfromscratch.org/blfs/view/stable/xsoft/AbiWord.html might be helpful
curaga:
From 2.2 onwards Abiword requires Gnomeprint and -ui to do any printing. If you don't want those, use --disable-printing (I guess that was the switch)
Navigation
[0] Message Index
Go to full version