Hi Thomas, you were right, that worked (also had to install swig though) I still have the "TCL missing" warning. Haven't found yet which package is missing.
As a reminder, here are the packages needed to install in order to build simulavr on a Debian Stable (Lenny) : - for "stable" branch : $ apt-get install zlib1g zlib1g-dev g++ binutils-dev autoconf gettext libtool git avr-libc binutils-avr gcc-avr make - for "master" branch (in addition to stable packages) : $ apt-get install python-dev swig $ vi /etc/apt/sources.list (add deb http://www.backports.org/debian lenny-backports main contrib non-free) $ apt-get update $ apt-get install debian-backports-keyring $ apt-get install libtool (brings backported version 2.2.6, instead of stable version 1.5.26) (maybe some required packages where already installed, but this server's installation was recent) Not sure what's better about python. Enabling python through configure resulted in a compile error. Had to install python headers packages, then another compile error about missing swig. So default behaviour would be to produce build errors on a common user configuration. I would say that working out-of-the-box is important. If it's possible to enable it by default, but to disable it through autoconf if not all required elements are found on the system, this would be a good solution. Not an expert but shouldn't it be doable through autoconf ? Raph Le Wed, Apr 14, 2010 at 09:34:10AM +0200, ThomasK écrivait : > Hi Raphael, > >> 'make check' does not run tests any more, but I think I remember reading >> here that they have been disabled for now >> Now I will try to understand and use it ;) > > Yes, that's right, if you call ./configure without parameters. The > reason is, that 'make check' needs python and python is disabled by > default. So you have to rerun configure: "./configure --enable-python" > and then "make" resp. "make check". This will build python interface > too. It needs python 2.4 at minimum AND avr-gcc environment! > > @list: Maybe it's a good idea to enable python by default? > > cu, Thomas > > > > _______________________________________________ > Simulavr-devel mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/simulavr-devel > -- MoS _______________________________________________ Simulavr-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/simulavr-devel
