fsys.r: In function 'Zreads':
fsys.r:1384:16: error: storage size of 'statbuf' isn't known
struct stat statbuf;
^
#if defined(NTGCC) && (WordBits==32)
#passthru #if (__GNUC__==4) && (__GNUC_MINOR__>7)
#passthru #define stat _stat64i32
#passthru #endif
#endif /* NTGCC && WordBits==32*/
It means that any attempts to redefine structure stat to something else fail. If I comment statement "#define stat _stat64i32" the compilation is successfull. The same problem is occured while compilation of rsys.r and rposix.r files.
I think, Jafar shall remove these redefinitions or fix them in some manner. By the way, the builded Unicon (afrer my own corrections in files mentioned above) was completly functional and fine working!
Thank you!
Best regards,
Sergey
------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape
_______________________________________________ Unicon-group mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unicon-group
