[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] Compilation problems
From: |
Daniel Heck |
Subject: |
Re: [Enigma-devel] Compilation problems |
Date: |
Wed, 22 Jan 2003 00:01:52 +0100 |
Ingo van Lil wrote:
> what version of gcc/g++ is needed to compile the newest CVS sources?
> My gcc-2.95.3, which is OK according to the README, doesn't seem to
> know the 'rel_ops' namespace needen in oxydlib/Level.cpp. Is there any
> chance to compile without that lib or do I really have to get a newer
> gcc?
I noticed this too. Problem is: it doesn't compile with g++ 3.2 if I do
not use the rel_ops package. I will try to find a solution that works
for both compilers. For now, you can simply remove the "using namespace
std::rel_ops" line.
Daniel