Re: Insight installation - macOS Catalina (future Big Sur)
Keith Seitz via Insight <[email protected]> Tue, 20 Oct 2020 14:36:20 -0700
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
On 10/14/20 8:24 AM, Miguel Galrão via Insight wrote: > After extracting the zipped package (insight-6.8a.tar.bz2), I suppose the ’src’ folder you mention is the unarchived result (let’s call it sources). Yikes. Don't use the tarball -- it is over a decade old! I *highly* recommend checking out the sources and following the README. $ git clone git://sourceware.org/git/insight.git Please give that a shot. Keith PS. Also note that MacOS presents its own challenges, such as package codesigning. GDB has a wiki page about this (https://sourceware.org/gdb/wiki/PermissionsDarwin). I have no idea how up-to-date that is, though.