James C. McPherson wrote: > dick hoogendijk wrote: > >> I tried to compile bluefish-1.0.7 and bluefish-unstable-1.1.6 >> BOTH failed at first with an error about pcre.h >> >> SUNWpcre is installed on B94. >> >> I SYMLINKED /usr/include/pcre/pcre.h to /usr/include/pcre.h and my >> compilation errors vanished. >> Both versions of bluefish compiled without errors. >> > > Not recommended - much better to instead pass > > CFLAGS="-I/usr/include/pcre" > > to your configure invocation > > > >> What I would like to know is "who's to blame" for this. The bluefish >> source code (which only had an #include pcre.h in it) or the SUNWpcre >> package. >> > > I'd almost always blame the configure script, except that > when I run /usr/bin/pcre-config --cflags I see no output. > That could be a bug in Sun's package delivery. > Hi James/Dick,
There is some problem for the libpcre package(wrong behavior for pcre-config --cflags) which results in the build error . I've checked in the spec for bluefish into spec-files-other to correct this issue by pkg-config. You could get the source: svn co svn+ssh://anon at svn.opensolaris.org/svn/jds/spec-files-other/trunk. The spec is core/SUNWbluefish. Cheers, -Alfred
