I recently upgraded to GC 3.3-dev on Manjaro Linux and I cannot build Cobjapi. Before I post the error messages, I want to know if anyone else has had problems,
Thanks
Rich Di iulio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess the issue is about the java/jni parts and you may need to adjust the build recipe/headers? Or about GCC's change to std=gnu23 which you may need to downgrade to CC="gcc -std=gnu17" somewhere?
Or is that really about GC with 3.3 complaining about a COBOL part or generating bad code?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I recently upgraded to GC 3.3-dev on Manjaro Linux and I cannot build Cobjapi. Before I post the error messages, I want to know if anyone else has had problems,
Thanks
Rich Di iulio
I guess the issue is about the java/jni parts and you may need to adjust the build recipe/headers? Or about GCC's change to std=gnu23 which you may need to downgrade to
CC="gcc -std=gnu17"somewhere?Or is that really about GC with 3.3 complaining about a COBOL part or generating bad code?