You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lübbe Onken <L....@rac.de> on 2003/09/29 14:44:01 UTC

Subversion 0.30 doesn't compile under Suse Linux

Hi Folks,

when I try to compile the 0.30 tag (switched from the 0.27 tag, which is the
last version of svn I compiled), I get the following error message when
running 'make clean; make'
--- SNIP ---
/bin/sh /usr/local/src/svn/libtool --silent --mode=compile gcc -DLINUX=2
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-g -O2 -pthread  -DNEON_ZLIB -DNEON_SSL  -I./subversion/include -I.
-I/usr/local/include/neon -I/usr/local/BerkeleyDB.4.1/include
-I/usr/local/apache2/include   -I/usr/local/apache2/include
-I/usr/local/db4/include -o subversion/libsvn_repos/hooks.lo -c
subversion/libsvn_repos/hooks.c
subversion/libsvn_repos/hooks.c: In function `run_hook_cmd':
subversion/libsvn_repos/hooks.c:66: `SVN_NULL_DEVICE_NAME' undeclared (first
use in this function)
subversion/libsvn_repos/hooks.c:66: (Each undeclared identifier is reported
only once
subversion/libsvn_repos/hooks.c:66: for each function it appears in.)
make: *** [subversion/libsvn_repos/hooks.lo] Error 1
--- SNIP ---

I downloaded, compiled and installed neon 0.24.2 before running config.nice
in my svn source directory. Did I miss something? I had no trouble building
svn 0.30 on windows.

Cheers & thanks
-Lübbe

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


Re: Subversion 0.30 doesn't compile under Suse Linux

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
Lübbe Onken wrote:

> Hi Folks,
> 
> when I try to compile the 0.30 tag (switched from the 0.27 tag, which is the
> last version of svn I compiled), I get the following error message when
> running 'make clean; make'
> --- SNIP ---
> /bin/sh /usr/local/src/svn/libtool --silent --mode=compile gcc -DLINUX=2
> -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
> -g -O2 -pthread  -DNEON_ZLIB -DNEON_SSL  -I./subversion/include -I.
> -I/usr/local/include/neon -I/usr/local/BerkeleyDB.4.1/include
> -I/usr/local/apache2/include   -I/usr/local/apache2/include
> -I/usr/local/db4/include -o subversion/libsvn_repos/hooks.lo -c
> subversion/libsvn_repos/hooks.c
> subversion/libsvn_repos/hooks.c: In function `run_hook_cmd':
> subversion/libsvn_repos/hooks.c:66: `SVN_NULL_DEVICE_NAME' undeclared (first
> use in this function)
> subversion/libsvn_repos/hooks.c:66: (Each undeclared identifier is reported
> only once
> subversion/libsvn_repos/hooks.c:66: for each function it appears in.)
> make: *** [subversion/libsvn_repos/hooks.lo] Error 1
> --- SNIP ---
> 
> I downloaded, compiled and installed neon 0.24.2 before running config.nice
> in my svn source directory. Did I miss something? I had no trouble building
> svn 0.30 on windows.

Run autogen.sh and then rerun configure.  There were some things added 
to the configure scripts and you need to regenerate them and rerun them 
to get them defined correctly before you can rebuild.

-garrett


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