Opened 14 years ago
Closed 14 years ago
#235 closed defect (fixed)
Python extension does not build
Reported by: | anonymous | Owned by: | perry |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | libtrace-library | Version: | 3.0 |
Keywords: | Cc: |
Description
There seems to be some breakage in the build system.
./configure: line 26507: H: command not found configure: Building swig bindings for: python
The Makefile in the swig/ directory doesn't cause anything to be built.
[17:43] <Cuchulain> I also make no guarantees as to whether the python bindings export everything you want :) [17:44] <mattb> I don't want to use them [17:44] <mattb> I just want to package them :) [17:44] <Cuchulain> hrm [17:44] <Cuchulain> i'm not even sure that's wise :) [18:09] <Cuchulain> mattb: had a quick look. r904 of Makefile.am worked as far as actually building it is concerned, because it worked when I submitted it. It still had hardcoded include paths and so on, but it actually worked. Stuff got removed in r974, and i think that's probably when it stopped working properly. [18:31] <mattb> ok [18:32] <mattb> I'll leave it up to perry to decide whether to fix before release or not
Change History (1)
comment:1 Changed 14 years ago by perry
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
fixed in r1097