Cプログラムをコンパイルしようとしています。
user@cu-cs-vm:~/Downloads/pa5$ make
gcc -c -g -Wall -Wextra `pkg-config Fuse --cflags` fusehello.c
Package Fuse was not found in the pkg-config search path.
Perhaps you should add the directory containing `Fuse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Fuse' found
fusehello.c:21:18: fatal error: Fuse.h: No such file or directory
compilation terminated.
Fuseをインストールしようとすると、すでにインストールされていることがわかります。
Sudo apt-get install Fuse
usr/lib/pkgconfig
およびFuse.pc
ありませんでした。そこにあるべきですか?
使用しているディストリビューションはわかりませんが、おそらくlibfuse-dev
をインストールする必要があります。 Fuseヘッダーファイルがありません。