dseshadri20 / oscpack

Automatically exported from code.google.com/p/oscpack
Other
0 stars 0 forks source link

I had to include <cstring> in OscPrintReceivedElements.h #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When trying to do the "sudo make install" in Ubuntu 12.04 LTS an error appears. 
The version is oscpack_1_0_2.

osc/OscPrintReceivedElements.cpp:118:49: error: ‘strlen’ was not declared 
in this scope
osc/OscPrintReceivedElements.cpp:120:39: error: ‘strcpy’ was not declared 
in this scope

Seems that adding the line #include <cstring> in OscPrintReceivedElements.h 
resolves the problem and oscpack is installed with success.

Original issue reported on code.google.com by gerard.l...@gmail.com on 27 Mar 2013 at 1:40

GoogleCodeExporter commented 8 years ago
Hello,

Thanks for the feedback. 1.0.2 is now out of date. Try using the 1.1.0RC2 
release candidate or later, this issue has already been fixed there.

Thanks,

Ross.

Original comment by ross.bencina on 28 Mar 2013 at 3:56