toxic icon indicating copy to clipboard operation
toxic copied to clipboard

Makefile does not make use of pkg-config

Open ghost opened this issue 9 years ago • 2 comments

Hi,

I am packaging toxic for Guix at the moment, and your Makefile does not seem to make full use of pkg-config, otherwise the ncurses and libnotify in Guix would've been picked up.

See this thread for more details on the failure: https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01393.html I can make the full result and environment values etc available if you need to take a look at more verbose errors.

Can you solve this bug, ie let pkg-config find ncurses and libnotify, or do you require help with this?

ghost avatar Aug 21 '16 11:08 ghost

@Ansa89 would probably know more about this than me.

JFreegman avatar Sep 23 '16 16:09 JFreegman

ATM I'm really busy, but I'll try to take a look at it.

EDIT: the command used to check libraries is $(shell pkg-config --exists LIB_NAME || echo -n "error"); in this case the commands will be pkg-config --exists libnotify || echo -n "error" and pkg-config --exists ncursesw || echo -n "error". What is the output of these commands, when you run them in your terminal?

Ansa89 avatar Oct 04 '16 07:10 Ansa89

Closing due to inactivity

JFreegman avatar Jan 25 '24 19:01 JFreegman