cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.

Home Page:https://www.cocos.com/en/cocos2d-x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu 20 : cpGearJoint.c:(.text+0x144): undefined reference to `__powf_finite'

xufangbo opened this issue · comments

  • cocos2d-x version: 4.0 or 3.17.2
  • devices test on: ubuntu 20.4
  • developing environments
    • NDK version: no
    • Xcode version : no
    • VS version: no
    • browser type and version: no

Steps to Reproduce:

  1. downlaod code from https://cocos2d-x.org/filedown/cocos2d-x-v4.0
  2. unzip
  3. install dependency
  4. cd build
  5. mkdir linux-build
  6. cd linux-build
  7. cmake ../..
  8. make

see : #20471