Compile Gtk# 2.99.3 in Cygwin unknown types uid_t and pid_t

牧云@^-^@ 提交于 2019-12-07 15:39:53

问题


After compiling last version of mono in Cygwin64 (last version)
I compiled some C# tests with the mono c# compiler (msc)

I want to make some tests with Gtk
so I downloaded the source code and try to compile...

after solving some minor issues that were constantly stopping the compilation
I become stuck with the error of 2 unknown types:

uid_t
pid_t

the errors are:

/usr/include/glib-2.0/gio/gcredentials.h:75:1: error: unknown type name 'uid_t'
/usr/include/glib-2.0/gio/gcredentials.h:79:52: error: unknown type name 'uid_t'

already verified the installation of all mingw*/gcc* libraries also all *-devel and *-debug packages but no luck...

any ideas ?

来源:https://stackoverflow.com/questions/31196554/compile-gtk-2-99-3-in-cygwin-unknown-types-uid-t-and-pid-t

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!