CVSROOT: /cvs/purrs
Module name: purrs
Changes by: pescetti(a)cs.unipr.it 2006-01-11 17:23:35
Modified files:
infrastructure : depinst
Log message:
Install libraries by default.
Check that the specified compiler actually exists.
Separate the user-defined fields and the actual script.
Better documentation.
Copyright year updated.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/infrastructure/depinst.diff…
I'm sorry again. I keep trying to install purrs but I have been able to do it
yet. The problem occurs when I run "make". Note that the execution of
"configure" seems OK. When I run "make", the execution stops at this point
with this error messsage:
In file included from Expr.defs.hh:1313,
from Finite_Order_Info.defs.hh:32,
from Finite_Order_Info.cc:27:
Expr.inlines.hh: In member function `bool
Parma_Recurrence_Relation_Solver::Expr::is_the_x_function() const':
Expr.inlines.hh:811: error: `x_SERIAL' undeclared (first use this function)
Expr.inlines.hh:811: error: (Each undeclared identifier is reported only
once
for each function it appears in.)
Expr.inlines.hh:811: error: template argument 1 is invalid
Expr.inlines.hh:811: error: no matching function for call to
`is_the_function(
const Parma_Recurrence_Relation_Solver::Expr&)'
Expr.inlines.hh: In member function `bool
Parma_Recurrence_Relation_Solver::Expr::is_the_x1_function() const':
Expr.inlines.hh:818: error: template argument 1 is invalid
Expr.inlines.hh:818: error: no matching function for call to
`is_the_function(
const Parma_Recurrence_Relation_Solver::Expr&)'
Expr.inlines.hh: In member function `bool
Parma_Recurrence_Relation_Solver::Expr::is_the_x2_function() const':
Expr.inlines.hh:825: error: template argument 1 is invalid
Expr.inlines.hh:825: error: no matching function for call to
`is_the_function(
const Parma_Recurrence_Relation_Solver::Expr&)'
make[4]: *** [Finite_Order_Info.o] Error 1
make[4]: Leaving directory `/home/jorge/CVSReps/purrs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jorge/CVSReps/purrs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jorge/CVSReps/purrs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jorge/CVSReps/purrs'
make: *** [all] Error 2
What am I doing wrong?
Thanks
-------------------------------------------------------------------------------
jorge(a)cs.unm.edu | Jorge Navas
+1-505-277-1316 (Work) | Computer Science Department
http://www.cs.unm.edu/~jorge | University of New Mexico
| Albuquerque NM-87131 USA
-------------------------------------------------------------------------------
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: pescetti(a)cs.unipr.it 2005-12-25 23:35:40
Modified files:
infrastructure : depinst
Log message:
Test PURRS by default.
Fix search path in order to find the right library configuration
scripts.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/infrastructure/depinst.diff…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: pescetti(a)cs.unipr.it 2005-12-25 23:05:01
Modified files:
infrastructure : README
Log message:
After testing GCC versions between 3.3 and 4.0.2, the bar must be
raised to GCC 3.4.1.
Mention the automated install script for dependencies.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/infrastructure/README.diff?…
Hi,
I'm sorry because I am not sure this is the properly mail list to report
this problem. I'm trying to install PURRS but when I run autoconf, it
outputs the following message:
configure.ac:24: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:28: error: possibly undefined macro: AM_CONFIG_HEADER
configure.ac:108: error: possibly undefined macro: AC_CHECK_GMP
configure.ac:126: error: possibly undefined macro: AC_PATH_CLN
configure.ac:133: error: possibly undefined macro: AC_PATH_GINAC
configure.ac:297: error: possibly undefined macro: AC_DISABLE_SHARED
configure.ac:298: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:299: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:300: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:306: error: possibly undefined macro: AC_CHECK_USE_READLINE
I have tried to execute the checkout without the option z and also I have
installed the newest version of autoconf. Any suggerences?
Thank you.
-------------------------------------------------------------------------------
jorge(a)cs.unm.edu | Jorge Navas
+1-505-277-1316 (Work) | Computer Science Department
http://www.cs.unm.edu/~jorge | University of New Mexico
| Albuquerque NM-87131 USA
-------------------------------------------------------------------------------