|
From: Christian S. <sch...@li...> - 2017-05-25 11:45:41
|
On Thursday, May 25, 2017 12:28:50 Andrew C wrote: > Thanks for that update, Christian and for dealing with my inane feedback. > > Got a compile error on the latest cvs release: Ok, our repository server is old, but not *that* old. ;-) It's svn (Subversion server). > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type > -ffast-math -g -O2 -pthread -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c > parser.cpp -fPIC -DPIC -o .libs/parser.o > In file included from parser_shared.h:16:0, > from parser.y:14: > tree.h: In member function ‘virtual void > LinuxSampler::ExecContext::resetPolyphonicData()’: > tree.h:715:84: error: ‘memset’ was not declared in this scope > memset(&polyphonicIntMemory[0], 0, polyphonicIntMemory.size() * > sizeof(int)); > > ^ > Makefile:532: recipe for target 'parser.lo' failed > make[5]: *** [parser.lo] Error 1 I just fixed it. Should work now. CU Christian |