teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
ccox_ has quit [Ping timeout: 252 seconds]
<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 ;-)
<gbruno> [github] t-paul closed pull request #5395 (Fix resource folder lookup (fixes #5394).) https://github.com/openscad/openscad/pull/5395
<gbruno> [github] t-paul pushed 2 modifications (Merge pull request #5395 from openscad/fix-resource-folder-lookup Fix resource folder lookup (fixes #5394).) https://github.com/openscad/openscad/commit/7f05c62941df0cedaf9f4ae5beaa130d9dbaa073
<gbruno> [github] t-paul closed issue #5394 (Previewing complains about missing shader files) https://github.com/openscad/openscad/issues/5394
ccox has joined #openscad
J24k37 has joined #openscad
J24k97 has quit [Ping timeout: 256 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
califax has quit [Remote host closed the connection]
<gbruno> [github] kintel pushed 1 modifications (Change from files.openscad.org/print-service.json to app.openscad.org/print-service.json) https://github.com/openscad/openscad/commit/2a43c0bb2702270dffd9e43cc1e750cd25cacfb3
<gbruno> [github] kintel synchronize pull request #5357 (Add support for multiple 3D print services) https://github.com/openscad/openscad/pull/5357
kintel has joined #openscad
<kintel> teepee haha - thx for updating!
califax has joined #openscad
LordOfBikes has quit [Ping timeout: 264 seconds]
mmu_man has quit [Ping timeout: 246 seconds]
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
guso92 has joined #openscad
mmu_man has quit [Ping timeout: 244 seconds]
kintel has joined #openscad
<kintel> 3D print feature (F8) updated and ready for review: https://github.com/openscad/openscad/pull/5357
<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
J24k has quit [Quit: Client closed]
J24k has joined #openscad
guso92 has quit [Quit: Client closed]
Ekho has quit [Quit: CORE ERROR, SYSTEM HALTED.]
Ekho has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
cart_ has joined #openscad
<pca006132> wonder if any mac users ever encountered issues like this
<pca006132> (see comment at the end)
peepsalot has quit [Quit: Connection reset by peep]
peepsalot has joined #openscad
Artea has quit [Remote host closed the connection]
noonien808310429 has quit [Quit: The Lounge - https://thelounge.chat]
noonien808310429 has joined #openscad
cart_ has quit [Ping timeout: 245 seconds]
guso8 has joined #openscad
<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
<teepee> yep, 22.04 is the newest which uses a local cgal build https://imgur.com/tPThRpS
<teepee> and that's CGAL-5.5.1
<peepsalot> ok, yeah ubuntu is providing 5.6-1build3
<teepee> yep all >= 23.10 seem to ship 5.6-1 or some minor update
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #openscad
JakeSays_ has quit [Read error: Connection reset by peer]
JakeSays has joined #openscad
guso8 has quit [Quit: Client closed]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
snaked has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee