I succeeded in building this version on my system, but had a few
problems that seem worthwhile to report.

There were numerous library dependencies in gzbuilder that were
not detected in the ./configure script.  I installed the missing packages
one by one as they were uncovered in the linkedit step.  But, that
would be much quicker and easier if they could be called out in advance.

I needed to install these packages.  Most were not detected by ./configure.
I don't recall exactly which ones.

  freeglut3-dev
  giflib3g-dev
  lib3ds-dev
  libcfitsio-dev
  libgeos-dev
  libhdf4g-dev
  libjasper-1.701-dev
  libnetcdf++3
  libpq-dev
  libxerces26-dev
  netcdfg-dev
  python-gdal

More seriously, there seemed to be a chicken-and-egg problem
when building gazebo for the first time.  The player subdirectory
(of Gazebo) failed to link with a missing -lgazebo.  I worked around
that by installing the libgazebo subdirectory first, then building
again at the top level.  That seems to work, but may not occur to
some users.

  $ ./configure
  $ cd libgazebo
  $ make && sudo make install
  $ cd ..
  $ make && sudo make install

--
 joq

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to