Package: swig
Version: 1.3.40-3
Severity: normal

Trying to get subversion header files transformed into cffi I noticed that

* the generated files do not simply work for sbcl, because of
        file:///usr/share/doc/sbcl-doc/html/sbcl/Defining-Constants.html
#Defining-Constants
So the generated files should use some of the known workarounds for that.


* The more important thing is that generated constants are wrong.
svn_ra.h has
        #define SVN_RA_CAPABILITY_LOG_REVPROPS "log-revprops"
but swig makes this:
        (cl:defconstant SVN_RA_CAPABILITY_LOG_REVPROPS (cl:- "log" "revprops"))
which doesn't compile:
        ;   Argument X is not a NUMBER: "log"


While I can work around the first problem, this one is worse.


Thank you.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages swig depends on:
ii  libc6                   2.11.2-7         Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.4.5-10       GCC support library
ii  libstdc++6              4.4.5-10         The GNU Standard C++ Library v3
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

swig recommends no packages.

Versions of packages swig suggests:
pn  swig-doc                      <none>     (no description available)
pn  swig-examples                 <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to