Created
April 1, 2015 21:45
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $:~/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 |
Author
no
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
have you solved it, I met this problem now.