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
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)