Re: [Orbit-python-list] ORBit-Python 0.3.1 RC2 available
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-10-20 13:41:57
|
> http://www.async.com.br/~kiko/orbit-python-0.3.1-RC3.tar.gz > (it has a rather broken test-suite but ignore that for now -- just see if > the packaging is okay.) While compiling, I get this error with RC3: [tack@viper orbit-python-0.3.1]$ make Making all in src make[1]: Entering directory `/home/tack/src/orbit-python-0.3.1/src' source='CORBAmodule.c' object='CORBAmodule.o' libtool=no \ depfile='.deps/CORBAmodule.Po' tmpdepfile='.deps/CORBAmodule.TPo' \ depmode=none /bin/sh ../depcomp \ gcc -DPACKAGE=\"orbit-python\" -DVERSION=\"0.3.1\" -DHAVE_DLFCN_H=1 -I. -I. -I/usr/include/python2.1 -I/usr/include/python2.1 -fPIC -g -O2 -Wall -Wstrict-prototypes -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include -g -O2 -c `test -f CORBAmodule.c || echo './'`CORBAmodule.c ../depcomp: ../depcomp: No such file or directory make[1]: *** [CORBAmodule.o] Error 127 make[1]: Leaving directory `/home/tack/src/orbit-python-0.3.1/src' make: *** [all-recursive] Error 1 Looks like the automake you used wants depcomp to exist in the top dir? Jason. |