Changes between Initial Version and Version 1 of Ticket #62904
- Timestamp:
- May 16, 2021, 8:10:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62904 – Description
initial v1 1 1 I'm seeing the following warning/error when attempting to build Erlang 24.0 from source using `asdf install erlang 24.0`: 2 2 3 {{ 3 {{{ 4 4 wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available 5 }} 5 }}} 6 6 7 7 Is it possible to add a variant or configure the build process to include `--enable-webview`?