Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message during install causes the install to stop #107

Open
Kirbdog opened this issue Aug 1, 2024 · 4 comments
Open

Error message during install causes the install to stop #107

Kirbdog opened this issue Aug 1, 2024 · 4 comments

Comments

@Kirbdog
Copy link

Kirbdog commented Aug 1, 2024

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
Copy link

Same thing happening to me.

@sevu11
Copy link

sevu11 commented Aug 27, 2024

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
Copy link
Author

Kirbdog commented Aug 27, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants