我使用这种方法来检测包含文件,但如果没有检测到错误,则永远不会执行:check_include_file("getopt.h" HAVE_GETOPT_Hgetopt Not Found" )但如果我检查空字符串是否有效,并在未找到包含文件时打印消息:check_include_file("getopt.h
我试图构建一个解析cmd行的函数。但是,当我定义long_options数组时,会得到编译错误:error: field name not in record or union initializer// and so on for every defined line in the 'long_options' //parse_cmd.c
void parse_
我试图在windows中安装GTK,并使用GLADE开发GUI界面。对于GTK,我需要安装Glib,这给我带来了一个问题。我想做的是:dmakedmake install--------------- dmake.exe: Error code 1, while making 'Glib.o'-------------