Bug#433316: emboss-lib: ajax.h #includes files which are not available

2007-09-25 Thread Charles Plessy
Dear Johannes, I have solved the problem by moving all the header files to either /usr/include/ajax or /usr/include/nucleus, and keeping the internal headers of EMBOSS' old copy of libpcre in /usr/include/ajax. Therefore, to build EMBOSS third-party applications in Debian, one will have to pass -

Bug#433316: [Pkg-emboss-devel] Bug#433316: emboss-lib: ajax.h #includes files which are not available

2007-07-17 Thread Charles Plessy
Le Mon, Jul 16, 2007 at 11:09:29PM +0200, Johannes Kloos a écrit : > Maybe you could change the #include into #include "ajax-pcre_internal.h" > and distribute the header file under a different name. Maybe... Do you think that it could give a problem with the EMBASSY packages ? > Another possibili

Bug#433316: [Pkg-emboss-devel] Bug#433316: emboss-lib: ajax.h #includes files which are not available

2007-07-16 Thread Johannes Kloos
On Mon, Jul 16, 2007 at 11:18:01PM +0900, Charles Plessy wrote: > Le Mon, Jul 16, 2007 at 11:33:05AM +0200, Johannes Kloos a écrit : > > > > Hi, > > the header file ajreg.h in emboss-lib includes pcre_internal.h. > > Since the package itself doesn't provide this header file and neither > > does li

Bug#433316: [Pkg-emboss-devel] Bug#433316: emboss-lib: ajax.h #includes files which are not available

2007-07-16 Thread Charles Plessy
Le Mon, Jul 16, 2007 at 11:33:05AM +0200, Johannes Kloos a écrit : > > Hi, > the header file ajreg.h in emboss-lib includes pcre_internal.h. > Since the package itself doesn't provide this header file and neither > does libpcre3-dev, the following program won't compile: Dear Johannes, I can add

Bug#433316: emboss-lib: ajax.h #includes files which are not available

2007-07-16 Thread Johannes Kloos
Package: emboss-lib Version: 4.1.0-1 Severity: normal Hi, the header file ajreg.h in emboss-lib includes pcre_internal.h. Since the package itself doesn't provide this header file and neither does libpcre3-dev, the following program won't compile: --- sequences.cc // minimal example #include ---