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

Re: Accessing SVN through Ruby

From: Bob Aman <vacindak_at_gmail.com>
Date: 2005-04-12 23:28:58 CEST

> Ok, so I gave up trying to figure out what to do with the .in file in
> Windows. I ran ./configure for the apr on FreeBSD, everything,
> *poof*, went as expected, and it eventually spat out apr.h as well as
> a bunch of other stuff. I borrowed that apr.h and stuck it on my
> Windows machine, hoping there wasn't anything FreeBSD specific in
> there as a result. I no longer get a syntax error, but it's still
> telling me:
> *** No module name specified using %module or -module.
>
> I have no idea what that means, but I guess I don't get a *_wrap.c
> file? Or.... was I supposed to?

I hate answering my own questions, especially 30 seconds after I
posted them, but, judging from this list in the INSTALL file from
1.1.4 on the SWIG bindings for Java:

        subversion\bindings\swig\java\build\svn-api.jar
        Release\subversion\bindings\swig\java\_client.dll
        Release\subversion\bindings\swig\java\_core.dll
        Release\subversion\bindings\swig\java\_delta.dll
        Release\subversion\bindings\swig\java\_fs.dll
        Release\subversion\bindings\swig\java\_ra.dll
        Release\subversion\bindings\swig\java\_repos.dll
        Release\subversion\bindings\swig\java\_wc.dll

I'm going to guess that I'm getting exactly what I should. But what
about the huge numbers of warnings from SWIG I'm getting? Is that
normal? e.g.:
 
svn_types.i(293): Warning(453): Can't apply (enum SWIGTYPE *OUTENUM).
No typemaps are defined.
svn_types.i(311): Warning(453): Can't apply (SWIGTYPE **OUTPARAM). No
typemaps are defined.
svn_types.h(46): Warning(801): Wrong class name (corrected to `Svn_error_t')
svn_types.h(190): Warning(801): Wrong class name (corrected to `Svn_dirent_t')
svn_types.h(290): Warning(801): Wrong class name (corrected to
`Svn_log_changed_path_t')
svn_string.i(111): Warning(453): Can't apply (RET_STRING). No typemaps
are defined.
svn_string.i(163): Warning(453): Can't apply (RET_STRING). No typemaps
are defined.
svn_delta.i(40): Warning(453): Can't apply (SWIGTYPE **OUTPARAM). No
typemaps are defined.
svn_delta.i(40): Warning(453): Can't apply (SWIGTYPE **OUTPARAM). No
typemaps are defined.
svn_delta.i(40): Warning(453): Can't apply (SWIGTYPE **OUTPARAM). No
typemaps are defined.
svn_delta.i(40): Warning(453): Can't apply (SWIGTYPE **OUTPARAM). No
typemaps are defined.
[snip... etc, etc...]

> And uhm, could someone tell me what I was actually supposed to do with
> the apr.h.* files? Please?

And this question still stands. I still have no idea how to generate
that apr.h file natively on Windows.

-- 
Bob Aman
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 12 23:29:56 2005

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.