#51233 closed defect (duplicate)
codeblocks installation fails on El Capitan 10.11.4
Reported by: | lucbouge (Luc Bougé) | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | codeblocks |
Description
My Mac has been reformatted to El Capitan 10.11.4 a few weeks ago. The whole disk has been erased and everything has been reinstalled: Xcode, MacPorts, all the ports.
I did not modify the configuration files in directory /opt/local/etc/macports/, and everything went fine, except for codeblocks.
As far as I can see, there is a compatibility problem with wxWidgets 3.0. I include the log.
Luc.
Attachments (2)
Change History (8)
Changed 9 years ago by lucbouge (Luc Bougé)
comment:1 Changed 9 years ago by lucbouge (Luc Bougé)
comment:2 Changed 9 years ago by mf2k (Frank Schima)
Keywords: | Failure El Capitan removed |
---|---|
Owner: | changed from macports-tickets@… to mojca@… |
Port: | codeblocks added; Codeblocks removed |
Summary: | Codeblocks installation fails on El Capitan 10.11.4 → codeblocks installation fails on El Capitan 10.11.4 |
In the future, please Cc the port maintainers (port info --maintainers codeblocks
), if any.
comment:3 Changed 9 years ago by mojca (Mojca Miklavec)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 2.3.4 |
See https://sourceforge.net/p/codeblocks/tickets/322/ for the upstream report.
I will merge this ticket with #43214.
The select command you used for selecting wxWidgets is wrong. It should be
sudo port select wxWidgets wxWidgets-3.0
but it doesn't have anything to do with the build failure. Why do you have wxWidgets-3.0-libcxx
installed? Or did you just inherit it from migration from 10.8 or earlier?
Changed 8 years ago by ougengxin@…
Attachment: | main.2.log added |
---|
comment:4 Changed 8 years ago by ougengxin@…
Hi @mojca,
has this issue been solved? I am having the same error. Would like to know the solution if it has been solved. Thanks!
OSX 10.11.5 wxWidgets-3.0
man.log attached.
I tried to investigate the connection with wxWidgets. I below include an excerpt which may be relevant. Luc.