snapshot 2003-07-10
Matthias Lang
matthias@REDACTED
Fri Jul 11 09:45:38 CEST 2003
Compiled mostly fine on my box (x86, debian "testing"). One slight
hiccup:
make[4]: Entering directory `/usr/local/src/otp_src_P9C_2003-07-10/lib/orber/c_src'
mkdir -p ../priv/obj/i686-pc-linux-gnu
mkdir -p ../priv/bin/i686-pc-linux-gnu
gcc -c -o ../priv/obj/i686-pc-linux-gnu/obj_init_port.o -g -O2 -I/usr/local/src/otp_src_P9C_2003-07-10/erts/i686-pc-linux-gnu -DHAVE_CONFIG_H obj_init_port.c
In file included from obj_init_port.c:23:
inet.h:39:8: warning: extra tokens at end of #endif directive
gcc -c -o ../priv/obj/i686-pc-linux-gnu/setsockaddr_in.o -g -O2 -I/usr/local/src/otp_src_P9C_2003-07-10/erts/i686-pc-linux-gnu -DHAVE_CONFIG_H setsockaddr_in.c
In file included from setsockaddr_in.c:20:
inet.h:39:8: warning: extra tokens at end of #endif directive
gcc -o ../priv/bin/i686-pc-linux-gnu/obj_init_port ../priv/obj/i686-pc-linux-gnu/obj_init_port.o ../priv/obj/i686-pc-linux-gnu/setsockaddr_in.o -lncurses -lresolv -ldl -lm
c++ -c -o ../priv/obj/i686-pc-linux-gnu/InitialReference.o -DHAVE_CONFIG_H InitialReference.cc
In file included from InitialReference.cc:26:
InitialReference.hh:28:23: strstream.h: No such file or directory
In file included from InitialReference.cc:26:
This doesn't stop the emulator from working, but maybe it stops Orber
from working. I don't know, I don't use Orber. Anyway:
- It might help some people if the README mentioned that you need
a C++ compiler if you want Orber built.
- I think g++ can't find strstream.h because the GNU folks have
moved the header out of the way because the C++ standard
deprecated that header last century ;-). It works ok if I
give it the path there, but that's just a hack.
Matthias
More information about the erlang-questions
mailing list