Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
refactor build fix
08-09-2008, 12:51 PM,
#1
refactor build fix
In order to get the refactor branch to compile on Fedora 9 (gcc 4.3), I had to make the change below, otherwise it can't find std:Confusedort.

Code:
Index: src/game.cpp
===================================================================
--- src/game.cpp    (revision 2100)
+++ src/game.cpp    (working copy)
@@ -27,6 +27,8 @@
#include <sstream>
using std::stringstream;

+#include <algorithm>
+
///start the game with the given arguments
void GAME::Start(list <string> & args)
{
Reply


Messages In This Thread
refactor build fix - by ams76 - 08-09-2008, 12:51 PM
[No subject] - by joevenzon_phpbb2_import3 - 08-09-2008, 09:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)