GithubHelp home page GithubHelp logo

Comments (16)

rtv avatar rtv commented on July 16, 2024

I think PLAYER_CAPABILITIES_REQ is required by the recent development version of Player. Please tell me if this is wrong.

from stage.

richmattes avatar richmattes commented on July 16, 2024

PLAYER_CAPABILITIES_REQUEST is only defined in the SVN version of Player. PLAYER_CAPBILTIES_REQUEST is the old wrong spelling, I stupidly deleted it at first, but I just replaced today it with the intent of removing it at a later time (v4.0 maybe).

from stage.

petergaultney avatar petergaultney commented on July 16, 2024

I'm having the same issue. Not sure I understand jpgr87's comment. Regardless, I guess I'll give 4.00 a try.

from stage.

proydakov avatar proydakov commented on July 16, 2024

I downloaded the current release of the svn repository player on http://sourceforge.net/ now everything is going correctly with the version of stage 4.0.1

from stage.

petergaultney avatar petergaultney commented on July 16, 2024

Stage 4.0.1 still does not successfully compile for me, even though I have Player 3.0.2 installed.

[100%] /home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc: In member function ‘virtual int InterfaceGraphics2d::ProcessMessage(QueuePointer&, player_msghdr_t_, void_)’:
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:236:41: error: ‘PLAYER_GRAPHICS2D_CMD_MULTILINE’ was not declared in this scope
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc: In member function ‘virtual void PlayerGraphics2dVis::RenderItem(Message&)’:
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:277:14: error: ‘PLAYER_GRAPHICS2D_CMD_MULTILINE’ was not declared in this scope
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:278:17: error: ‘player_graphics2d_cmd_multiline_t’ was not declared in this scope
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:279:35: error: ‘data’ was not declared in this scope
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:280:67: error: expected type-specifier before ‘player_graphics2d_cmd_multiline_t’
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:280:67: error: expected ‘>’ before ‘player_graphics2d_cmd_multiline_t’
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:280:67: error: expected ‘(’ before ‘player_graphics2d_cmd_multiline_t’
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:280:101: error: expected primary-expression before ‘>’ token
/home/peter/workspace/school/player-stage/Stage/libstageplugin/p_graphics.cc:280:122: error: expected ‘)’ before ‘;’ token

This is from a clean build.

from stage.

proydakov avatar proydakov commented on July 16, 2024

I am setup player 3.1

from stage.

richmattes avatar richmattes commented on July 16, 2024

A workaround for the multiline issue can be found at richmattes@e133adf

The CAPABILITIES_REQ issue should only happen if you are compiling the latest Stage snapshot against Player 3.0.2 or less. Using the latest Stage snapshot with the latest Player svn will fix the issue.

from stage.

rtv avatar rtv commented on July 16, 2024

To repeat jpgr87's advice when he closed this issue earlier. Please use the latest subversion Player with Stage github master for best results.

from stage.

jefrelan avatar jefrelan commented on July 16, 2024

I am having the same problem, could some tell me how can I get player 3.1 (or later)? I have only managed to find 3.0.2 (http://sourceforge.net/projects/playerstage/files/Player/)

from stage.

richmattes avatar richmattes commented on July 16, 2024

3.1 is the moniker for the current SVN trunk. Until 3.1 is formally released you can check out the source from svn

from stage.

jefrelan avatar jefrelan commented on July 16, 2024

Where exactly is it located? As far as I understand the recent one should be in trunk (I'm not experienced with svn, maybe I'm wrong) http://playerstage.svn.sourceforge.net/viewvc/playerstage/code/player/trunk/ , but if I view the Changelog then I only see 3.0.2

from stage.

richmattes avatar richmattes commented on July 16, 2024

You're right, it's the one in trunk. The changelog doesn't get updated until a release happens, and the last release was 3.0.2. When you run CMake you'll see that the project is actually building with the version set to 3.1.0-svn

from stage.

jefrelan avatar jefrelan commented on July 16, 2024

When I try to use "make" I get the following error:
~/playerstage/code/player/trunk/server/drivers/blobfinder/simpleshape/simpleshape.cc:110: fatal error: highgui.h: No such file or directory
compilation terminated.
make[2]: *** [server/libplayerdrivers/CMakeFiles/playerdrivers.dir/__/drivers/blobfinder/simpleshape/simpleshape.o] Error 1
make[1]: *** [server/libplayerdrivers/CMakeFiles/playerdrivers.dir/all] Error 2
make: *** [all] Error 2

from stage.

rtv avatar rtv commented on July 16, 2024

Please use the player mailing lists to find answers to Player build problems.

from stage.

dolleknolle avatar dolleknolle commented on July 16, 2024

i had the problem while building stage cmake doesn't include the right path the new player version.
I had to chance every line in CMakeCache.txt from player-3.0x... to player-3.1
I don't know why, or if the file was created by cmake temporarly with a false parameter in CMakeLists.txt(I didn't find it) but with the changes make does the right think and stage was compiled and able to start.

But please check in players 3.1 and sourcecode that is able to compile!!!

from stage.

richmattes avatar richmattes commented on July 16, 2024

It sounds like you ran "cmake" or "ccmake" with Player 3.0 installed, and then upgraded to 3.1. You should delete CMakeCache.txt and re-run cmake to force cmake to re-discover system dependencies. There's nothing to change in Stage, CMakeCache.txt is auto-generated.

from stage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.