[Orxonox-build] Build failed in Jenkins: Orxonox branch 3DPacman_FS18 (build & test) #39

Buildserver jenkins at orxonox.net
Sun Apr 29 01:51:38 CEST 2018


See <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/39/display/redirect?page=changes>

Changes:

[dreherm] Added Collsionshapes

------------------------------------------
[...truncated 207.48 KB...]
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:343: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:344:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:349:10: error: 'PacmanGhost' has not been declared
     void PacmanGhost::setnewTarget(int firstdec, int seconddec){
          ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:350:9: error: 'decision' was not declared in this scope
         decision = rand()%2;
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:353: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:353: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:353:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:83: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:354: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:355:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:358: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:359: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:360:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:365: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int, int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:366:9: error: 'decision' was not declared in this scope
         decision = rand()%3;
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:369: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:369: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:369:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:83: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:370: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:371:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:374: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:375: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:376:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:379: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:380: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:381:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:386: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int, int, int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:387:9: error: 'decision' was not declared in this scope
         decision = rand()%4;
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:390: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:390: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:390:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:83: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:391: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:392:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:395: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:396: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:397:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:400: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:401: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:402:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:405: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:406: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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:407:21: error: invalid use of 'this' in non-member function
                     this->ismoving = true;
                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:414:10: error: 'PacmanGhost' has not been declared
     void PacmanGhost::move(float dt, Vector3 actuelposition, Vector3 velocity){
          ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:414:38: error: 'Vector3' has not been declared
     void PacmanGhost::move(float dt, Vector3 actuelposition, Vector3 velocity){
                                      ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:414:62: error: 'Vector3' has not been declared
     void PacmanGhost::move(float dt, Vector3 actuelposition, Vector3 velocity){
                                                              ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void move(float, int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:415:9: error: invalid use of 'this' in non-member function
         this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:415:50: error: request for member 'x' in 'actuelposition', which is of non-class type 'int'
         this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
                                                  ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:415:64: error: request for member 'x' in 'velocity', which is of non-class type 'int'
         this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
                                                                ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:415:87: error: request for member 'z' in 'actuelposition', which is of non-class type 'int'
         this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
                                                                                       ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:415:101: error: request for member 'z' in 'velocity', which is of non-class type 'int'
         this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
                                                                                                     ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:415:105: error: 'Vector3' was not declared in this scope
         this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
                                                                                                         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:415:105: note: suggested alternatives:
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/util/MultiType.h>:104:0,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/core/XMLPort.h>:57,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.h>:34,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/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_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:418:10: error: 'PacmanGhost' has not been declared
     bool PacmanGhost::findpos(Vector3 one, Vector3 other){
          ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:418:31: error: 'Vector3' was not declared in this scope
     bool PacmanGhost::findpos(Vector3 one, Vector3 other){
                               ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:418:31: note: suggested alternatives:
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/util/MultiType.h>:104:0,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/core/XMLPort.h>:57,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.h>:34,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:418:44: error: 'Vector3' was not declared in this scope
     bool PacmanGhost::findpos(Vector3 one, Vector3 other){
                                            ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:418:44: note: suggested alternatives:
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/util/MultiType.h>:104:0,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/core/XMLPort.h>:57,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.h>:34,
                 from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/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_FS18/ws/src/modules/pacman/PacmanGhost.cc>:418:57: error: expression list treated as compound expression in initializer [-fpermissive]
     bool PacmanGhost::findpos(Vector3 one, Vector3 other){
                                                         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:418:58: error: expected ',' or ';' before '{' token
     bool PacmanGhost::findpos(Vector3 one, Vector3 other){
                                                          ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:423:10: error: 'PacmanGhost' has not been declared
     void PacmanGhost::resetGhost(){
          ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void resetGhost()':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:424:9: error: invalid use of 'this' in non-member function
         this->setPosition(this->resetposition);
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:424:27: error: invalid use of 'this' in non-member function
         this->setPosition(this->resetposition);
                           ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:425:9: error: invalid use of 'this' in non-member function
         this->ismoving = false;
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:426:9: error: invalid use of 'this' in non-member function
         this->actuelposition = this->getPosition();
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:426:32: error: invalid use of 'this' in non-member function
         this->actuelposition = this->getPosition();
                                ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:428:9: error: invalid use of 'this' in non-member function
         this->target_x = actuelposition.x;
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:428:26: error: 'actuelposition' was not declared in this scope
         this->target_x = actuelposition.x;
                          ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:429:9: error: invalid use of 'this' in non-member function
         this->target_z = actuelposition.z;
         ^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:431:1: error: expected declaration before '}' token
 }
 ^
[ 73%] Building CXX object src/modules/docking/CMakeFiles/docking.dir/./ToluaBindDocking.cc.o
make[2]: *** [src/modules/pacman/CMakeFiles/pacman.dir/PacmanGhost.cc.o] Error 1
make[1]: *** [src/modules/pacman/CMakeFiles/pacman.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX shared library ../../../lib/modules/libdocking.so
[ 73%] Built target mini4dgame
[ 73%] Built target docking
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