NatWeiss / RapidGame

A commandline tool for Windows, Mac and Linux that prebuilds cocos2d-x static libraries. Also a cross-platform game templating system.
https://github.com/NatWeiss/RapidGame
MIT License
139 stars 22 forks source link

prebuild linux error (solved) #49

Open codexico opened 8 years ago

codexico commented 8 years ago

I have this error when building to linux:

error: ‘isnan’ was not declared in this scope

Related to: https://github.com/cocos2d/cocos2d-x/issues/15111

It's already fixed on the most recent github version, so I cloned and specified a custom cocos2d-x source root pointing to the clone:

rapidgame prebuild --src path/to/github-cloned-cocos2d-x

Now the prebuild works.