oksunp / vvopensource

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

Use in XCode 4.2 + iOS 5? Preprocessor issue #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've followed all the steps in compiling and adding the VVOSC framework for 
iOS. I'm on OS X 10.6.8 and XCode 4.2.

When I build with LLVM, I get the following Error:
OSCInPort.h:
Lexical or Preprocessor issue
'VVBasics/VVThreadLoop.h' file not found.

I've got the Additional SDKs and Linker Flags set, and I'm importing 
<VVOSC/VVOSC.h> in my main Delegate.

Original issue reported on code.google.com by momoDmon...@gmail.com on 13 Mar 2012 at 12:32

GoogleCodeExporter commented 8 years ago
Solved! I hadn't built VVBasics for iOS yet. Built, and now we're good to go.

Original comment by momoDmon...@gmail.com on 13 Mar 2012 at 12:53