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

Re: svn rev 4753: FAIL (RedHat 8.x RPM daily all-HEAD!)

From: Brandon Ehle <behle_at_pipedreaminteractive.com>
Date: 2003-02-05 19:25:49 CET

I'm getting a build error with swig against HEAD, it looks like swig
doesn't like comments in the middle of the definition.

The build error is:

> building '_client' extension
> swigging /home/rpmbuild/rpms/build/subversion/subversion/bindings/swig/svn_client.i to build/svn_client.c
> /home/rpmbuild/rpms/build/subversion/subversion/bindings/swig/apr.i:146: Missing '}'. Reached end of input.
> /usr/bin/swig -c -python -noproxy -I/home/rpmbuild/rpms/build/subversion/subversion/bindings/swig -I/home/rpmbuild/rpms/build/subversion/subversion/include -I/usr/include/httpd -I/usr/include/python2.2 -o build/svn_client.c /home/rpmbuild/rpms/build/subversion/subversion/bindings/swig/svn_client.i
> error: command '/usr/bin/swig' failed with exit status 1
> make: *** [swig-py-ext] Error 1

Here is the line in question:

%typemap(java,argout,fragment="t_output_helper") apr_file_t **
    /* HELP: Is there a JNI equivalent of SWIG_NewPointerObj, or is
       this actually a cross-language typemap? */
    "$result = t_output_helper(
        $result,
        SWIG_NewPointerObj(*$1, $*1_descriptor, 0));";

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 5 19:35:07 2003

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.