pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/28640: misc/ja-less does not find pcre.h
On Sun, Dec 12, 2004 at 11:03:01PM +0000, georg.schwarz%freenet.de@localhost
wrote:
> >Description:
> compiling misc/ja-less fails:
> ...
> cc -I. -c -DSYSDIR=\"/usr/local/pkg/bin\" -O2 search.c
> cfe: Error: search.c: 47: Cannot open file pcre.h for #include
>
> >How-To-Repeat:
>
> >Fix:
> Add
>
> USE_BUILDLINK3= yes
>
> .include "../../devel/pcre/buildlink3.mk"
I don't think it actually needs pcre, but turning on buildlink3 means
we hide the pcre libraries and includes from the build. I suspect that
the configure script is somehow finding pcre and expecting to be able
to use it without any help.
can you try just setting USE_BUILDLINK3=yes and not including
pcre/buildlink3.mk and see if that works? it worked here for me on
NetBSD-current.
grant.
Home |
Main Index |
Thread Index |
Old Index