On Dec 13, 2009, at 23:00 , Brandon Heller wrote: I'd uninstall the system default swig and tried with a bit older version, by building one by yourself. Modern swig versions have been somewhat problematic in the past, at least based on my experience.
> 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]> 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] > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org > > > > > _______________________________________________ > nox-dev mailing list > [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
