Stream: brlcad

Topic: externals


view this post on Zulip Sean (Oct 12 2023 at 16:10):

@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.

view this post on Zulip starseeker (Oct 12 2023 at 16:54):

@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...

view this post on Zulip starseeker (Oct 12 2023 at 17:22):

@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.

view this post on Zulip Sean (Oct 24 2023 at 23:39):

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

view this post on Zulip Sean (Oct 24 2023 at 23:42):

It's fully command-line and based on mingw essentials if I'm following it correctly.


Last updated: Oct 09 2024 at 00:44 UTC