llloret / osmid

osmid is a tool to bridge MIDI and OSC. It is currently in use in Sonic Pi
Other
72 stars 12 forks source link

template compilation errors on Raspbian for RPi #24

Closed llloret closed 7 years ago

llloret commented 7 years ago

This might be a bug in the gcc compiler.

Have a look at using the argument iterator interface instead of the stream interface. Look into OscReceiveTest.cpp, around line 71.

llloret commented 7 years ago

Tentative fix on branch templates_not_working. Asked @samaaron to give it a try and see if it works.

llloret commented 7 years ago

Fixed with #25

samaaron commented 7 years ago

Thanks so much :-)