Hi,

By default /usr/local/include is not in gcc's list of include paths on
openbsd, this is why the headers are not found. You should be able to build
on openbsd with the following command:
CFLAGS="-I/usr/local/include" ./configure && gmake

Regards,
Botond



On Wed, Aug 21, 2013 at 4:39 AM, Rodrigo Zempel <[email protected]>wrote:

> Is there a specific version of pcre that's needed?
>
> checking pcre.h usability... no
> checking pcre.h presence... no
> checking for pcre.h... no
> configure: error: please install pcre-dev
>
>
> I have both pcre-8.12p0 and pcre++-0.9.5p1 installed.
> # find / -name pcre.h
> /usr/local/include/pcre.h
>
> This fails on all of my OpenBSD 5.0-5.3 boxes.
>
>
>
>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> nxlog-ce-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users
>
>
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
nxlog-ce-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to