Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ncursesFM → λ git master* → make
- libcups support enabled.
- openssl support enabled.
- Package ncurses was not found in the pkg-config search path.
- Perhaps you should add the directory containing `ncurses.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'ncurses' found
- cd src/; cc -c *.c -DLIBCUPS_PRESENT -DOPENSSL_PRESENT -std=c99
- In file included from archiver.c:1:
- In file included from ./../inc/archiver.h:3:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from bookmarks.c:1:
- In file included from ./../inc/bookmarks.h:1:
- In file included from ./../inc/fm_functions.h:9:
- In file included from ./../inc/archiver.h:3:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from fm_functions.c:1:
- In file included from ./../inc/fm_functions.h:9:
- In file included from ./../inc/archiver.h:3:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from log.c:1:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from main.c:24:
- In file included from ./../inc/bookmarks.h:1:
- In file included from ./../inc/fm_functions.h:9:
- In file included from ./../inc/archiver.h:3:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from mount.c:1:
- In file included from ./../inc/mount.h:1:
- In file included from ./../inc/fm_functions.h:9:
- In file included from ./../inc/archiver.h:3:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from print.c:3:
- In file included from ./../inc/print.h:1:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from quit_functions.c:1:
- In file included from ./../inc/quit_functions.h:3:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from search.c:1:
- In file included from ./../inc/search.h:1:
- In file included from ./../inc/fm_functions.h:9:
- In file included from ./../inc/archiver.h:3:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from shasum.c:3:
- In file included from ./../inc/shasum.h:2:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from timer.c:1:
- In file included from ./../inc/timer.h:1:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from ui_functions.c:1:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- In file included from worker_thread.c:1:
- In file included from ./../inc/worker_thread.h:6:
- In file included from ./../inc/ui_functions.h:3:
- In file included from ./../inc/log.h:6:
- ./../inc/declarations.h:7:10: fatal error: 'sys/inotify.h' file not found
- #include <sys/inotify.h>
- ^
- 1 error generated.
- make: *** [objects] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement