<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40305 >
> [book - Wed Mar 04 20:06:55 2009]: > > > [cproc - Wed Mar 04 12:57:26 2009]: > > > > > [[email protected] - Sun Jun 22 15:36:48 2008]: > > > > > > I can't build version 2.2, because g++ is not installed. > > > The error message is: > > > > > > ../../../../bootstrap/depcomp: line 470: exec: g++: not found > > > make[5]: *** [toluaxx.bind.o] Error 127 > > > > > > I can install g++, sure, but perhaps autogen.sh should have > > > checked g++'s existence before? Right now, autogen doesn't > > > report any problems. > > > > > > Joan > > > > > > > > > > Patch attached. > > > > AC_PROG_CXX does not abort when no C++ compiler is found, it just sets > > CXX to "g++" in this case. So a separate check is needed. > > How come a c++ compiler is needed at all? > It's needed to build toluaxx. _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
