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 142508 - 64bit fix for include path
64bit fix for include path
Status: RESOLVED FIXED
Product: libsigc++
Classification: Bindings
Component: general
1.2
Other Linux
: Normal minor
: ---
Assigned To: Martin Schulze
Martin Schulze
Depends on:
Blocks:
 
 
Reported: 2004-05-14 02:49 UTC by Abel Cheung
Modified: 2005-01-11 19:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix include path in .pc file (572 bytes, patch)
2004-05-14 02:51 UTC, Abel Cheung
none Details | Review

Description Abel Cheung 2004-05-14 02:49:55 UTC
The bundled pkgconfig file outputs correct include path in 32bit arch, but not
for 64bit arch. Patch attached. (This problem doesn't exist in 2.0 branch)
Comment 1 Abel Cheung 2004-05-14 02:51:26 UTC
Created attachment 27682 [details] [review]
Fix include path in .pc file
Comment 2 Murray Cumming 2005-01-11 13:26:46 UTC
Thanks. Sorry for the big delay. Please remember to patch the ChangeLog in future.
Comment 3 Carl Nygard 2005-01-11 19:47:50 UTC
that patch changes where pkgconfig reports the libs are located, but the
Makefiles still install the includes and libs in /usr/lib instead of /usr/lib64.

Is there some associated patch from another bug?