install rcssserver

Clash 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
ubuntu make
add a comment |Â
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
ubuntu make
Crossposted here: askubuntu.com/questions/1057806/install-rcssserver
â steeldriver
Jul 20 at 12:01
add a comment |Â
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
ubuntu make
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
ubuntu make
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
answered Jul 20 at 12:12
Ujjwal Singh
6112
6112
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Crossposted here: askubuntu.com/questions/1057806/install-rcssserver
â steeldriver
Jul 20 at 12:01