Open dholl opened 7 years ago
Oh weird... that looks like it doesn't belong. I haven't tested it yet though. Have been very busy at work for the last 2 weeks.
If you are able to put together a fix yourself, can demonstrate that the fix works, and make a pull request, I will gladly merge your changes.
However, I no longer have access to a Mac OS machine, so cannot test changes individually. I'm also unable to build new releases unfortunately.
I'd be happy to merge PR's until the time someone else is able to take over maintainership.
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#L871Do you recall what the Cheetah.egg symlink is for? It currently tries pointing to 'Cheetah-2.4.4-py2.7.egg', but the current build process creates a directory called 'Cheetah-2.4.4-py2.7-macosx-10.12-intel.egg' instead. So my hunch is, may I delete this line from build.sh? :) Or should I fix it to point Cheetah.egg to the correct name
Cheetah-2.4.4-py2.7-macosx-10.12-intel.egg
--- dynamically figuring this out of course...