teepee has quit [Remote host closed the connection]
<gsker>
Looks like I'm asking the wrong question -- there has been no github activity either: t-paul Merge pull request #4290 from hexane360/macos-dir-fix ea8950b 27 days ago
teepee has joined #openscad
<teepee>
yep, builds look ok, last commit to master branch ea8950b 27 days ago
<gsker>
excellent.
<teepee>
well, except some of the ARM7 / PPC builds which are a bit unstable, but I'm not sure those are used a lot if at all
snakedGT has joined #openscad
use-value has quit [Quit: use-value]
califax has quit [Remote host closed the connection]
califax has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
gsker has quit [Quit: Leaving]
teepee has quit [Ping timeout: 268 seconds]
teepee has joined #openscad
califax has quit [Ping timeout: 268 seconds]
califax has joined #openscad
<Scopeuk>
I could see a few arm 7 binaries on sbc's, PPC I wonder about, I've only delt with them recently in bare metal embedded stuff
little_blossom has joined #openscad
aiyion has quit [Remote host closed the connection]
GNUmoon has quit [Read error: Connection reset by peer]
aiyion has joined #openscad
GNUmoon has joined #openscad
KimK has quit [Ping timeout: 276 seconds]
KimK has joined #openscad
KimK has quit [Ping timeout: 264 seconds]
KimK has joined #openscad
JordanBrown has joined #openscad
JordanBrown has left #openscad [#openscad]
JordanBrown has joined #openscad
lastrodamo has quit [Quit: Leaving]
<JordanBrown>
I haven't built OpenSCAD in a while, and after updating my repo I'm finding that Cmake is failing.
<JordanBrown>
The thing that makes me think it's failing is "-- Configuring incomplete, errors occurred!"
<JordanBrown>
Previous things that might have been errors:
<JordanBrown>
-- Package 'lib3MF', required by 'virtual:world', not found
<JordanBrown>
CMake Error at CMakeLists.txt:201 (add_subdirectory):
<JordanBrown>
The source directory
<JordanBrown>
does not contain a CMakeLists.txt file.
<JordanBrown>
ah, looks like I needed to rerun "git submodule update --init".
<JordanBrown>
Sorry, should have read the output more carefully before saying anything.
<JordanBrown>
Never mind.
<JordanBrown>
Is lib3mf still sick?
EkpyroticFrood has quit [Quit: So long, and thanks for all the fish.]
EkpyroticFrood has joined #openscad
<teepee>
hm? what does sick mean?
<teepee>
JordanBrown: ^
<JordanBrown>
Last time I was building, there was something mismatched about the MSYS2 lib3mf such that you could never get OpenSCAD to recognize it, or maybe so that it wouldn't build. I don't remember the exact behavior.
EkpyroticFrood has quit [Quit: So long, and thanks for all the fish.]
<JordanBrown>
That's not inconsistent with the "not found" error that I got above, but maybe I just need to install some package that is now available.
<JordanBrown>
My impression, last time I looked at it, was that it was expected that lib3mf didn't work for MSYS2.
EkpyroticFrood has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 268 seconds]
teepee_ is now known as teepee
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
<teepee>
the msys2 openscad package does not seem to depend on lib3mf, so maybe nobody tried to make that compatible
<JordanBrown>
There's *some* relationship, because cmake whined about it.
<teepee>
it tries to find the library via pkg-config both 1.x and 2.x versions, it should disable if it's not found
<teepee>
I don't know if that ever worked on msys2 though