7 May 2009 17:46
Re: 1.9.4 does not compile outside source directory
Urs Janßen <urs <at> tin.org>
2009-05-07 15:46:42 GMT
2009-05-07 15:46:42 GMT
On Thu, May 07, 2009 at 12:21:27PM +0200, Volker Borchert wrote: > > pcre/Makefile.in has two deficiencies with respect to compilation > outside the source tree: > 1. It lacks a -I$(srcdir) > 2. It does not handle pcre_chartables.c which is generated in the > build tree specially > > The following works for me: > > ------- Makefile.in ------- > *** - Thu May 7 11:53:18 2009 > --- pcre/Makefile.in Tue May 5 20:08:17 2009 > *************** > *** 31,37 **** > -DMATCH_LIMIT_RECURSION=10000000 \ > -DNEWLINE=10 \ > -DPOSIX_MALLOC_THRESHOLD=10 \ > ! <at> DEFS <at> -I. -I../include > > RANLIB = <at> RANLIB <at> > RM = rm > --- 31,37 ---- > -DMATCH_LIMIT_RECURSION=10000000 \ > -DNEWLINE=10 \ > -DPOSIX_MALLOC_THRESHOLD=10 \ > ! <at> DEFS <at> -I. -I../include -I$(srcdir) > > RANLIB = <at> RANLIB <at> > RM = rm(Continue reading)
RSS Feed