- 是否真的存在于Geany的安装中?
geanyplugin.h
yes,in my C:\geany\include\geany
2. 是否真的存在于Geany的安装中?
geany.pc
yes ,in C:\geany\lib\pkgconfig
3. 找到已安装的Geany吗?尝试作为独立命令运行并查看它返回的内容,其中一个选项应指向包含 的目录。
pkg-config``pkg-config --cflags geany``-I``geanyplugin.h
Are you referring to running this command on cmd, it gives the following results, geanyplugin.h is not under its path of search, what is the cause of this
Package geany-Igeanyplugin.h was not found in the pkg-config search path. Perhaps you should add the directory containing
geany-Igeanyplugin.h.pc'
to the PKG_CONFIG_PATH environment variable
Package 'geany-Igeanyplugin.h', required by 'virtual:world', not found `
4. 反引号子命令是否在 Windows 命令行上工作
gcc -c "plugin.c" -fPIC
pkg-config --cflags geany(in C:\geany\code )
gcc: error: unrecognized command-line option '--cflags'
Cflags error is prompted under my windows.But when I downloaded and used gtk3, cflags didn't get a similar error
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.