Changes between Initial Version and Version 1 of Ticket #56894


Ignore:
Timestamp:
Jul 31, 2018, 3:40:02 PM (6 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56894

    • Property Version changed from 2.5.3 to
    • Property Port codeblocks added
  • Ticket #56894 – Description

    initial v1  
    11Codeblocks 17.12 is available.  It looks like the existing port has no maintainer.  Current svn code will build with one small edit.  The following patch to src/sdk/scripting/squirrel/sqvm.cpp will cause the software to be buildable.
    2 
     2{{{
    33-#include "sqpcheader.h"
    44 #include <math.h>
     
    77 #include "sqopcodes.h"
    88 #include "sqfuncproto.h"
     9}}}