@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.
Hmm... I wonder if that xlib include was just cargo culted in by me or was needed on Windows
itk definitely needs the x11 headers due to how it peeks into tk, so it would need them on windows
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.
RELEASE build completed successfully with default cmake options, will try distcheck-full and report out if it fails.
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
They are - MGED has more obviously, but all of wish's libs are present in the MGED linkages
@Sean are we still busted on the Mac?
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
O.o I didn't realize anything had changed recently with the iges converter... are you able to slap a debugger on it?
@Sean what were you wanting to do about this for the 7.30.8 release?
Let me see what the backtrace looks like
Last updated: Jan 09 2025 at 00:46 UTC