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
Junxter has joined #openscad
<OlivierChafik[m]> I'm going to look back at all the tests I had to disable, the mirror stuff could greatly improve our trust issue ✌️
<OlivierChafik[m]> * to disable [fastcsg for], the
pa has quit [Quit: quit.]
pah has joined #openscad
foul_owl has quit [Ping timeout: 240 seconds]
ur5us_ has joined #openscad
foul_owl has joined #openscad
foul_owl has quit [Ping timeout: 256 seconds]
<OlivierChafik[m]> ugh wishful thinking haha
foul_owl has joined #openscad
<OlivierChafik[m]> teepee: can't seem to build wasm successfully anymore :'-( https://github.com/DSchroer/openscad-wasm/commit/059acc06b2f5b4f6d028efb48b3c884b5e4707d9#commitcomment-68267922
myosotis has joined #openscad
LordOfBikes has quit [Ping timeout: 260 seconds]
LordOfBikes has joined #openscad
Alexer has quit [Ping timeout: 256 seconds]
Alexer has joined #openscad
arebil has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
ur5us_ has quit [Ping timeout: 240 seconds]
J2216 has joined #openscad
J22 has quit [Ping timeout: 256 seconds]
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
arebil has joined #openscad
arebil has quit [Ping timeout: 268 seconds]
TheAssassin has quit [Remote host closed the connection]
myosotis has quit [Quit: myosotis]
TheAssassin has joined #openscad
ferdna has quit [Quit: Leaving]
arebil has joined #openscad
arebil has quit [Client Quit]
ur5us_ has joined #openscad
arebil_ has joined #openscad
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
ur5us_ has quit [Ping timeout: 240 seconds]
aiyion has quit [Ping timeout: 240 seconds]
<J2216> #4164 would explain why  that failed every time i used mirrored objects - Ü
aiyion has joined #openscad
lf94- has joined #openscad
JakeSays_ is now known as JakeSays
KimK has joined #openscad
lf94 has quit [Ping timeout: 256 seconds]
pah is now known as pa
<teepee> OlivierChafik[m]: I'm running the docker build again, I suspect I'll just get the same error :/
<Scopeuk> Doing a little googling it looks like there is some weird version with one of the Ubuntu cryptography libs, people seam to be fudging it with a Debian package
<teepee> oh? that sounds even more strange?
TheCoffeMaker has quit [Ping timeout: 245 seconds]
Guest35 has joined #openscad
<Scopeuk> That may specifically be a raspbian host issue before we waste too much time
TheCoffeMaker has joined #openscad
ur5us_ has joined #openscad
<Scopeuk> Out of disk in image can also do it but that seams unlikely
lastrodamo has joined #openscad
nq has joined #openscad
use-value has joined #openscad
ur5us_ has quit [Ping timeout: 240 seconds]
snaked has quit [Remote host closed the connection]
snaked has joined #openscad
Guest35 has quit [Quit: Client closed]
Virindi has joined #openscad
walterwhip has joined #openscad
walterwhip has quit [Client Quit]
use-value1 has joined #openscad
use-value has quit [Ping timeout: 260 seconds]
use-value1 is now known as use-value
Alexer has quit [Ping timeout: 272 seconds]
epony has quit [Quit: QUIT]
Guest65 has joined #openscad
Alexer has joined #openscad
Guest65 has quit [Quit: Client closed]
myosotis has joined #openscad
J2216 has quit [Quit: Client closed]
J2216 has joined #openscad
epony has joined #openscad
arebil_ has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
J221631 has joined #openscad
J221631 is now known as J22
J2216 has quit [Ping timeout: 256 seconds]
arebil has joined #openscad
arebil__ has joined #openscad
arebil has quit [Ping timeout: 268 seconds]
J22 has quit [Quit: Client closed]
J22 has joined #openscad
myosotis has quit [Quit: myosotis]
J22 has quit [Quit: Client closed]
J22 has joined #openscad
arebil__ has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
GNUmoon has quit [Remote host closed the connection]
nedko has quit [Remote host closed the connection]
teepee has quit [Remote host closed the connection]
GNUmoon has joined #openscad
nedko has joined #openscad
teepee has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
Junxter has quit [Ping timeout: 256 seconds]
J22 has quit [Quit: Client closed]
J22 has joined #openscad
<peepsalot> teepee: i started working on separating libsvg into its own library, but it has some of its own dependencies: at least eigen and clipper
<peepsalot> so... it seeme like clipper should also be given the same treatment to build as its own library...
<teepee> oh, right. that makes it more difficult :(
<peepsalot> i'm a little confused about, if libsvg is built statically, will *its* dependencies get duplicated when openscad also links to them?
<teepee> hmm, good question, I would hope not
<peepsalot> i'm thinking it would depend on whether those depdendencies are static or shared... but also probably if LTO is used?
GNUmoon has quit [Remote host closed the connection]
Guest11 has joined #openscad
Guest11 has quit [Client Quit]
GNUmoon has joined #openscad
<peepsalot> hmm, i just realized there is actually an ubuntu package "ibpolyclipping22"
<peepsalot> *lib
<peepsalot> maybe we don't need to maintain a copy in our repo?
<teepee> oh?
<peepsalot> seems to be available for fedora too, and vcpkg: https://github.com/microsoft/vcpkg/tree/master/ports/polyclipping
<peepsalot> just dunno about macs, and mxe i guess
<teepee> nothing in homebrew I can find
<teepee> nothing in MXE
<teepee> I suppose we could still move them to the dependency build, if that helps a lot
<peepsalot> nor msys2 either
<teepee> that's an even bigger issue as we have nothing in place to have additional packages
J22 has quit [Quit: Client closed]
J22 has joined #openscad
<peepsalot> teepee: the official source download comes with a CMakeLists at least
<peepsalot> looks like its setup to build a shared lib.
<peepsalot> and to be found with pkgconfig
<teepee> hmm, so maybe keeping it directly in a folder is fine
<gbruno> [github] steelewool opened issue #4165 (Instructions for building on a Rapberry Pi 4) https://github.com/openscad/openscad/issues/4165
<peepsalot> oh, and coincidentally some activity within the past day here: https://github.com/AngusJohnson/Clipper2
<peepsalot> no c++ source yet though
<teepee> interesting
ur5us_ has joined #openscad
gunnbr has joined #openscad
GNUmoon has quit [Ping timeout: 240 seconds]
myosotis has joined #openscad
Guest75 has joined #openscad
Guest75 has quit [Client Quit]
<peepsalot> teepee: other deps: libxml, degree_trig.h
GNUmoon has joined #openscad
nq has quit [Ping timeout: 256 seconds]
nq has joined #openscad
<peepsalot> if it weren't for AMF import, libsvg would actually be the only thing requiring libxml, and we could move libxml check out of top level openscad CMakeLists
<peepsalot> i'm not sure the best approach for reusing our degree_trig.h code though
<teepee> I'm not sure how much it uses, but in that case a copy of some parts might be ok
lastrodamo has quit [Quit: Leaving]
J22 has quit [Quit: Client closed]
J22 has joined #openscad
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #openscad
KimK has quit [Ping timeout: 240 seconds]
myosotis has quit [Quit: myosotis]
ferdna has joined #openscad
Junxter has joined #openscad