ChrisTitusTech / Debian-titus

Debian customizations from Chris Titus Tech
GNU General Public License v3.0
427 stars 158 forks source link

Error message during install causes the install to stop #107

Open Kirbdog opened 3 months ago

Kirbdog commented 3 months ago

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.

jashyotes commented 3 months ago

Same thing happening to me.

sevu11 commented 2 months ago

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.

Kirbdog commented 2 months ago

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.

Karma2424 commented 2 months ago

@Kirbdog your suppose to run sudo apt install libimlib2-dev