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

Re: progress report & upcoming "Milestone 1"

From: Jim Blandy <jimb_at_savonarola.red-bean.com>
Date: 2000-09-26 18:23:25 CEST

Joerg Bullmann <joerg@fontworks.com> writes:

> Hi Karl and all,
>
> >Just a brief update on where we are and where we will (hopefully) be
> >soon.
> >...
>
> Great stuff.
>
> I've been lurking and I itch to try to compile the current
> client stuff on the Mac (classic Mac = pre MacOS X). The
> first hurdle I see here is the "configure" engine
> and strategy. I haven't looked into the svn sources
> very much (have checked them out and updated them
> every few days, though). I also can't commit to too
> much time. I'm just asking whether people on this list
> can point me somewhere wrt. the configuration of the
> client side sources of svn by hand.

The whole job of the configure script is:
- to produce config.h from config.h.in
- to edit the makefiles appropriately

So, if you can produce a hand-written config.h file that contains the
right definitions, and hand-written Makefiles (or the equivalent for
your development system) that do the right thing, then you're done.

At the moment, our configure script generates config.h, but none of
our source files have needed it yet. That will probably change.
Received on Sat Oct 21 14:36:09 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.