On 2012-04-12, at 3:21 AM, Arie Middelkoop wrote: > On 12-04-12 04:20, Mansour Moufid wrote: >> Hello, >> >> Even with --enable-python, rc12 doesn't install coccilib (on Debian). rc11 >> works fine. Am I forgetting something? > > That is probably a typo in the Makefile, which was reported recently and > fixed now (but not yet released). > > You can bypass the problem by running 'make install-python'. This is > something you actually had to do before in order to install coccilib. It only > has become automatic in rc12... > > Alternatively, replace in the Makefile: > > install: install-man install-common $(PYTHON_TARGET) > with: > > install: install-man install-common $(PYTHON_INSTALL_TARGET) > > Does this solve your problem? > > Arie
'make install install-python' worked perfectly. Thanks very much. _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
