Re: Can't compile Taskintro
Peter Soetens <[email protected]> Tue, 29 Aug 2006 09:30:02 +0200
| Newsgroups | gmane.science.robotics.orocos.user |
|---|---|
| Message-ID | <[email protected]> |
Quoting eduardomartino <[email protected]>: > Folks: > > I have just installed Orocos on my computer and it went just perfect. > After it, I tried to compile the > taskintro demo, and somehow it fails to make. There slipped a typo in the example. Can you cange the line: this->attributes()->addConstant("Priority", priority_ ); to this->attributes()->addConstant("Priority", &priority_ ); in WaitingTaskContext.hpp ? That should fix it. Peter -- www.fmtc.be ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.