After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 350465 - include files don't contain the correct path to other files
include files don't contain the correct path to other files
Status: RESOLVED INVALID
Product: libgnomedb
Classification: Deprecated
Component: general
1.9.x
Other Linux
: Normal normal
: ---
Assigned To: Rodrigo Moya
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-08 17:22 UTC by Stef van der Made
Modified: 2006-08-13 20:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Stef van der Made 2006-08-08 17:22:21 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
Comment 1 Christian Neumair 2006-08-08 19:39:02 UTC
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
Comment 2 Stef van der Made 2006-08-09 20:26:38 UTC
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 ?
Comment 3 Christian Neumair 2006-08-10 20:49:50 UTC
Thanks for your feedback, reassigning.
Comment 4 Stef van der Made 2006-08-13 20:35:19 UTC
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.