This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

code broken by gcc 3.0


Hi,

I've just upgraded to gcc 3.0, and (no surprise) my code breaks. But, I 
can't figure out what is the source of this error. Any suggestions are 
greatly appreciated!

In file included from /usr/include/g++-v3/bits/stl_algobase.h:44,
from /usr/include/g++-v3/bits/std_memory.h:20,
from /usr/include/g++-v3/bits/std_string.h:43,
from /usr/include/g++-v3/bits/localefwd.h:42,
from /usr/include/g++-v3/bits/std_ios.h:43,
from /usr/include/g++-v3/bits/std_ostream.h:39,
from /usr/include/g++-v3/bits/std_iostream.h:40,
from /usr/include/g++-v3/backward/iostream.h:32,
from /usr/include/g++-v3/backward/iterator.h:33,
from /usr/include/g++-v3/backward/algobase.h:31,
from /usr/include/g++-v3/backward/vector.h:31,
from ../include/LmIdSet.h:15,
from ../include/LmPlayerDB.h:21,
from LmPlayerDBF.cpp:15:
/usr/include/g++-v3/bits/std_cstdlib.h: At global scope:
/usr/include/g++-v3/bits/std_cstdlib.h:103: `system' not declaredmake: *** 
[LmPlayerDBF.o] Error 1


Sincerely,

Brent


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]