gpt4 book ai didi

c - gdk_pixbuf_xlib_get_from_drawable 的链接器错误

转载 作者:行者123 更新时间:2023-11-30 17:13:34 24 4
gpt4 key购买 nike

如果我尝试使用函数gdk_pixbuf_xlib_get_from_drawable,则会导致以下链接器错误:

undefined reference to gdk_pixbuf_xlib_get_from_drawable

我使用 gtk+-2.0libwnck-1.0 pkg-config 选项编译它,如下所示:

... `pkg-config gtk+-2.0 libwnck-1.0 --cflags --libs`

我也尝试将gdk-2.0x11添加到pkg-config选项中,但仍然不起作用。

我的代码大致如下:

wnck_window_get_geometry (window, &xp, &yp, &widthp, &heightp);
pixbuf = gdk_pixbuf_xlib_get_from_drawable (pixbuf, gdk_window,
NULL, NULL, 0, 0, 0, 0, widthp, heightp);

最佳答案

您需要将 gdk-pixbuf-xlib-2.0 添加到 pkg-config 检查中,并包含 gdk-pixbuf-xlib.h。

关于c - gdk_pixbuf_xlib_get_from_drawable 的链接器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30767841/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com