Hello, On 05-Aug-26 11:49, Steve Langasek wrote: > On Fri, Aug 26, 2005 at 09:47:00AM +0200, Andreas Jochens wrote: > > diff -urN ../tmp-orig/dak-1.0/sql-aptvc.cpp ./sql-aptvc.cpp > > --- ../tmp-orig/dak-1.0/sql-aptvc.cpp 2002-05-08 11:14:06.000000000 > > +0000 > > +++ ./sql-aptvc.cpp 2005-08-26 07:26:01.000000000 +0000 > > @@ -25,7 +25,7 @@ > > extern "C" > > { > > > > -#include <server/postgres.h> > > +#include <postgres.h> > > > > int versioncmp(text *A, text *B); > > The latter part of this patch looks reversed to me. Taken together, dak > would look for this header as /usr/include/postgresql/8.0/postgres.h; the > correct full path is /usr/include/postgresql/8.0/server/postgres.h.
'dak' currently Build-Depends on 'postgresql-dev' which installs '/usr/include/postgresql/8.0/postgres.h' only. The file '/usr/include/postgresql/8.0/server/postgres.h' would be installed by the package 'postgresql-server-dev-8.0' which is not in the current Build-Depends. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]