I am trying to run the 'simple' example provided with the cppunit distribution using XCode on a MacOS-X. However, I always get link errors. I found a thread on this forum that says that I should include the file libcppunit.a in my project, but I do not have such a file, and so I am stuck (I also tried to disable Zero link, but the problem is still there; I just see it earlier). I do have a file 'libbcppunit.la', but adding this does not help (I added it to my file list and in the 'Link binaries with libraries' section in my active target).
Please note that I'm quite new to XCode as well, so it might well be an absolute beginner's question, but any help is truly appreciated...
PS: This is the message in detail:
simple2 has exited due to signal 6 (SIGABRT).
[Session started at 2005-12-06 12:59:57 +0100.]
ZeroLink: unknown symbol '__ZTIN7CppUnit8TestCaseE'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to run the 'simple' example provided with the cppunit distribution using XCode on a MacOS-X. However, I always get link errors. I found a thread on this forum that says that I should include the file libcppunit.a in my project, but I do not have such a file, and so I am stuck (I also tried to disable Zero link, but the problem is still there; I just see it earlier). I do have a file 'libbcppunit.la', but adding this does not help (I added it to my file list and in the 'Link binaries with libraries' section in my active target).
Please note that I'm quite new to XCode as well, so it might well be an absolute beginner's question, but any help is truly appreciated...
PS: This is the message in detail:
simple2 has exited due to signal 6 (SIGABRT).
[Session started at 2005-12-06 12:59:57 +0100.]
ZeroLink: unknown symbol '__ZTIN7CppUnit8TestCaseE'