Hey, tried to compile the oscReceiveExample in the master branch and got the following error:
winsock2.h file not found
the example compiles as usual in 0.8.4
I’m using OS X 10.10.5
Hey, tried to compile the oscReceiveExample in the master branch and got the following error:
winsock2.h file not found
the example compiles as usual in 0.8.4
I’m using OS X 10.10.5
I found the problem. There’s a missing header guard in the two files inside
ofxOsc/libs/oscpack/src/ip/win32
should I make a branch and make a push request?
I’ve never done that so I don’t know how to do it…
Actually, the problem seems to be that project generator isn’t excluding the files especified in addon_config.mk
ADDON_SOURCES_EXCLUDE = libs/oscpack/src/ip/win32/%
excluding them manually from the project also works…
just fixed this, it should be ok in tomorrow’s nightly builds