Hi David,
I think probably this line:
AggTest_SRCS_DEFAULT = AggTestMain.cpp
should be this:
AggTest_SRCS_DEFAULT += AggTestMain.cpp
OK, working my way down to the errors in my Makefile.
For some reason, it’s linking in the main program twice (giving an error, or course).
I have the main program in the Makefile only once, in a <name>_SRCS_DEFAULT statement.
Figured I’d include the Makefile so you could laugh at my stupidity.
Later-
David