install rcssserver

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
0
down vote

favorite












I'm trying to install rcssserver on Ubuntu 14.04.5, after ./configure I write the command "sudo make" and I get a bunch of lines of description and error. I can someone give me a clue on how to install it? Thanks in advance



make all-recursive
make[1]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
Making all in .
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
Making all in libltdl
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make all-am
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
Making all in rcssbase
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase'
Making all in error
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/error'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/error'
Making all in lib
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
Making all in .
make[4]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libltdl -I/usr/include -W -I./src -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libltdl -I/usr/include -W -I./src -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.cpp -fPIC -DPIC -o .libs/loader.o
loader.cpp: In static member function ‘static boost::filesystem::path rcss::lib::Loader::stripDirName(const boost::filesystem::path&)’:
loader.cpp:158:38: error: conversion from ‘boost::filesystem::path’ to non-scalar type ‘std::string aka std::basic_string<char>’ requested
std::string rval = filename.leaf();
^
make[4]: *** [loader.lo] Error 1
make[4]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
make: *** [all] Error 2






share|improve this question





















  • Crossposted here: askubuntu.com/questions/1057806/install-rcssserver
    – steeldriver
    Jul 20 at 12:01
















up vote
0
down vote

favorite












I'm trying to install rcssserver on Ubuntu 14.04.5, after ./configure I write the command "sudo make" and I get a bunch of lines of description and error. I can someone give me a clue on how to install it? Thanks in advance



make all-recursive
make[1]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
Making all in .
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
Making all in libltdl
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make all-am
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
Making all in rcssbase
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase'
Making all in error
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/error'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/error'
Making all in lib
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
Making all in .
make[4]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libltdl -I/usr/include -W -I./src -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libltdl -I/usr/include -W -I./src -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.cpp -fPIC -DPIC -o .libs/loader.o
loader.cpp: In static member function ‘static boost::filesystem::path rcss::lib::Loader::stripDirName(const boost::filesystem::path&)’:
loader.cpp:158:38: error: conversion from ‘boost::filesystem::path’ to non-scalar type ‘std::string aka std::basic_string<char>’ requested
std::string rval = filename.leaf();
^
make[4]: *** [loader.lo] Error 1
make[4]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
make: *** [all] Error 2






share|improve this question





















  • Crossposted here: askubuntu.com/questions/1057806/install-rcssserver
    – steeldriver
    Jul 20 at 12:01












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm trying to install rcssserver on Ubuntu 14.04.5, after ./configure I write the command "sudo make" and I get a bunch of lines of description and error. I can someone give me a clue on how to install it? Thanks in advance



make all-recursive
make[1]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
Making all in .
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
Making all in libltdl
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make all-am
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
Making all in rcssbase
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase'
Making all in error
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/error'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/error'
Making all in lib
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
Making all in .
make[4]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libltdl -I/usr/include -W -I./src -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libltdl -I/usr/include -W -I./src -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.cpp -fPIC -DPIC -o .libs/loader.o
loader.cpp: In static member function ‘static boost::filesystem::path rcss::lib::Loader::stripDirName(const boost::filesystem::path&)’:
loader.cpp:158:38: error: conversion from ‘boost::filesystem::path’ to non-scalar type ‘std::string aka std::basic_string<char>’ requested
std::string rval = filename.leaf();
^
make[4]: *** [loader.lo] Error 1
make[4]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
make: *** [all] Error 2






share|improve this question













I'm trying to install rcssserver on Ubuntu 14.04.5, after ./configure I write the command "sudo make" and I get a bunch of lines of description and error. I can someone give me a clue on how to install it? Thanks in advance



make all-recursive
make[1]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
Making all in .
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
Making all in libltdl
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make all-am
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/libltdl'
Making all in rcssbase
make[2]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase'
Making all in error
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/error'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/error'
Making all in lib
make[3]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
Making all in .
make[4]: Entering directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libltdl -I/usr/include -W -I./src -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libltdl -I/usr/include -W -I./src -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.cpp -fPIC -DPIC -o .libs/loader.o
loader.cpp: In static member function ‘static boost::filesystem::path rcss::lib::Loader::stripDirName(const boost::filesystem::path&)’:
loader.cpp:158:38: error: conversion from ‘boost::filesystem::path’ to non-scalar type ‘std::string aka std::basic_string<char>’ requested
std::string rval = filename.leaf();
^
make[4]: *** [loader.lo] Error 1
make[4]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1/rcssbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ehsan/Downloads/rcss-sf/rcssbase-12.1.1'
make: *** [all] Error 2








share|improve this question












share|improve this question




share|improve this question








edited Jul 20 at 7:43
























asked Jul 20 at 7:37









Ehsan Haghdoust

32




32











  • Crossposted here: askubuntu.com/questions/1057806/install-rcssserver
    – steeldriver
    Jul 20 at 12:01
















  • Crossposted here: askubuntu.com/questions/1057806/install-rcssserver
    – steeldriver
    Jul 20 at 12:01















Crossposted here: askubuntu.com/questions/1057806/install-rcssserver
– steeldriver
Jul 20 at 12:01




Crossposted here: askubuntu.com/questions/1057806/install-rcssserver
– steeldriver
Jul 20 at 12:01










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










Open a terminal and run the following commands:



sudo apt-add-repository ppa:gnurubuntu/rubuntu sudo apt-get update


This will automatically add an entry to your source list based on your Ubuntu version.



Install the server and monitor:



sudo apt-get install rcssserver rcssmonitor





share|improve this answer





















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f457362%2finstall-rcssserver%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote



    accepted










    Open a terminal and run the following commands:



    sudo apt-add-repository ppa:gnurubuntu/rubuntu sudo apt-get update


    This will automatically add an entry to your source list based on your Ubuntu version.



    Install the server and monitor:



    sudo apt-get install rcssserver rcssmonitor





    share|improve this answer

























      up vote
      0
      down vote



      accepted










      Open a terminal and run the following commands:



      sudo apt-add-repository ppa:gnurubuntu/rubuntu sudo apt-get update


      This will automatically add an entry to your source list based on your Ubuntu version.



      Install the server and monitor:



      sudo apt-get install rcssserver rcssmonitor





      share|improve this answer























        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        Open a terminal and run the following commands:



        sudo apt-add-repository ppa:gnurubuntu/rubuntu sudo apt-get update


        This will automatically add an entry to your source list based on your Ubuntu version.



        Install the server and monitor:



        sudo apt-get install rcssserver rcssmonitor





        share|improve this answer













        Open a terminal and run the following commands:



        sudo apt-add-repository ppa:gnurubuntu/rubuntu sudo apt-get update


        This will automatically add an entry to your source list based on your Ubuntu version.



        Install the server and monitor:



        sudo apt-get install rcssserver rcssmonitor






        share|improve this answer













        share|improve this answer



        share|improve this answer











        answered Jul 20 at 12:12









        Ujjwal Singh

        6112




        6112






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f457362%2finstall-rcssserver%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)