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

Re: Compiling minimal_client on MacOS X

From: B. Blodau <b_blodau_at_hamburg.de>
Date: 2007-09-04 20:24:50 CEST

Thanks to everybody
for the help!

Getting the subversion-deps helped me to get the minimal_client
compiling and running.
However, if I execute it, it encounters a ZeroLink: unknown symbol
_svn_cmdline_init

This was obvious, since I did not add any code yet. Adding
libsvn_client solved that zero link, but now I'm getting the next
one: _apr_terminate.
To make this short: Is there any documentation which code files I
need to add to get the minimal_client running? To find that out via
trial and error may not be efficient. :)
As for MacOS X, I guess I have to use the unix apr-implementations,
right?

Thanks again for any help
Bert

Am 04.09.2007 um 17:26 schrieb Miller, Eric:

> Did you download the subversion-deps tarball as well? It should
> contain
> all that suff.
>
> Eric
>
>> -----Original Message-----
>> From: B. Blodau [mailto:b_blodau@hamburg.de]
>> Sent: Tuesday, September 04, 2007 9:12 AM
>> To: users@subversion.tigris.org
>> Subject: Compiling minimal_client on MacOS X
>>
>> Hello,
>> I'm Bert Blodau and I'm still a rookie to Subversion.
>>
>> I'm trying to write a client application for Mac OS X using SVN's C-
>> API. As a first try I tried to compile the minimal_client.c file, to
>> see if I can just build a mini client.
>>
>> Maybe I was a bit to optimistic when I just downloaded the SVN
>> version 1.4.4 from the SVN homepage, which includes both the header-
>> and the C-files, expecting that I can compile them right away. I got
>> a compiler error that all the apr... files are missing. It seems that
>> I have to get the apr files from the apache homepage. Getting the
>> apr-1.2.9 files didn't help, since the apr.h file is still missing.
>>
>> I think if I invest a couple of weeks to find out which files in
>> which version I need, I will finally made it to compile
>> minimal_client, but this might be a bit a frustrating process.
>> Is there anybody out there who has done this already and can provide
>> a simple checklist where to get which files and how to setup a simple
>> project for MacOS X (including any necessary compiler settings)?
>> If there is already a document on the SVN homepage which describes
>> this process, it would be nice to know about it.
>>
>> Thanks in advance to everybody for any help.
>> Bert
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 4 20:22:08 2007

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.