[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Compile issues

From: Karl Fogel <kfogel_at_collab.net>
Date: 2001-06-27 03:28:26 CEST

A suggestion:

I've had weird APR build problems before too. Usually I just

   cd apr/
   ./buildconf
   ./configure
   make
   cd ..

and try building Subversion again, and it works. Wish I knew why.
Good luck...

-K

"Julian Fitzell" <julian-ml@beta4.com> writes:
> Came back to this list after an absence and in trying to compile the code got the following errors.
>
> In file included from subversion/mod_dav_svn/activity.c:27:
> subversion/mod_dav_svn/dav_svn.h:287: parse error before `*'
> subversion/mod_dav_svn/activity.c: In function `dav_svn_get_txn':
> subversion/mod_dav_svn/activity.c:44: warning: passing arg 4 of `apr_dbm_open' makes pointer from integer without a cast
> subversion/mod_dav_svn/activity.c:44: too many arguments to function `apr_dbm_open'
> subversion/mod_dav_svn/activity.c: In function `dav_svn_store_activity':
> subversion/mod_dav_svn/activity.c:83: warning: passing arg 4 of `apr_dbm_open' makes pointer from integer without a cast
> subversion/mod_dav_svn/activity.c:83: too many arguments to function `apr_dbm_open'
> make: *** [subversion/mod_dav_svn/activity.lo] Error 1
>
> I've tried doing CVS updates over the last few weeks to see if the problem is corrected but no luck. I also just tried checking it out from scratch and using the new Neon but that didn't help either. I can't even find the function defintion for apr_dbm_open anywhere except the file that has the error with a grep through the source tree.
>
> Is everyone else able to build at the moment? Does anyone have any suggestions?... I'm at a loss...
>
> Thanks,
>
> Julian
>
>
> ---------------------------------------------------------------------
> 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 Sat Oct 21 14:36:32 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.