Lightmann
Lightmann
Ran into a similar issue on my Linux system just now and decided to roll back commits till I found the culprit. What I found was that commit [b1a7805](https://github.com/theos/theos/commit/b1a780596dcb7f7c652e0ceb653baf82c6ea869f) was...
@kirb that seems to be the issue. On both my Linux system and iP7, the aforementioned command outputs: `clang version 10.0.0 ([email protected]:elucubratus/packages/llvm-project.git e9aca56da1cd141e5efad838ecfe4586c53cdefa)`
@kirb the command you provided _does_ produce the intended output: `10.0.0` (tested on both Linux and iOS).
@kabiroberai the otool command you provided ran into a couple of issues: - Linux produces the following error: `/home/lightmann/theos/toolchain/linux/iphone/bin/otool: error while loading shared libraries: libc++abi.so.1: cannot open shared object file:...
@Diatrus Oh, cool. Don't think either are available on Elucubratus currently though, so relying on them may cause issues. The otool scenario in particular, since libc++-dev isn't preinstalled on Linux/provided...
> > @Diatrus Oh, cool. Don't think either are available on Elucubratus currently though, so relying on them may cause issues. > > > > The otool scenario in particular,...
@kabiroberai Oh, right. And, apologies, I'm an idiot. libc++-dev is included with the toolchain and the issue was as you said: it wasn't being loaded. Setting LD_LIBRARY_PATH accordingly resolved the...
A little update on theos in iSH: Missing a default target is no longer an issue as of [this commit](https://github.com/theos/theos/commit/195c4a375d72fceb78e31d163a24aa9762c8f203). After 1) checking for iSH (in a similar manner to...
@kirb Instead of having the dependencies package be specific to each bootstrap, wouldn't it be easier to maintain and less work all around to have the theos dev team host...
In the event that you guys do decide to go with a 'universal' dependencies package, I've tested the following on both Procursus and Elucubratus and have confirmed that it's sufficient:...