Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

Error when installing from source on ubuntu 12.04

Hi,

I am getting a building error when installing from source under ubuntu 12.04.

The error:

gazebo-2.2.1/interfaces/player/player.h:22:38: fatal error: libplayercore/playercore.h: No such file or directory

the header file is located here:

/usr/include/player-3.0/libplayercore/playercore.h

Same error appears for older versions as well, such as 1.8.0.

The command sudo apt-get remove libplayer* did not fixed it for me, as in the following answer.

Also, under ubuntu 12.04 sudo apt-get install libogre-1.8-dev does not work, maybe the install tutorials should be updated?

Error when installing from source on ubuntu 12.04

Hi,

I am getting a building error when installing from source under ubuntu 12.04.

The error:

gazebo-2.2.1/interfaces/player/player.h:22:38: fatal error: libplayercore/playercore.h: No such file or directory

the header file is located here:

/usr/include/player-3.0/libplayercore/playercore.h

Same error appears for older versions as well, such as 1.8.0.

The command sudo apt-get remove libplayer* did not fixed it for me, as in the following answer.

Also, under ubuntu 12.04 sudo apt-get install libogre-1.8-dev does not work, maybe the install tutorials should be updated?

=============UPDATE===================

here is the issue on bitbucket