Hi, It's because you are compiling in 64bits. From a post I send last month:
You need to change configure.in and put CXXFLAGS="-fPIC $CXXFLAGS" CFLAGS="-fPIC $CFLAGS" in the "Some build options" section. Also last time I checked in the CVS the Blimp, ClodBuster, Shrimp and Wheelchair were not updated and you either need to disable them or if you need them edit their Init and change: if (gz_position_create(this->iface, this->world->gz_server, this->GetId(), "Shrimp", (int)this, (int)this->parent) != 0) to: if (gz_power_create(this->power_iface, this->world->gz_server, this->GetId(), "Shrimp", this->GetIntId(), this->GetParentIntId()) != 0) That worked for me. dalai
Lucas Martins De Marchi wrote:
when i try to compile gazebo on my laptop (with amd64 linux) i got these messages:
____________________________________________________________________ http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïíéêïý ôá÷õäñïìåßïõ. http://www.freemail.gr - free email service for the Greek-speaking. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
