开发者

Windows Compilation problems: gcc with pkg-config error

开发者 https://www.devze.com 2022-12-07 17:54 出处:网络
OS: Windows 10, desktop pc pkg-config --cflags gtk+-2.0 -mms-bitfields -Ik:/gtk/include/gtk-2.0 -Ik:/gtk/lib/gtk-2.0/include -Ik:/gtk/include/atk-1.0 -Ik:/gtk/include/cairo -Ik:/gtk/include/gdk-pixbuf

OS: Windows 10, desktop pc

pkg-config --cflags gtk+-2.0 -mms-bitfields -Ik:/gtk/include/gtk-2.0 -Ik:/gtk/lib/gtk-2.0/include -Ik:/gtk/include/atk-1.0 -Ik:/gtk/include/cairo -Ik:/gtk/include/gdk-pixbuf-2.0 开发者_StackOverflow社区-Ik:/gtk/include/pango-1.0 -Ik:/gtk/include/glib-2.0 -Ik:/gtk/lib/glib-2.0/include -Ik:/gtk/include -Ik:/gtk/include/freetype2 -Ik:/gtk/include/libpng14

all ok

gcc pkg-config --cflags gtk+-2.0 test.cpp gcc.exe error: pkg-config: No such file or directory gcc.exe error: gtk+-2.0`: No such file or directory gcc.exe error: unrecognized command line option '--cflags'

On other pc with Windows 10 i have not this problem.

What is the problem on this pc ?

0

精彩评论

暂无评论...
验证码 换一张
取 消