The configure stage shows no errors but the make fails with these messages:

pygi-info.c: In function 'pygi_g_struct_info_is_simple':
pygi-info.c:863:26: error: 'GI_INFO_TYPE_ERROR_DOMAIN' undeclared (first use in 
this function)
                     case GI_INFO_TYPE_ERROR_DOMAIN:
                          ^
pygi-info.c:835:17: warning: enumeration value 'GI_INFO_TYPE_INVALID_0' not 
handled in switch [-Wswitch]
                 switch (info_type) {
                 ^
Makefile:528: recipe for target '_gi_la-pygi-info.lo' failed
make[3]: *** [_gi_la-pygi-info.lo] Error 1

According to a post I found on AskFedora, the cause is this version of 
PyGobject still using values that have been removed from gobject-introspection. 
When I used the --disable-introspection option, the build worked.


-- 
Hazel Russman <[email protected]>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to