Hi all, > > Finally, about the regexp support. Apparently, libpcre was not detected by > configure otherwise it would have been enabled (check perhaps config.log). > Does 'pkg-config --list-all' show 'pcre' somewhere? Or, in case that you > don't have pkg-config, does '/usr/include/pcre.h' exist?
For the Ubuntu PPA, I updated the build dependencies so that every feature of Coccinelle is enabled: ocaml scripting, python and PCRE. > > Either the detection for the package needs to be improved, or perhaps you > don't have the 'libpcre-dev' package installed (or whatever it may be > called). The 'dev' version contains additional files that allows a program > to be compiled against it, whereas the 'runtime' version contains only what > is needed to run a program that was compiled already. > However, in a previous attempt to build the packages, I got an error from the fake-subst script about pkg-config. https://launchpadlibrarian.net/100948081/buildlog_ubuntu-oneiric-amd64.coccinelle_1.0.0-rc12~1110npalix2_FAILEDTOBUILD.txt.gz Maybe that point could be fixed to easy manual installation, if pkg-config is an optional dependency of course. Otherwise, maybe the error message could be improved to state that pkg-config must be installed. Arie, as I understand from your mail, --enable-release replaces in some way --opt and --no-opt. Could you confirm that ? As it is semantically different, is there something else performed by the --enable-release option ? Regards. > Arie > > _______________________________________________ > Cocci mailing list > [email protected] > http://lists.diku.dk/mailman/listinfo/cocci > (Web access from inside DIKUs LAN only) _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
