Closed GoogleCodeExporter closed 8 years ago
#include <cstring> for the str* errors, don't know where memset is supposed to
be declared
Original comment by lacrymol...@gmail.com
on 20 Dec 2010 at 12:49
I was getting the same errors as sebastien. The fix for OscUnitTests.cpp was
to #include <cstring>. There were further errors in other files, but usually
they were fixed by either including <cstring> or <cstdlib>.
I compiled with Cygwin.
Original comment by ephis...@gmail.com
on 11 Jan 2011 at 10:30
ephis-
Trying to compile myself, but know very little about the language. Can you
provide a little more direction in adding <cstring> or <cstlib> ?
I added it to OscUnitTests.cpp, but now am getting errors in
OscReceivedElements.cpp, and adding those lines didn't help any.
Thanks
Original comment by roguedge...@gmail.com
on 16 Feb 2011 at 3:59
[deleted comment]
This should be resolved in SVN head. Please create a new ticket if you
encounter problems with the SVN version.
Original comment by ross.bencina
on 4 Mar 2013 at 9:35
Original issue reported on code.google.com by
sebastie...@gmail.com
on 1 Nov 2010 at 5:09