scgraph / SCGraph

A graphics server for SuperCollider
http://scgraph.github.com/
GNU General Public License v2.0
19 stars 1 forks source link

SuperCollider git doesn't have SC_Group.h anymore #2

Closed fps closed 10 years ago

fps commented 11 years ago

And the compile of SCGraph thus fails. Removing the include fixes the build, but I can't test it yet, since I didn't get SC setup yet..

diff --git a/src/plugin_pool.cc b/src/plugin_pool.cc
index 2db61bf..4d72fb6 100644
--- a/src/plugin_pool.cc
+++ b/src/plugin_pool.cc
@@ -31,7 +31,7 @@

 #include <SC_InterfaceTable.h>
 #include <SC_Node.h>
-#include <SC_Group.h>
+//#include <SC_Group.h>
 #include <SC_World.h>
 #include <SC_Graph.h>
mortuosplango commented 11 years ago

I'm on the 3.6 branch and the INSTALL also indicates that it needs 3.6, perhaps it should be noted there that 3.7 is not (yet) supported...

mortuosplango commented 10 years ago

If you unset the flag it'll exclude SC_Group.h