Re: Re: [dev] [sxiv] doesn't want to be compiled

From: Cág <ca6c_AT_bitmessage.ch>
Date: Sat, 07 Oct 2017 20:45:06 +0100

Bert wrote:

> Line 30 of your Makefile still contains the GNU make specific automatic
> variable '$^'. You have to substitute it with '$(OBJ)' to make the LINK
> cmd work.

I've tried it, the output complains about missing object files:

---
cc: autoreload_inotify.o: No such file or directory
cc: commands.o: No such file or directory
cc: image.o: No such file or directory
cc: main.o: No such file or directory
cc: options.o: No such file or directory
cc: thumbs.o: No such file or directory
cc: util.o: No such file or directory
cc: window.o: No such file or directory
*** Error 1 in /home/caoc/code/suckless/sxiv (Makefile:30 'sxiv': cc  -L/usr/X11R6/lib -L/usr/local/lib -o sxiv autoreload_inotify.o command...)
---
On a side note: I suppose you are the author, any plans to make the Makefile
portable?
Thanks!
--
caóc
Received on Sat Oct 07 2017 - 21:45:06 CEST

This archive was generated by hypermail 2.3.0 : Sat Oct 07 2017 - 21:48:17 CEST