BlindSide wrote:ld warning: in /Users/Guillaume/Desktop/FirstNet/libenet.a, file is not of required architecture
It really seems the libs weren't built correctly, or on the same platform.
Well, you pre-compiled everything for x86-64.
It would be better IMO when you delete all linux binaries and simply preserve a makefile for them.
Then, the file encoding is a bit br0ken:
- Code: Select all
CEncryption.h: ASCII C++ program text, with CRLF line terminators
CNetManager.cpp: ASCII C program text, with CRLF, LF line terminators
CNetManager.h: ASCII C program text, with CRLF, LF line terminators
Makefile: ASCII make commands text, with CRLF, CR, LF line terminators
SPacket.cpp: ASCII C program text, with CRLF, LF line terminators
I'm also wondering, why you made it Irrlicht independent
Edit: Generated Documentation
