svn update, updating a Makefile.in file
[email protected] (Gilles J. Seguin)
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
update to version 1338 trunk/Synopsis/Parsers/Cxx/Makefile.in is updated trunk $ ./setup.py trunk $ python setup.py build_ext --inplace will fail, because the Makefile is not regenerated have done Is this correct ? have done trunk $ cd build/temp.linux-i686-2.3/Synopsis/Parsers/Cxx Cxx $ ./config.status Makefile Cxx $ cd ../../../../.. trunk $ python setup.py build_ext --inplace will now succeed.