Revision: 48
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=48&view=rev
Author: tfoote
Date: 2008-03-27 16:39:34 -0700 (Thu, 27 Mar 2008)
Log Message:
-----------
adding missing library to be linked against if running on gutsy
Modified Paths:
--------------
pkg/trunk/exploreGraph/nodes/renderGraph
Modified: pkg/trunk/exploreGraph/nodes/renderGraph
===================================================================
--- pkg/trunk/exploreGraph/nodes/renderGraph 2008-03-27 22:43:59 UTC (rev 47)
+++ pkg/trunk/exploreGraph/nodes/renderGraph 2008-03-27 23:39:34 UTC (rev 48)
@@ -40,8 +40,10 @@
# END BOILERPLATE:
# You may wish to modify the exec command below to
# customize the behavior of your node, e.g.:
-# * env['FOO'] = bar
+# * launchEnv['FOO'] = bar
# * launchArgs.append('--test')
######################################################
+launchEnv['LD_PRELOAD'] = '/usr/lib/libgvc.so.3'
+
os.execvpe(launchCommand, launchArgs, launchEnv)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|