
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Tru64 5.1B, Python 2.4.1, Apache 2..55
|
|
|
I have a problem to build mod_pyton on Tru64 with the Python config I have. This is basically due to the fact that Python.h should be included first as its defines some macros used by standard includes. When included at the end of the includes, this results to some conflicts because the same include is included twice with a different macro value. This change should have no impact on platforms where the current include order works.
Affected files are :
src/include/psp_parser.h
src/include/mod_python.h
src/include/psp_flex.h
src/include/mod_python.h.in
src/_pspmodule.c
src/psp_parser.c
I have a patch file available, I'll try to attach it to this issue if I manage to find how to do it...
Michel
|
|
Description
|
I have a problem to build mod_pyton on Tru64 with the Python config I have. This is basically due to the fact that Python.h should be included first as its defines some macros used by standard includes. When included at the end of the includes, this results to some conflicts because the same include is included twice with a different macro value. This change should have no impact on platforms where the current include order works.
Affected files are :
src/include/psp_parser.h
src/include/mod_python.h
src/include/psp_flex.h
src/include/mod_python.h.in
src/_pspmodule.c
src/psp_parser.c
I have a patch file available, I'll try to attach it to this issue if I manage to find how to do it...
Michel |
Show » |
| There are no subversion log entries for this issue yet.
|
|