Opened 5 years ago
Closed 5 years ago
#106 closed defect (wontfix)
Building wxWidgets
Reported by: | Kevin Moore | Owned by: | Olly Betts |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Other | Version: | |
Keywords: | Cc: |
Description
I tried building Survex 1.2.38 from source. The version of wxWidgets that it downloads defaults to an older version of the OSX SDK, which is not included in the current version of Xcode.
Build gets further if I export an environment variable as follows:
export wxUSE_MACOSX_VERSION_MIN=10.9
That at least allows wxWidgets to build. Configuration in the buildmacosx.sh file needs updating.
Change History (2)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I've now removed buildmacosx.sh
from the git repo since several people have contacted me over the last few months to report that it doesn't work - I simply don't have access to the hardware to allow me to fix it.
The homebrew package is now working again, so please use that instead. Instructions are here:
The
buildmacosx.sh
script isn't really maintained now we have the homebrew formula (though the latter is also broken right now, but that should be fixed soon). I was planning to remove it fairly soon, though if someone with a Mac wants to step up to maintain it, I'm happy to keep it around.