Есть транслятор JAVA в C, который не собирается. Пишет следующее:
In file included from io_RandomAccessFile.c:8:0:
../packages/SUNAPI/include/java_io_RandomAccessFile.h:232:9: ошибка: expected identifier or ‘(’ before numeric constant
../packages/SUNAPI/include/java_io_RandomAccessFile.h:233:5: ошибка: expected ‘;’ before ‘Int’
на кусок кода:
struct cv_java_io_RandomAccessFile {
Int O_RDONLY;
Int O_RDWR;
Int O_SYNC;
Int O_DSYNC;
};
Может кто помочь с проблемой?