« Return to Thread: Stage install fails

Re: Stage install fails

by Richard Vaughan-2 :: Rate this Message:

| View in Thread

There's a typo bug: fix the spelling of PLAYER_CAPABILTIES_REQ to
PLAYER_CAPABILITIES_REQ in libstageplugin/p_simulation.cc.

There's already a patch to do this, I will soon update the master branch.

- rtv

On Thu, Jun 9, 2011 at 12:37 PM, Hunter Allen <hunterallen40@...> wrote:

>
> I am trying to recompile everything, and Stage is not compiling... I
> configure it properly, and I get this error when I make it:
>
> Linking CXX shared module expand_swarm.so
> [ 79%] Built target expand_swarm
> Scanning dependencies of target stageplugin
> [ 81%] Building CXX object
> libstageplugin/CMakeFiles/stageplugin.dir/p_driver.o
> [ 83%] Building CXX object
> libstageplugin/CMakeFiles/stageplugin.dir/p_actarray.o
> [ 84%] Building CXX object
> libstageplugin/CMakeFiles/stageplugin.dir/p_blobfinder.o
> [ 86%] Building CXX object
> libstageplugin/CMakeFiles/stageplugin.dir/p_gripper.o
> [ 88%] Building CXX object
> libstageplugin/CMakeFiles/stageplugin.dir/p_simulation.o
> /home/allenh1/Stage/libstageplugin/p_simulation.cc: In member function
> ‘virtual int InterfaceSimulation::ProcessMessage(QueuePointer&,
> player_msghdr_t*, void*)’:
> /home/allenh1/Stage/libstageplugin/p_simulation.cc:153:52: error:
> ‘PLAYER_CAPABILTIES_REQ’ was not declared in this scope
> make[2]: *** [libstageplugin/CMakeFiles/stageplugin.dir/p_simulation.o]
> Error 1
> make[1]: *** [libstageplugin/CMakeFiles/stageplugin.dir/all] Error 2
> make: *** [all] Error 2
>
>
> What do I need to install?
> --
> View this message in context: http://old.nabble.com/Stage-install-fails-tp31812816p31812816.html
> Sent from the playerstage-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Playerstage-users mailing list
> Playerstage-users@...
> https://lists.sourceforge.net/lists/listinfo/playerstage-users
>

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Playerstage-users mailing list
Playerstage-users@...
https://lists.sourceforge.net/lists/listinfo/playerstage-users

 « Return to Thread: Stage install fails