yabar
yabar copied to clipboard
Make error Ubuntu MATE 16.04
http://pastebin.com/EWdH0etk the aforementioned is the result of typing make. Also if its relevant my DE is i3-gaps
Hi @androvix, have you installed the package libxcb-ewmh-dev (maybe its name has changed in ubuntu 16.04)? Please check if its installed and build the source code again.
http://pastebin.com/HykpvAC5
thats what i get when I make with libxcb-ewmh-dev installed
Mmmm, I think you should not have used the option -DOLD_LIBCONFIG because Ubuntu 16.04 already uses a new libconfig version (i.e. >=1.5). Please open a new terminal and just invoke make without invoking export CPPFLAGS=-DOLD_LIBCONFIG.
http://pastebin.com/x5n4ewux this is what i got
Are you sure you have the package libconfig-dev installed?
yeah its installed
That is weird, if libconfig-dev is installed and you didn't use CPPFLAGS=-DOLD_LIBCONFIG, you shouldn't even see the function config_lookup_from in the dump on your terminal because the preprocessor (deletes) the lines containing such function. That means that variable CPPFLAGS may be still set to -DOLD_LIBCONFIG. So maybe you just use the same terminal with this variable defined, or the variable is defined across all terminal sessions.
I suggest you unset the variable using unset CPPFLAGS, or use another shell than what you are using currently, or just reboot your machine and then try to build it again.
http://pastebin.com/2NjVCnUD tried all of the above, this is the result