<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Josep,</div><div><br></div><div>Most compiler errors are due to Xcode thinking it's Objective-C code. You need to make sure you've told it every one of your source files that are not part of the STK are Objective-C++, by giving them .mm as their extension. More info here:</div><a href="http://stackoverflow.com/questions/8882113/including-c-c-headers-in-xcode-4">http://stackoverflow.com/questions/8882113/including-c-c-headers-in-xcode-4</a><div><br></div><div>There is an open source port of the STK that can be run on iOS, you'll find example Xcode projects here:</div><div><a href="http://momu.stanford.edu/toolkit/">http://momu.stanford.edu/toolkit/</a></div><div><br></div><div>Let us know how you get on!</div><div><br></div><div>Ariel</div><div><br></div><div></div><div><div>On 29 Feb 2012, at 8:26am, Josep M Comajuncosas wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi all,<br>I am porting some projects to Xcode and would like to know wether anyone has simple xcode templates with, say, a simple stk project in realtime. That would save me tons of time with compiler specific issues...<br>
Many thanks in advance!<br><br>Josep M<br>
_______________________________________________<br>Stk mailing list<br><a href="mailto:Stk@ccrma.stanford.edu">Stk@ccrma.stanford.edu</a><br>http://ccrma-mail.stanford.edu/mailman/listinfo/stk<br></blockquote></div><br></body></html>