Skip to content

Instantly share code, notes, and snippets.

@nivertech
Created April 1, 2015 21:45
Show Gist options
  • Select an option

  • Save nivertech/8f3e9964168e7cc67c29 to your computer and use it in GitHub Desktop.

Select an option

Save nivertech/8f3e9964168e7cc67c29 to your computer and use it in GitHub Desktop.
missing wx dependencies when building Erlang/OTP 17.5 on Ubuntu 12.04
$:~/Downloads/otp_src_17.5$ ./configure | grep wx
configure: configuring in wx/.
configure: running /bin/bash '/home/zvi/Downloads/otp_src_17.5/lib/wx/./configure' --prefix=/usr/local '--prefix=/usr/local' '--cache-file=/dev/null' '--srcdir=/home/zvi/Downloads/otp_src_17.5/lib' --cache-file=/dev/null --srcdir=/home/zvi/Downloads/otp_src_17.5/lib/wx/.
checking for debug build of wxWidgets... checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.8.4 (--unicode --debug=yes)... yes (version 3.0.1)
checking for wxWidgets static library... no
checking for standard build of wxWidgets... checking for wx-config... (cached) /usr/local/bin/wx-config
checking for wxWidgets version >= 2.8.4 (--unicode --debug=no)... yes (version 3.0.1)
checking for wxWidgets static library... no
checking if wxwidgets have opengl support... no
checking for wx/stc/stc.h... yes
checking if we can link wxwidgets programs... no
configure: WARNING: Can not link wx program are all developer packages installed?
wx : Can not link the wx driver, wx will NOT be useable
@yang199

yang199 commented May 28, 2020

Copy link
Copy Markdown

have you solved it, I met this problem now.

@nivertech

Copy link
Copy Markdown
Author

no

@stoicAlchemist

Copy link
Copy Markdown

Have you solve this? Is there an issue reported or something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment