ketoo / NoahGameFrame

A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
https://github.com/ketoo/NoahGameFrame/wiki
Apache License 2.0
3.92k stars 1.09k forks source link

Not building for Windows #287

Open Heaven-Art opened 3 years ago

Heaven-Art commented 3 years ago

Describe the bug @ file NFException.hpp

include does not exist in windows, it seems to be from the commit 7998a9328434ac3e2dedaae9f0cca4ad579ba2ad

@ file NFDateTime.hpp 'timegm': identifier not found

To Reproduce Steps to reproduce the behavior:

  1. Run build_dep.bat
  2. Compile the project in windows

Screenshots image

Desktop (please complete the following information):

ketoo commented 3 years ago

Thanks for your feedback, will be fixed on weekend.

ketoo commented 3 years ago

Fixed.