I've found a number of bug reports for this assertion in swig 1.3.4. Without installing/reproducing it locally, I'm not sure if it is something in the .i or a bug in swig. A near-term solution would be to install swig 1.3.33, or try and figure out exactly which declaration is causing the assertion.

I thought it was in the subject and the body, but to be more precise, my /etc/apt/sources.list starts with:

deb http://debian.osuosl.org/debian/ testing main
deb-src http://debian.osuosl.org/debian/ testing main

SWIG version is 1.3.40, compiled with g++ [i686-pc-linux-gnu]

Thanks,
Brandon

On Sun, Dec 13, 2009 at 10:53 PM, Martin Casado <[email protected] <mailto:[email protected]>> wrote:

    What version of swig do you have installed?  Are you using Debian
    stable?

        Hi,

        With a few different packages (changes to more recent boost
        versions, 1.35 is not available), I was able to pass configure
        w/nox 0.6 on deb testing:

        sudo apt-get install autoconf automake g++ libtool python
         python-twisted swig  libxerces-c2-dev libssl-dev make
        python-dev *libboost-filesystem1.38-dev libboost1.38-dev
        libboost-test1.38-dev*

        I could only build the core apps though (./boot.sh
        --apps-core); make fails when trying to build storage:

        /usr/bin/swig -c++ -python                     \
-I../../../../../src/nox/netapps/storage/../ \
           -outdir ./.                        \
           -o pystorage_wrap.cc                        \
           -c++ -python -module pystorage
        ../../../../../src/nox/netapps/storage/storage.i
        swig: Modules/lang.cxx:330: Language::Language(): Assertion
        `!this_' failed.

        Any ideas?

        Thanks,
        Brandon



        ------------------------------------------------------------------------

        _______________________________________________
        nox-dev mailing list
        [email protected] <mailto:[email protected]>
        http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org





_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to