<teepee>
kintel: adding the domain took about 10 minutes, 9 minutes trying to remember the name of the dns provider, 1 minute updating the config and restarting the container ;-)
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
LordOfBikes has joined #openscad
mmu_man has joined #openscad
<peepsalot>
is anyone building with a modern clang release? trying to use clang20 and its picking up my gnu standard libs and complaining about deprecated unique_ptr::get_temporary_buffer
<peepsalot>
i tried to forcing -stdlib=libc++ (in CMAKE_CXX_FLAGS instead of target compile defs so that it applies to submodules etc) but then it complains that C headers don't exist <cstddef> etc (while building tbb)
<peepsalot>
actually, its not finding C++ headers either. <map> <functional> etc
<peepsalot>
i've never understood how to properly switch between standard libraries
peepsalot has quit [Remote host closed the connection]
peepsalot has joined #openscad
hyperair has quit [Remote host closed the connection]
snaked has quit [Remote host closed the connection]
hyperair has joined #openscad
snaked has joined #openscad
<peepsalot>
doh, finally realized i hadn't installed the dev package for libc++, only the binaries
mmu_man has quit [Ping timeout: 265 seconds]
snaked has quit [Remote host closed the connection]
Guest2 has joined #openscad
Guest2 has quit [Client Quit]
J24k37 has quit [Ping timeout: 256 seconds]
J24k has joined #openscad
TylerTork has joined #openscad
TylerTork has quit [Ping timeout: 256 seconds]
mmu_man has joined #openscad
<gbruno>
[github] KurtPfeifle opened issue #5396 (Extract and export exactly that portion of OpenSCAD script code used when rendering current preview.) https://github.com/openscad/openscad/issues/5396
<gbruno>
[github] KurtPfeifle edited issue #5396 (Extract and export exactly that portion of OpenSCAD script code used when rendering current preview.) https://github.com/openscad/openscad/issues/5396
<kintel>
OctoPrint is not tested by me, so if someone (like teepee), has an OctoPrint installation handy, I'd appreciate if someone could give it a spin!
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
J24k has quit [Quit: Client closed]
J24k has joined #openscad
mmu_man has joined #openscad
<teepee>
kintel: can you merge the appimage fix? I tried the branch build a couple of days ago and it did directly crash due to the resource file issue
<peepsalot>
ok, i was dealing with a bunch of errors trying to build with clang++-20, turned out to be some kind of incompatibility with libstdc++ 12.3.0 which was the latest available on my distro (mint 21.3)
<peepsalot>
i ended up upgrading my whole distro to mint 22, which got around the initial errors I was seeing
<peepsalot>
but now i'm seeing a bunch of weird errors in some CGAL/boost iterator class https://bpa.st/CEFA
<peepsalot>
it builds fine with clang 18.1.3, but fails on clang 20.0.0
<peepsalot>
teepee: i had to redo my additional repo sources and i was getting libcgal from something on OBS before, but i'm not seeing it now. are there newer cgal builds available for 24.04 via OBS?
<teepee>
let me check, I think I only did the newer versions for older distros