Gazebo | Ignition | Community
Ask Your Question
0

Installing Gazebo on Windows. Missing Protobuf

asked 2016-07-18 06:37:37 -0500

ngartner gravatar image

I am trying to install gazebo on Windows and I follow this tutorial : http://gazebosim.org/tutorials?tut=in...

I had no problem while getting the clones from math-ign, sdformat and gazebo. But when I want to build gazebo using VS 12.0 I get an error : Protobuf libraries cannot be found. in (Findprotobuf.cmake)

So I looked inside the configuration file and it seems that the path is correct. It has the correct version (2.6.0).

Does anyone have a solution to make the compiler see protobuf ?

Many thanks in advance !

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2017-10-12 17:08:57 -0500

peci1 gravatar image

It's an inconsistency in the Protobuf archive provided by OSRF.

This path from instructions

protobuf-2.6.0-win64-vc12\vsprojects\Release

should actually be

protobuf-2.6.0-win64-vc12\vsprojects\x64\Release

So just grab the Release and Debug folder and put them under the newly created x64 subdirectory.

edit flag offensive delete link more
0

answered 2016-09-06 15:14:03 -0500

@ngartner, the windows installation link you gave has a not-so-useful "It does not actually work yet.".

Did you want to give it a shot despite that statement? I'm just curious.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-07-18 06:37:37 -0500

Seen: 1,712 times

Last updated: Oct 12 '17