gpt4 book ai didi

c - Gtk 与 Eclipse CDT

转载 作者:太空宇宙 更新时间:2023-11-04 04:46:49 26 4
gpt4 key购买 nike

我安装了 pkg-config并在build设置中添加了 pkg-config -cppflags 和 pkg-config --libs请帮忙我在 Windows 8 和 eclipse kepler 上工作

14:58:32 **** Incremental Build of configuration Debug for project Hi_c_gtk ****
make all
Building file: ../src/Hi_c_gtk.c
Invoking: Cross GCC Compiler
gcc -O0 -g3 -Wall -c -fmessage-length=0 pkg-config gtkmm-2.4 --cflags -MMD -MP -MF"src/Hi_c_gtk.d" -MT"src/Hi_c_gtk.d" -o "src/Hi_c_gtk.o" "../src/Hi_c_gtk.c"
cygwin warning:
MS-DOS style path detected: C:\Users\Project\workspace1\Hi_c_gtk\Debug
Preferred POSIX equivalent is: /cygdrive/c/Users/Project/workspace1/Hi_c_gtk/Debug
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
gcc: error: pkg-config: No such file or directory
gcc: error: gtkmm-2.4: No such file or directory
gcc: error: unrecognized command line option ‘--cflags’
src/subdir.mk:18: recipe for target 'src/Hi_c_gtk.o' failed
make: *** [src/Hi_c_gtk.o] Error 1

最佳答案

我了解到您正在尝试将 GTK 与 Windows 上的 Eclipse 集成。我最近设法在 GNU/Linux 和 Windows 环境中实现了这一点。在 GNU/Linux 上,只需从 Eclipse 市场安装 pkg-config 并添加所需的库即可。在 Windows 上,我不得不通过修改编译器选项手动配置包含路径。您需要在 Project-C/C++ Build-Settings 上手动添加 GTK+ 请求的所有包含和库。我使用了 Cygwin 的 gcc。

完整过程在 http://irkedrants.blogspot.com.es/2011/02/configuring-eclipse-to-compile-gtk.html 中有描述

关于c - Gtk 与 Eclipse CDT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20016882/

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