[Stk] Anyone using Eclipse C++ package with Stk?

Gary Worsham gary.worsham at gmail.com
Sun Sep 11 11:38:30 PDT 2016


I finally got some stuff happening with Stk (on Mac OS/X) and I am stoked
to move forward with some more elaborate structures.  I'm also going to try
to learn Chuck as I prefer some level of abstraction, at least when dealing
with typical structures.  I am going to take a stab at creating some
derived classes also.

I'd like to use an IDE for Stk C++ rather than just a plain text editor
because I make too many stupid mistakes like deleting brackets that are
really hard to find otherwise.  I am familiar with using Eclipse and
integrated Git tools already for Java/xText/xTend, so in spite of lots of
people apparently hating Eclipse for C++ I am actually OK with it.

Except for ONE LITTLE THING which just happens to be FATAL!

I am trying to compile, for example, projects/effects/effect.cpp

I've configured include paths so that everything seems to work except:

[image: Inline image 1]

these two references to functions in messager.cpp come back as
"unresolved".  I commented those functions out and it compiles, but then
the program isn't very useful.

The Messager.h file is in the path and those functions are called out there
so I am not sure what is going on.  Plus, all other class references in my
code seem to be getting resolved.  I have this problem on both Linux and
Mac OS.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/stk/attachments/20160911/4dd3fde2/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 28241 bytes
Desc: not available
URL: <https://cm-mail.stanford.edu/pipermail/stk/attachments/20160911/4dd3fde2/attachment-0001.png>


More information about the Stk mailing list