[LINUX] Export and Preview don't work

So here’s my log from trying to export:

In file included from /usr/include/c++/4.7/vector:61:0,

                 from /home/liam/Downloads/GameDevelop/CppPlatform/include/GDCpp/GDCpp/EventsPrecompiledHeader.h:3,

                 from <command-line>:0:

/usr/include/c++/4.7/bits/stl_algobase.h:60:28: fatal error: bits/c++config.h: No such file or directory

compilation terminated.

This is on Ubuntu 13.04 64bit.

Hi,

As GD is a 32 bit program, I think you should install the 32 bits c++ development libraries. (GD works “well” on Ubuntu 13.04 32bits).

Try to type this in the terminal:

sudo apt-get install gcc-4.7-multilib g++-4.7-multilib