Skip to content

imgur.h: No such file or directory #3

@perskes

Description

@perskes

Feeling kinda dumb for opening this issue, but I can't find anything on google!
I get this error after trying to install it.

➜ slock git:(master) sudo make clean install
cleaning
slock build options:
CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="2.0" -DHAVE_SHADOW_H -DCOLOR1="black" -DCOLOR2="#005577"
LDFLAGS = -s -L/usr/lib -lc -lcrypt -L/usr/X11R6/lib -lX11 -lXext
CC = cc
CC slock.c
slock.c:40:19: fatal error: imgur.h: No such file or directory
compilation terminated.
Makefile:18: recipe for target 'slock.o' failed
make: *** [slock.o] Error 1
➜ slock git:(master)

Line 40 in slock.c calls imgur.h

include "imgur.h"

Same would also happen with trello.h, since I'm not sure if I have this :P

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions