You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Carl Karsten <ca...@personnelware.com> on 2005/05/30 19:57:20 UTC

building on Win2k - libneon.lib not found

Trying to test building on Windows 2000 - made this page of steps:
http://fox.wikis.com/wc.dll?Wiki~SubversionTesting

Right now I am stuck on:

LINK : fatal error LNK1181: cannot open input file "\svnbuild\neon-0.24.7\libneon.lib"

D:\svnbuild>dir libneon.lib /s = nothing

I even have neon in both neon and neon-0.24.7

D:\svnbuild>xcopy neon neon-0.24.7 /s/i

and have tried both:
SET NEON=%PD%\neon-0.24.7
and
SET NEON=%PD%\neon

If anyone has a guess, I have time to tweek something and start a compile before I 
am off for the night, so speak up quick ;)

Carl K

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

Re: building on Win2k - libneon.lib not found

Posted by Carl Karsten <ca...@personnelware.com>.
Carl Karsten wrote:
> Trying to test building on Windows 2000 - made this page of steps:
> http://fox.wikis.com/wc.dll?Wiki~SubversionTesting
> 
> Right now I am stuck on:
> 
> LINK : fatal error LNK1181: cannot open input file 
> "\svnbuild\neon-0.24.7\libneon.lib"
> 
> D:\svnbuild>dir libneon.lib /s = nothing

some more tidbits from IRC:

sussman: did you actually build neon?
CarlFK: Ihave neon in both svnbuild\neon and svnbuild\neon-0.24.7
*** test34 has signed off IRC ().
CarlFK: no.
sussman: did you see neon get built?
sussman: you should.

sussman: nightly-build.bat should be building it.
sussman: if not, something is set up wrong
sussman: not sure what, though

[carl@dev buildscripts-trunk]$ grep -i neon *
config-build.bat:SET NEON=%PD%\neon-0.24.7
nightly-build.bat:python gen-make.py -t dsp --with-httpd=..\httpd-%HTTPD% 
--with-berkeley-db=%BDB% --with-openssl=%OPENSSL% --with-zlib=%ZLIB% 
--with-libintl=..\svn-win32-libintl --enable-nls --enable-bdb-in-apr-util 
--with-neon=%NEON%

CKv550: "build_neon"  isn't in any of the buildscripts-trunk files

CKv550: neon.mak has TARGET = .\libneon.lib... so I am guessing make is never 
being run on it

Carl F K

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