@starseeker bext looks close on Mac. sent one PR with a fix. another issue is ITK is apparently compiling against system Tcl not bundled. ITCL succeeded, presumably using bundled, so might just be a variable missing.
@Sean OK, thanks. Pull request merged. Are you doing an ENABLE_ALL=ON build? If not it might have detected the OSX system tcl install and decided to try and use it...
@Sean nevermind, found it. I oversimplified the Itk dependency list. Fixed in latest commit, and FWIW I was able to build bext on my Mac here.
This is an interesting project I ran across. Someone set up an entire C/C++ dev stack for windows as a single-installer project.
https://installc.org
It's fully command-line and based on mingw essentials if I'm following it correctly.
Last updated: Jan 09 2025 at 00:46 UTC