Building apr on sinix mips
From: Martin J. Evans <martin.evans_at_easysoft.com>
Date: 2004-05-20 15:44:51 CEST
Hi,
Posted to dev@apr.apache.org and users@subversion.tigris.org.
I am primarily trying to get a subversion client running on Sinix MIPS:
bash-2.04$ uname -a
but running into a lot of problems in apr. Initially I ran configure for
1. cpp on sinix cannot process .h files.
$(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) export_vars.h | sed -e
Given export_vars.h only contained:
apr_month_snames
I changed this line to:
cat export_vars.h | sed -e 's/^\#[^!]*//' | sed -e '/^$$/d' >> $@
which got me past this.
2. utimbuf not defined
For Sinix, sys/types.h and utime.h are required for utime.
Anyway, apr 0.9.4 builds and installs OK after that BUT now I find subversion
Also, the configure caching mechanism for subversion 1.0.2 seems to fail with
if test -r "$cache_file"; then
everything but > $cache_file
This problem looks like it may be fixed in subversion 1.0.3 as I'm not having
Any pointers for how to get apr and subversion running on sinix would be
Martin
-- Martin J. Evans Easysoft Ltd, UK Development --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu May 20 15:46:13 2004 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.