[Orxonox-build] Build failed in Jenkins: Orxonox branch 3DPacman_FS19 (build & test) #4
Buildserver
jenkins at orxonox.net
Thu Apr 4 15:52:55 CEST 2019
See <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/4/display/redirect?page=changes>
Changes:
[rueegseb] overload setnewTarget for Argument Vecor3 and implementation of the red ghost character
------------------------------------------
[...truncated 184.78 KB...]
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/Pacman.cc>:34:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>: In member function 'void orxonox::PacmanGhost::setColour(int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>:62:25: error: 'class orxonox::PacmanGhost' has no member named 'coulour'
{ this->coulour = newColour; }
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>: In member function 'int orxonox::PacmanGhost::getColour()':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>:65:32: error: 'class orxonox::PacmanGhost' has no member named 'coulour'
{ return this->coulour;}
^
[ 97%] Building CXX object src/modules/superorxobros/CMakeFiles/superorxobros.dir/SOBCoin.cc.o
src/modules/pacman/CMakeFiles/pacman.dir/build.make:62: recipe for target 'src/modules/pacman/CMakeFiles/pacman.dir/Pacman.cc.o' failed
make[2]: *** [src/modules/pacman/CMakeFiles/pacman.dir/Pacman.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 97%] Building CXX object src/modules/superorxobros/CMakeFiles/superorxobros.dir/SOBGumbaBoss.cc.o
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:29:0:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>: In member function 'void orxonox::PacmanGhost::setColour(int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>:62:25: error: 'class orxonox::PacmanGhost' has no member named 'coulour'
{ this->coulour = newColour; }
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>: In member function 'int orxonox::PacmanGhost::getColour()':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>:65:32: error: 'class orxonox::PacmanGhost' has no member named 'coulour'
{ return this->coulour;}
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: In member function 'virtual void orxonox::PacmanGhost::tick(float)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:121:42: error: 'newGoal' was not declared in this scope
move(dt, actuelposition, newGoal, velocity);
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:135:21: error: request for member 'colour' in '(orxonox::PacmanGhost*)this', which is of pointer type 'orxonox::PacmanGhost*' (maybe you meant to use '->' ?)
if(this.colour=1){//follow pacman
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:136:66: error: 'currentPosition' was not declared in this scope
Vector3 newTar = getShortestPath(actuelposition, currentPosition) //acutuelPosition: ghost, currentPosition: Pacman
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:136:81: error: 'getShortestPath' was not declared in this scope
Vector3 newTar = getShortestPath(actuelposition, currentPosition) //acutuelPosition: ghost, currentPosition: Pacman
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:139:13: error: expected ',' or ';' before '}' token
}
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:136:25: warning: unused variable 'newTar' [-Wunused-variable]
Vector3 newTar = getShortestPath(actuelposition, currentPosition) //acutuelPosition: ghost, currentPosition: Pacman
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:155:20: error: expected '(' before '{' token
else if{(this.colour=2) || (this.colour=3) || (this.colour=4)}
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:132:17: warning: unused variable 'goal_x' [-Wunused-variable]
int goal_x = 0; // faraway goal to dertmine the direction of the target
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:133:17: warning: unused variable 'goal_z' [-Wunused-variable]
int goal_z =0;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:369:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::setnewTarget(Vector3 newTarget){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:369:36: error: variable or field 'setnewTarget' declared void
void PacmanGhost::setnewTarget(Vector3 newTarget){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:369:36: error: 'Vector3' was not declared in this scope
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:369:36: note: suggested alternatives:
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/libraries/util/MultiType.h>:104:0,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/libraries/core/XMLPort.h>:57,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>:34,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:29:
/usr/include/OGRE/OgreVector3.h:51:23: note: 'Ogre::Vector3'
class _OgreExport Vector3
^
/usr/include/OGRE/OgreVector3.h:51:23: note: 'Ogre::Vector3'
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:377:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::setnewTarget(int firstdec){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:379:8: error: 'decision' was not declared in this scope
decision = rand()%1;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:382:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:382:38: error: 'possibleposition' was not declared in this scope
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:382:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:85:13: note: 'orxonox::possibleposition'
Vector3 possibleposition[] = {Vector3(20,10,245),Vector3(215,10,245),Vector3(215,10,195),Vector3(185,10,195),Vector3(135,10,195), //0-4
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:383:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[firstdec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:384:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:390:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::setnewTarget(int firstdec, int seconddec){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:391:9: error: 'decision' was not declared in this scope
decision = rand()%2;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:394:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:394:38: error: 'possibleposition' was not declared in this scope
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:394:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:85:13: note: 'orxonox::possibleposition'
Vector3 possibleposition[] = {Vector3(20,10,245),Vector3(215,10,245),Vector3(215,10,195),Vector3(185,10,195),Vector3(135,10,195), //0-4
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:395:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[firstdec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:396:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:399:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[seconddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:400:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[seconddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:401:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:408:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::setnewTarget(int firstdec, int seconddec, int thirddec){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int, int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:410:9: error: 'decision' was not declared in this scope
decision = rand()%3;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:413:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:413:38: error: 'possibleposition' was not declared in this scope
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:413:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:85:13: note: 'orxonox::possibleposition'
Vector3 possibleposition[] = {Vector3(20,10,245),Vector3(215,10,245),Vector3(215,10,195),Vector3(185,10,195),Vector3(135,10,195), //0-4
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:414:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[firstdec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:415:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:418:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[seconddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:419:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[seconddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:420:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:423:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[thirddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:424:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[thirddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:425:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:432:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::setnewTarget(int firstdec, int seconddec, int thirddec, int fourthdec){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int, int, int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:434:9: error: 'decision' was not declared in this scope
decision = rand()%4;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:437:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:437:38: error: 'possibleposition' was not declared in this scope
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:437:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:85:13: note: 'orxonox::possibleposition'
Vector3 possibleposition[] = {Vector3(20,10,245),Vector3(215,10,245),Vector3(215,10,195),Vector3(185,10,195),Vector3(135,10,195), //0-4
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:438:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[firstdec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:439:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:442:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[seconddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:443:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[seconddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:444:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:447:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[thirddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:448:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[thirddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:449:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:452:18: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[fourthdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:453:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[fourthdec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:454:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:461:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::changewith(PacmanGhost* otherghost){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:461:34: error: variable or field 'changewith' declared void
void PacmanGhost::changewith(PacmanGhost* otherghost){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:461:34: error: 'PacmanGhost' was not declared in this scope
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:461:34: note: suggested alternative:
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:29:0:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.h>:40:26: note: 'orxonox::PacmanGhost'
class _OrxonoxExport PacmanGhost : public ControllableEntity
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS19/ws/src/modules/pacman/PacmanGhost.cc>:461:47: error: 'otherghost' was not declared in this scope
void PacmanGhost::changewith(PacmanGhost* otherghost){
^
src/modules/pacman/CMakeFiles/pacman.dir/build.make:86: recipe for target 'src/modules/pacman/CMakeFiles/pacman.dir/PacmanGhost.cc.o' failed
make[2]: *** [src/modules/pacman/CMakeFiles/pacman.dir/PacmanGhost.cc.o] Error 1
CMakeFiles/Makefile2:4003: recipe for target 'src/modules/pacman/CMakeFiles/pacman.dir/all' failed
make[1]: *** [src/modules/pacman/CMakeFiles/pacman.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 97%] Linking CXX shared library ../../../lib/plugins/libsuperorxobros.so
[ 97%] Linking CXX shared library ../../../lib/plugins/libflappyorx.so
[ 97%] Built target flappyorx
[ 97%] Built target superorxobros
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[Cobertura] Publishing Cobertura coverage report...
More information about the Orxonox-build
mailing list