neufang / esmre

Automatically exported from code.google.com/p/esmre
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Source distributions don't work. #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and unpack a source distribution.
2. Try to build with python setup.py build

What is the expected output?

The package builds.

What do you see instead?

Build errors like the following:
src/esm.c:22:26: error: aho_corasick.h: No such file or directory 

Original issue reported on code.google.com by whar...@gmail.com on 20 Mar 2008 at 11:53

GoogleCodeExporter commented 8 years ago
The header files are not being included in the source.

Original comment by whar...@gmail.com on 20 Mar 2008 at 11:54

GoogleCodeExporter commented 8 years ago
Fixed in trunk@22, tags/r0_2_1

MANIFEST.in didn't include the header files. This meant that the source 
distribution
didn't contain the header files and setup.py couldn't find them.

I added the header files to MANIFEST.in. I also added MANIFEST.in to itself, so
working distributions can be built from themselves (you can build an RPM from a 
tarball).

Original comment by whar...@gmail.com on 20 Mar 2008 at 1:58

GoogleCodeExporter commented 8 years ago
Released in r0_2_1

Original comment by whar...@gmail.com on 2 May 2008 at 1:12