Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

64bit ARM #146

Open
BrianBeuken opened this issue Nov 26, 2020 · 1 comment
Open

64bit ARM #146

BrianBeuken opened this issue Nov 26, 2020 · 1 comment

Comments

@BrianBeuken
Copy link

BrianBeuken commented Nov 26, 2020

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?

@BrianBeuken
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant