GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a tiny graphical app kit for ruby
Homepage: http://code.whytheluckystiff.net/shoes
Clone URL: git://github.com/why/shoes.git
* use-deps: let's try using DYLD_LIBRARY_PATH here and unsetting it in the 
shoes shell script.
why (author)
Mon Nov 26 10:14:57 -0800 2007
commit  b7d14cef8e8d1d8d3d8df6099b56556480aa741c
tree    f8d6c0be238141cda600a55453bb6dc1e59f93a3
parent  4f22eb71402e3c3056329513361f8a6616a8cd8b
...
1
2
 
3
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 #!/bin/bash
0
 APPPATH="${0%/*}"
0
+unset DYLD_LIBRARY_PATH
0
 cd $APPPATH
0
 echo "[Pango]" > pangorc
0
 echo "ModuleFiles=$APPPATH/pango.modules" >> pangorc
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@
0
 #
0
 PATH=./deps/bin:$PATH; export PATH
0
 PKG_CONFIG_PATH=./deps/lib/pkgconfig; export PKG_CONFIG_PATH
0
-DYLD_FALLBACK_LIBRARY_PATH=./deps/lib; export DYLD_FALLBACK_LIBRARY_PATH
0
+DYLD_LIBRARY_PATH=./deps/lib; export DYLD_LIBRARY_PATH
0
 LD_LIBRARY_PATH=./deps/lib; export LD_LIBRARY_PATH
0
 SHOES_DEPS_PATH=./deps; export SHOES_DEPS_PATH
0
 RUBYOPT="-I./deps/lib/ruby/site_ruby/1.8 -I./deps/lib/ruby/1.8 -I./deps/lib/ruby/1.8/i686-darwin8.9.1"

Comments

    No one has commented yet.