You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
cmake does not seem to recognise a 64bit ARM system so the make files produced won't complete a build cycle, since there is no sys/io on arch64 systems
/home/brian/RakNet/Source/FileList.cpp:24:10: fatal error: sys/io.h: No such file or directory
#include <sys/io.h>
any advice on a quick cmake fix?
The text was updated successfully, but these errors were encountered:
I have not totally confirmed this fix yet, but it seems io.h is only used in FileList,cpp file, line 24 where it is included. It can be commented out without a problem.
It then compiles and links fine. Though I have not checked yet if it works. I'll confirm at a later date when I'm a bit further on in my project and I am using it in anger.
cmake does not seem to recognise a 64bit ARM system so the make files produced won't complete a build cycle, since there is no sys/io on arch64 systems
/home/brian/RakNet/Source/FileList.cpp:24:10: fatal error: sys/io.h: No such file or directory
#include <sys/io.h>
any advice on a quick cmake fix?
The text was updated successfully, but these errors were encountered: