Discussion:
[Gmat-developers] Building GMAT with g++ 4.3.2 on GNU/Linux (Debian Lenny)
Kester Habermann
2009-05-29 14:27:19 UTC
Permalink
Hello,

I tried to compile GMAT on Debian Lenny that comes with g++ 4.3.2 and
encountered some problems. This is probably due to the stricter C++
compiler.

The required changes involve adding #include statements for
<algorithm> (for find), <cstring> and <stdlib.h> (for various str*,
mem*, ato* functions). My changes are based on gmat-src-2008-09-30.zip.

With the changes applied I was able to build GMAT successfully (no
thorough testing done yet).

Note: I compiled wxGTK myself (without Unicode) and did not use the
Debian package,

The building of the shared library also fails as the lib directory is
not there, this need to be created (not included in patch).

I've attached the patch I made.


Kind Regards

Kester

Loading...