This is patch: [#8216] Make blender compile with gcc 4.3

minus one small include file that was commented out, I'm not
sure why it was commented out but I'm pretty sure its needed.
If there are still problems later we can sort it out, everything
else is pretty simple.

Kent
This commit is contained in:
2008-02-04 21:52:03 +00:00
parent f11ea1eb8e
commit fd7c729bd1
6 changed files with 15 additions and 0 deletions

View File

@@ -42,6 +42,8 @@
#include <strings.h>
#endif
#include <cstring>
#include <cstdio>
// For obscure full screen mode stuuf
// lifted verbatim from blut.

View File

@@ -47,6 +47,10 @@
#include <vector>
#include <limits.h>
#include <cstring>
#include <cstdlib>
using namespace std;

View File

@@ -2,6 +2,8 @@
#include <math.h>
#include <cstring>
using namespace std;
static string command_path = "";

View File

@@ -1,6 +1,9 @@
#include "export_Plugin.h"
#include <math.h>
#include <cstring>
using namespace std;

View File

@@ -8,6 +8,8 @@
#include <math.h>
#include <cstring>
using namespace std;
void yafrayRender_t::clearAll()

View File

@@ -32,6 +32,8 @@
#include "GPC_KeyboardDevice.h"
#include <cstdlib>
/**
* NextFrame toggles currentTable with previousTable,
* and copies relevant event information from previous to current table