David Holl
David Holl
Howdy @cfriedt ! While wrapping up #41 (changing all absolute symlinks to relative...), I found an invalid symbolic link being written by ```build.sh``` https://github.com/cfriedt/gnuradio-for-mac-without-macports/blob/master/build.sh#L871 ```sh P=Cheetah-2.4.4 URL='https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/distfiles/Cheetah-2.4.4.tar.gz' CKSUM=sha256:be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550 LDFLAGS="${LDFLAGS} $(python-config...
To support .app relocation, GTK will need a few more environment variables in grenv.sh Check out: https://developer.gnome.org/gtk2/stable/gtk-running.html For example, see inside of ```GNURadio.app/Contents/MacOS/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache``` Fortunately, both GIMP and Inkscape appear to...
I noticed that some symbolic links are coded with the full path, such as: ``` zero(ttys000):...app/Contents> ls -al /Users/dholl/App/GNURadio.app/Contents/MacOS/usr/etc/fonts/conf.d/10-hinting-slight.conf lrwxr-xr-x 1 dholl staff 108 Jun 5 20:45 /Users/dholl/App/GNURadio.app/Contents/MacOS/usr/etc/fonts/conf.d/10-hinting-slight.conf -> /Users/dholl/Applications/GNURadio.app/Contents/MacOS/usr/share/fontconfig/conf.avail/10-hinting-slight.conf...
This pull request addresses issue #24 by moving the string parsing code into a separate function. It preserves existing API usage, but adds a new publicly-exposed function.