| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
| |
Now oberon has some binaries and libraries that use rpath, so I had to put
in this ugly hack to replace the @rapth/lib with the lib in the app.
This was particularly tricky for libraries that use @rpath because I could
not find a way to extract the rpath from the library. (Only from the
executable, by running it.. ugh!) The hack I put in place may fail if
multiple different libraries use rpath to refer to other libraries,
and the "@rpath/lib" string is the same, but actually refers to different
files.
|
| |
|
|
|
|
|
| |
Sometimes ghc --make skips building these binaries, as it sees no Main
module.
|
|
|
|
|
|
|
|
|
|
|
| |
Without the frameworks, but with this library, I get:
dyld: Symbol not found: __vproc_transactions_enable
Referenced from: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Expected in: /Volumes/git-annex/git-annex.app/Contents/MacOS/./C
in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Without this library, things seem to work again w/o frameworks.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
avoids overlaps
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
they are supposed to be
|
|
|
|
| |
sh at least does not default to having a write bit
|
| |
|
|
|
|
|
|
|
|
| |
Since I'm dealing with arbitrarily short fields in which to store the
library name, and would have to rebuild a bunch of stuff like git to avoid
that, and I have to prefix this obnoxiously long "@executable_path"
to it, it's easy to run out of space. This makes it use 1 and 2 letter long
filenames for libraries in the app. Fun fun fun fun fun.
|
| |
|
| |
|
| |
|
|
|
|
| |
Have not yet been able to test this.
|
|
|
|
|
|
| |
This reverts commit 206451dd02b4deea8b1cba9309883bef4cfbbc89.
At least CoreFoundation framework seems to be needed.
|
|
|
|
| |
I suspect this might be related to recent reports of hangs.
|
| |
|
| |
|
|
deps
|