miod wrote:
I am surprised noone mentioned ES40 (
http://www.es40.org/
) yet.
Interesting error from first attempt to compile it..
Code:
Making all in src
gmake[1]: Entering directory `/nas/irix/es40/src'
cd .. && /bin/sh /nas/irix/es40/missing --run autoheader
aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf. If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te: /usr/nekoware/bin/m4 failed with exit status: 63
autoheader: '/usr/nekoware/bin/autom4te' failed with exit status: 63
WARNING: `autoheader' is probably too old. You should only need it if
you modified `acconfig.h' or `configure.ac'. You might want
to install the `Autoconf' and `GNU m4' packages. Grab them
from any GNU archive site.
Cannot create [src/config.h].in: No such file or directory
rm -f stamp-h1
touch config.h.in
cd .. && /bin/sh ./config.status src/config.h
config.status: creating src/config.h
config.status: src/config.h is unchanged
gmake all-am
gmake[2]: Entering directory `/nas/irix/es40/src'
source='AliM1543C.cpp' object='AliM1543C.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
CC -DHAVE_CONFIG_H -I. -I/usr/nekoware/include -I/usr/nekoware/include/glib-1.2 -I/usr/nekoware/lib/glib/include -O3 -mips4 -n32 -Zf,_245 -INLINE -woff 1110,1171,1201,1355,3201 -DIRIX64 -DHAVE_X11 -c -o AliM1543C.o AliM1543C.cpp
cc-1035 CC: WARNING File = /usr/include/stdint.h, Line = 5
#error directive: This header file is to be used only for c99 mode
compilations
#error This header file is to be used only for c99 mode compilations
^
cc-1005 CC: ERROR File = StdAfx.h, Line = 311
The source file "Poco/Thread.h" is unavailable.
#include <Poco/Thread.h>
^
1 catastrophic error detected in the compilation of "AliM1543C.cpp".
Compilation terminated.
gmake[2]: *** [AliM1543C.o] Error 2
gmake[2]: Leaving directory `/nas/irix/es40/src'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/nas/irix/es40/src'
gmake: *** [all-recursive] Error 1
mickey:/nas/irix/es40>
Looks like C programming inside C++ code does not sit well with MIPS Pro...?