Chris
Chris
@gchehab you might giving this guy a hand?
what binaries are you looking for?
the few airport devices i have all run some variant of netbsd 4.0 i don't have any of the toolchains i built a few years back unfortunately, and never really...
experienced the save on crash as well. taking a quick look at your output it looks it might be icu4c related. i rebuilt all dependencies on macos mojave and also...
> > experienced the save on crash as well. taking a quick look at your output it looks it might be icu4c related. > > i rebuilt all dependencies on...
> > experienced the save on crash as well. taking a quick look at your output it looks it might be icu4c related. > > i rebuilt all dependencies on...
so this an issue related to llvm. i'll pull in the latest upstream changes from freecad source see i can build with llvm 12 and save a file, and if...
i have llvm latest v12 installed and linked via brew. i set the below env vars to compile freecad from source. ``` export CXX="/usr/local/opt/llvm/bin/clang++" export CC="/usr/local/opt/llvm/bin/clang" ``` and am unable...
wow, that's neat. did not know about the `-t` flag for the `FreeCAD` cmd(s). i'll take a look this. thanks for the heads up. --- this is what i'm seeing...
me 🙋♂️, personally do **not** have access to an M1 mac, so i could not build bottles for m1 unfortunately. and github actions does not have an m1 environment yet....