Opened 6 years ago

Last modified 6 years ago

#56894 closed update

Codeblocks 17.12 Available — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.