For some reasons, when I tried to compile both programs, there is an error occurred at the misc.h. The compiler complained about unknown data type or storage class!
I guessed the problem is at this line "off_t fizesize(int filedesc)" within misc.h/misc.c file!
compiling the sfxserver and sfxclient
Hi,
For some reasons, when I tried to compile both programs, there is an error occurred at the misc.h. The compiler complained about unknown data type or storage class!
I guessed the problem is at this line "off_t fizesize(int filedesc)" within misc.h/misc.c file!
Any suggestions will be appreciated!