Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Jun 05, 2001 at 12:32:46AM +0200, Lars Gullik Bjønnes wrote:
| > | > > I am trying to compile cvs. I get the following error message, can someone
| > | > > tell me whats going on here? Template problems? I am running redhat 6.2,
| > | > > egcs-1.1.2-30
| >
| > It's LyX's problem, but not a problem in/with LyX...
|
| I also got the same error yesterday.
| Today I get a new error:
|
| g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem
|/usr/X11R6/include -O -fno-rtti -fno-exceptions -W -Wall -Wp,-MD,.deps/lyxsum.pp -c
|lyxsum.C -o lyxsum.o
| In file included from ../../boost/boost/integer.hpp:19,
| from ../../boost/boost/crc.hpp:14,
| from lyxsum.C:16:
| ../../boost/boost/limits.hpp:17: limits: No such file or directory
Huh! I thought this problem solved.
do you have the
/* Some support for the boost library. */
#ifndef HAVE_LIMITS
#define BOOST_NO_LIMITS
#endif
#ifndef HAVE_SSTREAM
#define BOOST_NO_STRINGSTREAM
#endif
in your config.h file?
what is HAVE_LIMITS set to in the config.h file?
--
Lgb