David Desmarest wrote: > I took the latest patch that I found in bugzilla (bug #129216) and I > applied it to my sources tree. Only allmakefile.sh and configure.in were > modified. > Then I export MOZ_PYTHON_XXX variables and I execute ./configure, it run > correctly. Unfortunaly, make failed again. I got this error :
You probably need to run autoconf to generate a new configure from the patched configure.in. This should then allow MOZ_PYTHON_INCLUDES to be correctly expanded in your makefile. Mark.
