On Thursday 26 June 2008, Dave Phillips wrote:
Florian Schmidt wrote:
Sorry for keeping you waiting. I'm chasing a
hard to find bug :( Try the
current version though :)
No problema. I tried building 0.10, it fails here:
make[1]: Entering directory `/home/dlphilp/src/scgraph-0.10/server'
--- Building object: main.cc => main.o
g++ -c main.cc -pedantic -Wall -Wno-long-long -ansi -Werror -O3
-ffast-math -funroll-loops -DPREFIX=\"/usr/local\"
-DSC3_INCLUDE_PATH=\"/usr//include/SuperCollider/\" -I/usr/include
-DQT_THREAD_SUPPORT -I/usr//include/SuperCollider//plugin_interface
-I/usr//include/SuperCollider//server
-I/usr//include/SuperCollider//common `pkg-config sndfile
GraphicsMagick++ --cflags`
-DSC3_PLUGIN_PATH=\"/usr//lib/SuperCollider/plugins\" `pkg-config jack
fftw3f --cflags` -DHAVE_JACK -DHAVE_SHADERS -DHAVE_GLEW -pthread
cc1plus: warnings being treated as errors
cow_ptr.h:15: warning: ‘struct DeepCopyable’ has virtual functions but
non-virtual destructor
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/dlphilp/src/scgraph-0.10/server'
make: *** [server] Error 2
Yes, this is a warning by the compiler which is correct.. Just put a "virtual"
in front of the destructor
~DeepCopyable() { }
=>
virtual ~DeepCopyable() { }
This one is actually fixed in my svn, but i have other stuff to fix before
pushing it out..
Regards,
Flo
--
Palimm Palimm!
http://tapas.affenbande.org