You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ollivier Robert <ro...@eurocontrol.fr> on 2002/05/28 09:05:18 UTC

[r2019] build broken ?

I get this trying to compile r2019... Anyone seeing this ?
DB_TXN is defined in the db4 header files. I'm using the latest
apr/apr-util from CVS.

/bin/sh /spare/build/subversion-build/r2019/libtool --silent --mode=compile gcc -D_REENTRANT -D_THREAD_SAFE  -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations  -DNEON_ZLIB -DNEON_SSL  -I./subversion/include -I.  -I/local/svn/include   -I/local/svn/include -I/usr/local/include -I/usr/local/include/neon  -o subversion/libsvn_fs/dag.lo -c subversion/libsvn_fs/dag.c
In file included from subversion/libsvn_fs/dag.h:24,
                 from subversion/libsvn_fs/dag.c:27:
subversion/libsvn_fs/trail.h:134: syntax error before `0x80000000'
In file included from subversion/libsvn_fs/dag.c:29:
subversion/libsvn_fs/fs.h:46: syntax error before `DB_ENV'
In file included from subversion/libsvn_fs/dag.c:30:
subversion/libsvn_fs/nodes-table.h:37: syntax error before `DB_ENV'
subversion/libsvn_fs/nodes-table.h:38: warning: function declaration isn't a prototype
In file included from subversion/libsvn_fs/dag.c:32:
subversion/libsvn_fs/txn-table.h:33: syntax error before `DB_ENV'
subversion/libsvn_fs/txn-table.h:34: warning: function declaration isn't a prototype

-- 
Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- roberto@eurocontrol.fr
The Postman hits! The Postman hits! You have new mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [r2019] build broken ?

Posted by Ollivier Robert <ro...@eurocontrol.fr>.
According to Garrett Rooney:
> if i remember correctly, i think that is the kind of error you get
> when we're picking up older berkeley db headers, as opposed to the
> berkeley db 4 headers.  i'm not positive though, it's been a while.

It seems that configure no longer add "-I/usr/local/include/db4" to the
preprocesseur flags. It used to do that as the build worked before...
-- 
Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- roberto@eurocontrol.fr
The Postman hits! The Postman hits! You have new mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [r2019] build broken ?

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Tue, May 28, 2002 at 11:05:18AM +0200, Ollivier Robert wrote:
> I get this trying to compile r2019... Anyone seeing this ?
> DB_TXN is defined in the db4 header files. I'm using the latest
> apr/apr-util from CVS.
> 
> /bin/sh /spare/build/subversion-build/r2019/libtool --silent --mode=compile gcc -D_REENTRANT -D_THREAD_SAFE  -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations  -DNEON_ZLIB -DNEON_SSL  -I./subversion/include -I.  -I/local/svn/include   -I/local/svn/include -I/usr/local/include -I/usr/local/include/neon  -o subversion/libsvn_fs/dag.lo -c subversion/libsvn_fs/dag.c
> In file included from subversion/libsvn_fs/dag.h:24,
>                  from subversion/libsvn_fs/dag.c:27:
> subversion/libsvn_fs/trail.h:134: syntax error before `0x80000000'
> In file included from subversion/libsvn_fs/dag.c:29:
> subversion/libsvn_fs/fs.h:46: syntax error before `DB_ENV'

if i remember correctly, i think that is the kind of error you get
when we're picking up older berkeley db headers, as opposed to the
berkeley db 4 headers.  i'm not positive though, it's been a while.

-garrett

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org