|
From: Michele M. <mat...@eb...> - 2009-12-01 23:05:04
|
Hello list,
I'm trying to compile the final version of Ecell on a Ubuntu Karmic (9.10)
and unfortunaly the compilation fail:
cc -fPIC -g -O2 -g -O2 -Wno-pmf-conversions -g -O2 -Wno-pmf-conversions
-D_ECELL3_DM_CLASSNAME=GillespieProcess -I/usr/include -I../libecs -I../..
-I.. -I../../libltdl -I/usr/include/python2.6 -c GillespieProcess.cpp -o
GillespieProcess.o
In file included from GillespieProcess.cpp:28:
GillespieProcess.hpp: In static member function ‘static void
GillespieProcess::initializePropertyInterface(libecs::Type2Type<TT>)’:
GillespieProcess.hpp:59: error: ‘getc’ is not a member of
‘GillespieProcess’
GillespieProcess.hpp:59: error: ‘getc’ is not a member of
‘GillespieProcess’
dmcompile: failed to compile the specified source files:
CompileError(DistutilsExecError("command 'cc' failed with exit status 1",),)
ecell3-dmc: ../../dmtool/dmcompile returned error status: 1
make[4]: *** [GillespieProcess.so] Error 1
make[4]: Leaving directory
`/home/mattions/Work/progs/ecell/ecell-3.1.107/ecell/dm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/mattions/Work/progs/ecell/ecell-3.1.107/ecell'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/mattions/Work/progs/ecell/ecell-3.1.107/ecell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/mattions/Work/progs/ecell/ecell-3.1.107'
make: *** [all] Error 2
The problem seems to be the line 59 of the ecell/dm/GillespieProcess.hpp
file, which is:
PROPERTYSLOT_GET_NO_LOAD_SAVE( Real, c );
Any idea what's wrong?
(are you thinking to provide deb package for karmic? (maybe using
launchpad... :) )
Regards,
Michele
|