yabar icon indicating copy to clipboard operation
yabar copied to clipboard

Make error Ubuntu MATE 16.04

Open androvix opened this issue 9 years ago • 8 comments

http://pastebin.com/EWdH0etk the aforementioned is the result of typing make. Also if its relevant my DE is i3-gaps

androvix avatar Jun 13 '16 23:06 androvix

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.

geommer avatar Jun 13 '16 23:06 geommer

http://pastebin.com/HykpvAC5 thats what i get when I make with libxcb-ewmh-dev installed

androvix avatar Jun 13 '16 23:06 androvix

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.

geommer avatar Jun 13 '16 23:06 geommer

http://pastebin.com/x5n4ewux this is what i got

androvix avatar Jun 13 '16 23:06 androvix

Are you sure you have the package libconfig-dev installed?

geommer avatar Jun 13 '16 23:06 geommer

yeah its installed

androvix avatar Jun 14 '16 00:06 androvix

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.

geommer avatar Jun 14 '16 00:06 geommer

http://pastebin.com/2NjVCnUD tried all of the above, this is the result

androvix avatar Jun 14 '16 00:06 androvix