Displaying 1 result from an estimated 1 matches for "jsystem".
Did you mean:
system
2015 Oct 05
0
COMPILATION ERROR dev_t, into_t , no_tetc
Hi,
I have software in CentOS6, it is compiling very well.
I decided to put the same software into CentOS7 but i am having this
compilation errors below:
In file included from /opt/TAFC/R14.1/include/jsystem.h:106:0,
from BASIC_2.c:6:
/opt/TAFC/R14.1/include/jedi.h:534:2: error: unknown type name ?ino_t?
ino_t ino; // The i-node number of a file
^
/opt/TAFC/R14.1/include/jedi.h:535:2: error: unknown type name ?dev_t?
dev_t dev; // The device number o...