Opened 6 years ago

Last modified 6 years ago

#56894 closed update

Codeblocks 17.12 Available — at Version 1

Reported by: pcallycat Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: codeblocks

Description (last modified by jmroot (Joshua Root))

Codeblocks 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.

-#include "sqpcheader.h"
 #include <math.h>
+#include "sqpcheader.h"
 #include <stdlib.h>
 #include "sqopcodes.h"
 #include "sqfuncproto.h"

Change History (3)

comment:1 Changed 6 years ago by jmroot (Joshua Root)

Description: modified (diff)
Port: codeblocks added
Version: 2.5.3

Changed 6 years ago by mf2k (Frank Schima)

Attachment: Portfile-codeblocks.diff added

Changed 6 years ago by mf2k (Frank Schima)

Attachment: patch-sqvm-header-fix.diff added
Note: See TracTickets for help on using tickets.