Xcode and cppunit

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Scott

    Xcode and cppunit

    I'm trying to run cppunit on my system under Mac OS X 10.3.3 with
    Xcode, and I'm getting the following error when I try to run the
    program:

    ZeroLink: unknown symbol '__ZN7CppUnit8T estCase3runEPNS _10TestResultE'

    prog has exited due to signal 6 (SIGABRT).

    Any idea why I would be seeing this? The program compiles with no
    problems, it just looks like it can't find a method it needs. I've
    set up a TestSuite with one registered test class as described in the
    cppunit docs.

    Thanks for your help,
    Scott
  • Karthik

    #2
    Re: Xcode and cppunit

    Scott wrote:
    [color=blue]
    > I'm trying to run cppunit on my system under Mac OS X 10.3.3 with
    > Xcode, and I'm getting the following error when I try to run the
    > program:
    >
    > ZeroLink: unknown symbol '__ZN7CppUnit8T estCase3runEPNS _10TestResultE'
    >
    > prog has exited due to signal 6 (SIGABRT).
    >
    > Any idea why I would be seeing this? The program compiles with no
    > problems, it just looks like it can't find a method it needs. I've
    > set up a TestSuite with one registered test class as described in the
    > cppunit docs.
    >
    > Thanks for your help,
    > Scott[/color]
    I guess this is out of topic of the current newsgroup.
    This is about the core language only and not related to the tools that
    are developed on the same, like cppunit.

    --
    Karthik

    Humans please 'removeme_' for my real email.

    Comment

    • Scott

      #3
      Re: Xcode and cppunit

      Karthik <removeme_kayka ydreamz@yahoo.c om> wrote in message news:<408eac51$ 1@darkstar>...[color=blue]
      > Scott wrote:
      >[color=green]
      > > I'm trying to run cppunit on my system under Mac OS X 10.3.3 with
      > > Xcode, and I'm getting the following error when I try to run the
      > > program:
      > >
      > > ZeroLink: unknown symbol '__ZN7CppUnit8T estCase3runEPNS _10TestResultE'
      > >
      > > prog has exited due to signal 6 (SIGABRT).
      > >
      > > Any idea why I would be seeing this? The program compiles with no
      > > problems, it just looks like it can't find a method it needs. I've
      > > set up a TestSuite with one registered test class as described in the
      > > cppunit docs.
      > >
      > > Thanks for your help,
      > > Scott[/color]
      > I guess this is out of topic of the current newsgroup.
      > This is about the core language only and not related to the tools that
      > are developed on the same, like cppunit.[/color]


      OK, I'll take it to another group. Sorry for the inconvenience.

      Comment

      Working...