From c92fcada80e0da900d435ae31a8ed5347de53925 Mon Sep 17 00:00:00 2001 From: Peter Soetens Date: Mon, 11 Apr 2011 16:04:10 +0200 Subject: [PATCH] env.sh: Add rtt install path to PKG_CONFIG_PATH This fixes typegen not finding the RTT. Signed-off-by: Peter Soetens --- env.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/env.sh b/env.sh index b3fec90..baca0c1 100644 --- a/env.sh +++ b/env.sh @@ -3,4 +3,4 @@ export GEM_HOME=`rosstack find orocos_toolchain_ros`/.gems export RUBYOPT=-rubygems export PATH=`rospack find orogen`/bin:`rosstack find orocos_toolchain_ros`/.gems/bin:$PATH export TYPELIB_USE_GCCXML=1 -export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:`rospack find typelib`/install/lib/pkgconfig:`rospack find utilmm`/install/lib/pkgconfig +export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:`rospack find typelib`/install/lib/pkgconfig:`rospack find utilmm`/install/lib/pkgconfig:`rospack find rtt`/install/lib/pkgconfig -- 1.7.0.4