Closed GoogleCodeExporter closed 9 years ago
After setting the PYTHON_LDFLAGS variable pointing to
/usr/lib/python2.5/config, I
got the same error but the configure file was created and I was able to compile.
Original comment by brunoale...@gmail.com
on 8 Aug 2008 at 2:59
Hi Bruno
For the PYTHON_LDFLAGS issue: Do you have python-dev installed?
For the aclocal issue: You need to run "aclocal -I m4". AM_CHECK_PYTHON_HEADERS
is
part of python.m4 which is in the m4/ subdirectory. autogen.sh already does
this for you.
Original comment by jmalo...@gmail.com
on 9 Aug 2008 at 12:40
I have python-dev installed. And, after running "aclocal -I m4", autogen.sh
returns
the same error.
Original comment by brunoale...@gmail.com
on 9 Aug 2008 at 12:45
Hi Bruno
Attached is a patch to fix the _LDFLAGS issue. We don't really need it so I just
removed it. Can you please test the attached patch?
Thanks.
Original comment by jmalo...@gmail.com
on 9 Aug 2008 at 9:54
Attachments:
Although the target files are not set correctly [1] (there are no a/file and
b/file,
only file), it worked. Thanks. :)
[1]:
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Makefile.am b/Makefile.am
|index bdf8a19..9d7ddba 100644
|--- a/Makefile.am
|+++ b/Makefile.am
Original comment by brunoale...@gmail.com
on 10 Aug 2008 at 12:48
Thanks Bruno. Fixed in r70.
Cheers.
P.S. it's a git patch so you need to use git or patch to apply.
Original comment by jmalo...@gmail.com
on 10 Aug 2008 at 1:59
Original issue reported on code.google.com by
brunoale...@gmail.com
on 8 Aug 2008 at 2:38