Open Kirbdog opened 3 months ago
Same thing happening to me.
I'm new to linux and am wanting to install Debian and use this script. The problem I'm running into is that, after a while into the install (at least I think), I get an error message that says
drw.c:7:10: fatal error: Imlib2.h: No such file or directory 7 | #include <Imlib2.h> | ^~~~~~~ compilation terminated. make: *** [Makefile:12: drw.o] Error 1
I don't know how to fix this and I'm wondering if there's something I can do since I'm stuck. Let me know if there's anything I can clarify.
Have you tried sudo apt install libimlib2
, it's likely missing in your intallation. Some build depenencies aren't there by default on debian.
I'm new to linux and am wanting to install Debian and use this script. The problem I'm running into is that, after a while into the install (at least I think), I get an error message that says
drw.c:7:10: fatal error: Imlib2.h: No such file or directory 7 | #include <Imlib2.h> | ^~~~~~~ compilation terminated. make: *** [Makefile:12: drw.o] Error 1
I don't know how to fix this and I'm wondering if there's something I can do since I'm stuck. Let me know if there's anything I can clarify.
Have you tried
sudo apt install libimlib2
, it's likely missing in your intallation. Some build depenencies aren't there by default on debian.
I tried installing this before running the script and it still gave me the same error.
@Kirbdog your suppose to run sudo apt install libimlib2-dev
I'm new to linux and am wanting to install Debian and use this script. The problem I'm running into is that, after a while into the install (at least I think), I get an error message that says
I don't know how to fix this and I'm wondering if there's something I can do since I'm stuck. Let me know if there's anything I can clarify.