ofxStreamer icon indicating copy to clipboard operation
ofxStreamer copied to clipboard

Semantic Issue on ctime.c and local_facets.tcc

Open ukkary opened this issue 11 years ago • 1 comments

When I added ofxStreamer/* to the project file, not even including <ofxStreamer.h> in ofApp.h, I get following error.

In ctime.c/ Semantic Issue No member name 'tm' in the global namespace, Semantic Issue No Member named 'clock' in the global namespace, Semantic Issue Nomember named 'difftime' In local_facets.tcc/ Semantic Issue Member access into incomplete type 'tm', Semantic Issue Member access into incomplete type 'tm'

and so on. This goes on for 20 errors until the compiler quits. I'm using Mac OS 10.9 and of_v0.8.3 right now. I've tried several version of changing Base SDK and version of OF but any of it doesn't work.

I'm pretty beginner in C, but I figured it out that this error is similar to following issue and "time.h" in libavutil might causing this error. Is there any idea to salve this error?

https://github.com/johmathe/Shotdetect/issues/1

ukkary avatar Jul 11 '14 04:07 ukkary

Try with the updated version and of 0.9.0 (from github)

HalfdanJ avatar Dec 02 '14 20:12 HalfdanJ