GNOME Bugzilla – Bug 350465
include files don't contain the correct path to other files
Last modified: 2006-08-13 20:35:19 UTC
In the /usr/test/garnome3/include install folder for include files I don't have the correct links to include files for libart. an example is file libart.h this file contains many links to other files of the libart library but none of them point to libart-2.0/libart_lgpl they all point to libart_lgpl
Thanks for your bug report! When compiling you should append `pkg-config --libs --cflags libart-2.0` to the command line, and then the relevant files should be found since the base dir is in the list of the include paths. For custom applications/libraries, you'll have to place a PKG_CHECK_MODULES call in the configure.in or configure.ac file (cf. [1]). Feel free to reopen this bug report if any existing GNOME application doesn't compile correctly due to related build bugs. [1] http://cvs.gnome.org/viewcvs/nautilus/configure.in
The package libgnomedb-1.9.102 has this issue. Shall I open a new bug or do you want to change the application on this bug report to libgnomedb ?
Thanks for your feedback, reassigning.
My previous try at compiling libgnomedb failed for reasons I can't reproduce at the current state of affairs. Therefore I'm closing the bug as invalid for now.