Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Disable libtinfo on fastcomp as well #540

Merged
merged 1 commit into from
Jun 13, 2019
Merged

Disable libtinfo on fastcomp as well #540

merged 1 commit into from
Jun 13, 2019

Conversation

kripken
Copy link
Member

@kripken kripken commented Jun 13, 2019

We removed it from LLVM, but forgot that fastcomp is built separately. This removes it there too.

Meanwhile I also verified that the LLVM build works fine, no change to colors in errors, so this seems ok to do.

@kripken kripken requested a review from dschuff June 13, 2019 03:09
@kripken kripken merged commit ee1cb39 into master Jun 13, 2019
@kripken kripken deleted the tinfo branch June 13, 2019 13:25
kripken added a commit that referenced this pull request Jun 13, 2019
As not having it removes colors on some systems. Oddly on one machine I didn't see this, but testing on another, I do - all the colors are gone.

The eventual solution may be to statically link libtinfo. Meanwhile with it we get errors on some linuxes but proper colors, and without it we avoid linux errors but have no colors. With this PR at least the loss of colors is just on linux.

See

emscripten-core/emsdk#252

#539

#540
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants