| Jim Gallacher (JIRA) 2005-05-15, 8:29 am |
| [ http://issues.apache.org/jira/brows...HON-52?page=all ]
Jim Gallacher updated MODPYTHON-52:
-----------------------------------
Attachment: flex-patch.diff
Patch adds flex path and version detection to configure.in. The configure script will need to be regenerated using autoconf.
Diff was generated using svn diff.
Changes were made to README, configure.in, src.Makefile.in and Doc/modpython2.tex
> path to flex used in compiling mod_python is hard coded
> -------------------------------------------------------
>
> Key: MODPYTHON-52
> URL: http://issues.apache.org/jira/browse/MODPYTHON-52
> Project: mod_python
> Type: Bug
> Versions: 3.2.0
> Environment: Linux Debian unstable (sid)
> Reporter: Jim Gallacher
> Priority: Minor
> Attachments: flex-patch.diff
>
> The path to flex in src/Makefile is hard coded to /usr/local/bin/flex. As a result compiling mod_python will fail on many systems.
> The path and version of flex should be handled by the configure script. The fix is fairly simple and I will attach a patch when I've done a bit more testing.
|