Hi,
I am trying to compile ghemical 1.5 on my notebook with g++ 3.2-7 and seem to get stuck at target3.
BTW configure ran fine and did not indicate any problem.
The compilation stops however at t3main.cpp
with In file included from /usr/include/c++/3.2/i386-redhat-linux/bits/c++locale.h:39,
from /usr/include/c++/3.2/bits/localefwd.h:46,
from /usr/include/c++/3.2/ios:48,
from /usr/include/c++/3.2/ostream:45,
from /usr/include/c++/3.2/iostream:45,
from ../../src/common/typedef.h:22,
from ../../src/common/v3d.h:17,
from ../../src/graphics/objects.h:32,
from ../../src/graphics/camera.h:34,
from ../../src/graphics/mtools.h:42,
from ../../src/graphics/views.h:39,
from t3views.h:28,
from t3main.h:19,
from t3main.cpp:10:
/usr/include/libintl.h:40: parse error before `__const'
/usr/include/libintl.h:44: parse error before `__const'
/usr/include/libintl.h:52: parse error before `__const'
/usr/include/libintl.h:81: parse error before `__const'
/usr/include/libintl.h:86: parse error before `__const'
In file included from /usr/include/c++/3.2/backward/strstream:51,
from t3main.cpp:24:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
make[1]: *** [t3main.o] Error 1
Does anyone have a clue as to what is going wrong ?
Thanks. Lothar
|