User Tools

Site Tools


robotsoftware:mobotware:install:mobotwareinstall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
robotsoftware:mobotware:install:mobotwareinstall [2013/08/09 20:05]
claes
robotsoftware:mobotware:install:mobotwareinstall [2021/08/14 04:21] (current)
Line 6: Line 6:
  
 Then do the following steps to compile and install the entire package: Then do the following steps to compile and install the entire package:
 +
 +==== libboost ====
 +There is a problem during compilation of the plugin auviewer. To solve this problem locate the following file:
 +  /usr/include/boost/thread/exceptions.hpp
 +  
 +Add the following code at line 11
 +<code>
 +//added by Jens Christian Andersen and Claes Jaeger for MobotWare to compile auviewer-plugin
 +//ubuntu 13.04(32bit), gcc 4.6 (downgrade from 4.7 - see rsewiki.elektro.dtu.dk), libboost 1.49
 +//produces errors when compiling, because of the attributes defines somewhere else in boost. 
 +//the consequences for this hack has not been investigated, the compiled plugin has been tested and is working.
 +#define BOOST_SYMBOL_VISIBLE 
 +</code>
 +
 +
  
 ==== PCL ==== ==== PCL ====
-Deprecated. Working in Ubuntu 13.10+Deprecated. Working in Ubuntu 13.04
 <del>I am not sure why these links are missing, but test it before you start installing all the symbolic links. <del>I am not sure why these links are missing, but test it before you start installing all the symbolic links.
  
Line 35: Line 50:
  
 === Stage 2.1 === === Stage 2.1 ===
 +Change <code>/usr/local/lib/pkgconfig/stage.pc</code> remove the requirements for playercore.
 +
 +
   - Download [[http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.0.tar.gz|GTK 2.24]], not 3!   - Download [[http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.0.tar.gz|GTK 2.24]], not 3!
     - Install GTK 2.24     - Install GTK 2.24
Line 53: Line 71:
  
 === Stage 3.2.2 === === Stage 3.2.2 ===
-  - Download [[http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.0.tar.gz|GTK 2.24]], not 3+This is fucked up in 13.04!!
-  - Download [[http://sourceforge.net/projects/playerstage/files/Stage/3.2.2/Stage-3.2.2-Source.tar.gz/download|stage 3.2.2]]+ 
 +http://www.cnblogs.com/kevinGuo/archive/2012/05/03/2480077.html
  
  
  
  
robotsoftware/mobotware/install/mobotwareinstall.1376071518.txt.gz · Last modified: 2021/08/14 04:20 (external edit)