You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Christian Maeder <ma...@tzi.de> on 2007/06/28 16:13:05 UTC

installing subversion-1.4.4 with neon version 0.26.3

Hi,

./configure said:

"You have neon version 0.26.3,
but Subversion needs neon 0.25.5."

Do I really need to install an older neon version?

Or will there soon be a new subversion release that can cope with
neon-0.26.3?

Thanks Christian

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

Re: installing subversion-1.4.4 with neon version 0.26.3

Posted by Christian Maeder <ma...@tzi.de>.
Ryan Schmidt schrieb:
> Subversion 1.4.4 works for me with neon 0.26.3 on Mac OS X 10.4.9 but YMMV.
> 
> ./configure --disable-neon-version-check

Thanks, I was able to build and install svn now with this under i386
Solaris 10.

Christian

P.S. for linking I had to add "-lintl" to LIBS in the Makefile

to avoid the following error:

ld: warning: file ../../subversion/libsvn_subr/.libs/libsvn_subr-1.so:
linked to
/home/maeder/haskell/pc-solaris/subversion-1.4.4/subversion/libsvn_subr/.libs/libsvn_subr-1.so:
attempted multiple inclusion of file
Undefined                       first referenced
 symbol                             in file
libintl_dgettext                    main.o  (symbol belongs to implicit
dependency /usr/local/lib/libintl.so.8)
ld: fatal: Symbol referencing errors. No output written to .libs/svnadmin
collect2: ld returned 1 exit status

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

Re: installing subversion-1.4.4 with neon version 0.26.3

Posted by Christian Maeder <ma...@tzi.de>.
Ryan Schmidt schrieb:
> Subversion 1.4.4 works for me with neon 0.26.3 on Mac OS X 10.4.9 but YMMV.
> 
> ./configure --disable-neon-version-check

Thanks, I was able to build and install svn now with this under i386
Solaris 10.

Christian

P.S. for linking I had to add "-lintl" to LIBS in the Makefile

to avoid the following error:

ld: warning: file ../../subversion/libsvn_subr/.libs/libsvn_subr-1.so:
linked to
/home/maeder/haskell/pc-solaris/subversion-1.4.4/subversion/libsvn_subr/.libs/libsvn_subr-1.so:
attempted multiple inclusion of file
Undefined                       first referenced
 symbol                             in file
libintl_dgettext                    main.o  (symbol belongs to implicit
dependency /usr/local/lib/libintl.so.8)
ld: fatal: Symbol referencing errors. No output written to .libs/svnadmin
collect2: ld returned 1 exit status

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

Re: installing subversion-1.4.4 with neon version 0.26.3

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jun 28, 2007, at 11:13, Christian Maeder wrote:

> ./configure said:
>
> "You have neon version 0.26.3,
> but Subversion needs neon 0.25.5."
>
> Do I really need to install an older neon version?
>
> Or will there soon be a new subversion release that can cope with
> neon-0.26.3?

Subversion 1.4.4 works for me with neon 0.26.3 on Mac OS X 10.4.9 but  
YMMV.

./configure --disable-neon-version-check


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