bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ddd won't compile with RUNTIME_REGEX 1


From: Donna Robinson
Subject: ddd won't compile with RUNTIME_REGEX 1
Date: Thu, 6 May 2004 14:34:47 +0100
User-agent: KMail/1.5.4

Hi,

Number of problems if I change config.h to:
#define WITH_RUNTIME_REGEX 1
#define RUNTIME_REGEX 1

in rxclass.C:
void regex::fatal(int errcode, const char *src) 
--> cerr should be std::cerr 'cos you are using 
#include <iostream> and friends

in comm-manag.C:
void send_gdb_command( ... )
make complains: 
comm-manag.C: error: `rxlist_range' undeclared (first use this function)

because rxlist_range is inside
#if !RUNTIME_REGEX
...
#endif
in regexps.h

or am I being a twit here?

Donna

-- 
No trees were destroyed in the sending 
of this contaminant-free message.
However, we do concede that a significant number 
of electrons may have been inconvenienced.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]