Stream: brlcad

Topic: OSX


view this post on Zulip starseeker (Apr 23 2020 at 20:14):

@Sean May be worth giving the Mac another shot. The X framebuffer issue here doesn't immediately appear to be the Tk stubs - when force them into the Tk build MGED crashes on start, and the include line for gcc doesn't seem to be pulling it in.

view this post on Zulip starseeker (Apr 23 2020 at 21:02):

Hmm... I wonder if that xlib include was just cargo culted in by me or was needed on Windows

view this post on Zulip Sean (Apr 23 2020 at 21:03):

itk definitely needs the x11 headers due to how it peeks into tk, so it would need them on windows

view this post on Zulip starseeker (Apr 23 2020 at 23:06):

Yeah, X embedded framebuffer crashes with both system and local Tcl/Tk builds, even when I completely remove the src/other/tk source directory and build against system - don't see how it could be the xlib include dir.

view this post on Zulip Sean (Apr 24 2020 at 04:59):

RELEASE build completed successfully with default cmake options, will try distcheck-full and report out if it fails.

view this post on Zulip Sean (Apr 24 2020 at 05:04):

starseeker said:

Yeah, X embedded framebuffer crashes with both system and local Tcl/Tk builds, even when I completely remove the src/other/tk source directory and build against system - don't see how it could be the xlib include dir.

Yeah, unlikely unless they're getting pulled from somewhere else. Check otool -L and make sure wish and mged are linking the same libs

view this post on Zulip starseeker (Apr 24 2020 at 11:39):

They are - MGED has more obviously, but all of wish's libs are present in the MGED linkages

view this post on Zulip starseeker (Apr 26 2020 at 18:46):

@Sean are we still busted on the Mac?

view this post on Zulip Sean (Apr 27 2020 at 07:13):

Sean said:

RELEASE build completed successfully with default cmake options, will try distcheck-full and report out if it fails.

so looks like distcheck-enableall_release failed .. iges converter crashed. that's a new on to me. it's crashing after "...running ../bin/g-iges -o iges.import3.export.iges iges.import3.g box.nmg" (and reporting db_lookup(box.nmg) failed: box.nmg does not exist), followed by "... running diff -I G iges.export.iges iges.import.export.iges" and
"... running ../bin/g-iges -f -o iges.m35.r516.iges iges.m35.g r516" <-- which is the one that crashed

view this post on Zulip starseeker (Apr 27 2020 at 14:01):

O.o I didn't realize anything had changed recently with the iges converter... are you able to slap a debugger on it?

view this post on Zulip starseeker (Apr 29 2020 at 18:00):

@Sean what were you wanting to do about this for the 7.30.8 release?

view this post on Zulip Sean (Apr 29 2020 at 18:03):

Let me see what the backtrace looks like


Last updated: Oct 09 2024 at 00:44 UTC