> I'm trying to be a helpful citizen and build/upload a 1.1.2 win32 .zip
> for public consumption.
You bet me too it, abeit it would have been a couple more days before I got
my head around the compile errors I have been getting.
Speaking of compile errors, I have been able to get everything but
subversion to build.
Using to make
F:\SVN\src-trunk>python gen-make.py -t dsp --with-berkeley-db=db4-win32
--with-openssl=openssl-0.9.7d --with-zlib=zlib --enable-nls
--enable-bdb-in-apr-util
And to build
F:\SVN\src-trunk>msdev subversion_msvc.dsw /USEENV /MAKE "__ALL_TESTS__ -
Win32 Release"
Im getting errors:
F:\SVN\src-trunk\apr\include\apr_want.h(51): Could not find the file
strings.h.
F:\SVN\src-trunk\apr\include\apr_want.h(84): Could not find the file
sys/uio.h.
F:\SVN\src-trunk\apr\include\apr_want.h(102): Could not find the file
arpa/inet.h.
And a whole lot of these errors
add.c
..\..\..\subversion\svn_private_config.h(64) : fatal error C1083: Cannot
open include file: 'libintl.h': No such file or directory
In fact now that I have copied it all out I seem to remember the win32 build
docs saying not to use the /USEENV switch for msdev.
Guess I will give it a go.
> Looking through our INSTALL file, I see nothing in the win32 build
> instructions that explains how to use win32 gettext tools to compile
> the .po files. Can someone explain? Shouldn't we augment INSTALL?
Yes please do.
What I want to end up being able to do is run a nightly automated win32
build run over svn & dependencies, if any errors / warnings come up (maybe
not soo much warnings) post to the dev list with the details.
That is if of course nobody else is doing it - if they are, at least I have
learned to build svn.
---------------------------------------------------------------------------
Steven Higgan - 3rd Year B.I.T. Otago Polytechnic, Dunedin New Zealand
.net geek
-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Sunday, 2 January 2005 6:00 a.m.
To: svn-dev-list
Subject: building 1.1.2 on win32
I'm trying to be a helpful citizen and build/upload a 1.1.2 win32 .zip
for public consumption.
I'm having no problems building the 1.1.2 tag, but I just noticed that
branko's 1.1.2 zipfile contains a whole extra 'share\locale\' folder
full of .mo message translations.
I've never distributed these before, and it seems like a good idea.
(gettext is already required to build in win32: we distribute libiconv
and libintl, and all the iconv locales in our zipfile. I guess it
makes sense to distribute .mo message translations too.)
Looking through our INSTALL file, I see nothing in the win32 build
instructions that explains how to use win32 gettext tools to compile
the .po files. Can someone explain? Shouldn't we augment INSTALL?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 2 04:06:36 2005