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 592109 - Build of python bindings out-of-tree fails
Build of python bindings out-of-tree fails
Status: RESOLVED FIXED
Product: libgweather
Classification: Core
Component: general
2.26.x
Other Linux
: Normal major
: 2.22.0
Assigned To: libgweather-maint
libgweather-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-17 16:32 UTC by Emilio Pozuelo Monfort
Modified: 2009-09-08 23:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix building the python bindings out of tree (867 bytes, patch)
2009-08-17 16:34 UTC, Emilio Pozuelo Monfort
committed Details | Review

Description Emilio Pozuelo Monfort 2009-08-17 16:32:42 UTC
Hi,

Building the python bindings out of tree fails  (2.26.1). The attached patch fixes the build for me.
Comment 1 Emilio Pozuelo Monfort 2009-08-17 16:34:28 UTC
Created attachment 140976 [details] [review]
fix building the python bindings out of tree
Comment 2 Emilio Pozuelo Monfort 2009-09-07 08:52:34 UTC
FTR:

19:27 <     vuntz> pochu: was wondering if the -I is needed because it's "config.h" and not <config.h>
19:53 <     pochu> vuntz: removing top_srcdir and changing python/gweathermodule.c include to <config.h> doesn't work
Comment 3 Vincent Untz 2009-09-08 23:44:12 UTC
Thanks!