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
<Friithian> although I do have a friend who has one of these and has access to their company's inspection machines…
<InPhase> I just made sure to grab myself some good spec tools so that I can handle measuring at the full precision levels that the printers can be impacted by. And that I found was a good move. I use them quite a lot.
<InPhase> They more than paid for themselves by now, as I end up using them for more than printing stuff.
ccox has quit [Read error: Connection reset by peer]
ccox has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
hrberg has quit [Quit: No Ping reply in 180 seconds.]
hrberg has joined #openscad
LordOfBikes has quit [Ping timeout: 260 seconds]
_whitelogger has joined #openscad
LordOfBikes has joined #openscad
misterfish has quit [Ping timeout: 264 seconds]
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
erectus has quit [Client Quit]
erectus has joined #openscad
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
J23k75 has joined #openscad
J23k48 has quit [Ping timeout: 246 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
erectus has quit [Quit: erectus]
erectus has joined #openscad
erectus has quit [Client Quit]
erectus has joined #openscad
erectus has quit [Client Quit]
erectus has joined #openscad
guso94 has quit [Ping timeout: 246 seconds]
<J23k75> imho this looks much more complicated as it is https://www.printables.com/model/539348-panzerkette
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
GNUmoon has quit [Ping timeout: 240 seconds]
misterfish has joined #openscad
GNUmoon has joined #openscad
<gbruno> [github] nathanpc opened issue #4710 (OpenSCAD 2021.01 won't open in Mac OS X 10.9) https://github.com/openscad/openscad/issues/4710
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
misterfish has quit [Ping timeout: 244 seconds]
mmu_man has joined #openscad
qeed_ has joined #openscad
qeed has quit [Ping timeout: 250 seconds]
guso88 has quit [Ping timeout: 246 seconds]
<gbruno> [github] gsohler synchronize pull request #4702 (Python pr3) https://github.com/openscad/openscad/pull/4702
guso48 has joined #openscad
misterfish has joined #openscad
snaked has quit [Ping timeout: 246 seconds]
misterfish has quit [Ping timeout: 260 seconds]
misterfish has joined #openscad
<Friithian> mac OS X 10.9‽‽ damn that's old
misterfish has quit [Ping timeout: 245 seconds]
<teepee> indeed
Junxter has joined #openscad
Junxter has quit [Quit: Leaving]
<gbruno> [github] gsohler synchronize pull request #4702 (Python pr3) https://github.com/openscad/openscad/pull/4702
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
<guso48> i believe that either the compiler version or the compiler settings were changed for the macos build.
<guso48> in some places code: for(auto &x : list)
<guso48> needs to be rewritten as:
<guso48> for(const auto &x : list)
<guso48> to compile
<gbruno> [github] gsohler synchronize pull request #4702 (Python pr3) https://github.com/openscad/openscad/pull/4702
<teepee> yeah, something change, I did compare compilers and versions looked same
misterfish has joined #openscad
<guso48> CGAL::SNC_FM_decorator is not defined anymore. did CGAL version change ?
<teepee> where, most builds should have it fixed
<guso48> i see it in
<guso48> is there a known fix ?
<guso48> i test by ciommenting the line ;()
<guso48> ;)
<gbruno> [github] gsohler synchronize pull request #4702 (Python pr3) https://github.com/openscad/openscad/pull/4702
JoelJoel is now known as Joel
<gbruno> [github] gsohler synchronize pull request #4702 (Python pr3) https://github.com/openscad/openscad/pull/4702
<gbruno> [github] gsohler synchronize pull request #4702 (Python pr3) https://github.com/openscad/openscad/pull/4702
hyperair has quit [Quit: Lost terminal]
<teepee> hmm, we need those fixes separately. not sure where the difference is coming in though. I could not find a version difference for the macos build yet. but something must have changed in the environment obviously
<gbruno> [github] gsohler synchronize pull request #4702 (Python pr3) https://github.com/openscad/openscad/pull/4702
<gbruno> [github] t-paul pushed 3 modifications (Build fixes.) https://github.com/openscad/openscad/commit/ad88763495c2a7f2bbe57dbedc45515657614223
<gbruno> [github] t-paul opened pull request #4711 (Build fixes.) https://github.com/openscad/openscad/pull/4711
<guso48> exactly my finding teepee. thank you for confirmation
<teepee> I've pulled your fixes into a separate PR, lets see if that catches everything.
<teepee> and thanks for digging into that, I'm still fighting with MXE also throwing build errors
<teepee> I've finally gotten the latest MXE building with gcc-13 but it now fails building openscad itself
<teepee> will be interesting to see if that even makes it runnable on win7 again :)
<guso48> Haha, suppose i have learn much more GIT magic "moves" ....
<teepee> not that I personally need that, but I believe there's still a number of people who would be happy about that
<teepee> pfff
<teepee> /openscad/submodules/manifold/src/third_party/thrust/thrust/system/detail/sequential/malloc_and_free.h:37:21: error: argument 1 range [16140901064495857664, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Werror=alloc-size-larger-than=]
<guso48> hmm ...
<teepee> who is setting -Werror, that is rude ;-)
<guso48> looks like there is a type mismatch in argument 1
<guso48> hmm maybe there were numbers in the alloc-size but some shell variables were not set ?
<teepee> not sure where it's getting those values from. at any rate, it's originally a compiler warning
<teepee> and so far the other builds have no issue
<teepee> uh, nice, build success
<teepee> hmm, how do I get that out of the docker container :D
<guso48> yes, those 3 changes makes it build again
<guso48> i hope you wait little bit so my build can finish and does not get restarted :')
<teepee> no problem, I'm trying to fix the MXE build, temporarily removing the -Werror seems to make it build at least
<teepee> interestingly without those 3 fixes
<guso48> yeah, only mac compiler got sensible to "bad code quility"
<guso48> quality
<teepee> just for fun, let me see if that actually made it win7 compatible
<guso48> i think i have windows xp run on the hard disk in the shelf right to me ...
<teepee> the MXE wiki entry even mentions XP
<teepee> not sure if it's a good idea to even boot that :)
snaked has joined #openscad
<guso48> yeah microsoft support to fixes cve has expired  long time back and viruses might have evolved haha
<teepee> I did not boot that win7 VM for a long time, I suppose that wants to do again something like 3 days of update cycles
<guso48> it might find files in the desktop which appear "unused" for a long time
<guso48> yes, my PR is in sync again. ready to receive new challenges
<guso48> need to finish, tomorrow is a special day ...
<teepee> so I can merge the build fix?
* teepee closes eyes and clicks the new windows build
<teepee> nope
<teepee> still no win7, ah well
guso48 has quit [Ping timeout: 246 seconds]
ToAruShiroiNeko has quit [Ping timeout: 246 seconds]
To_Aru_Shiroi_Ne has joined #openscad
misterfish has quit [Ping timeout: 246 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
Virindi has joined #openscad