Skip to content

Instantly share code, notes, and snippets.

@khafatech
Created January 30, 2013 22:20
Show Gist options
  • Select an option

  • Save khafatech/4677732 to your computer and use it in GitHub Desktop.

Select an option

Save khafatech/4677732 to your computer and use it in GitHub Desktop.
g++ -c -DGL_GLEXT_PROTOTYPES -Wall -g -g -D_DEBUG -I./glfw/include -I./physx/Include -o GameKartObject.o GameKartObject.cpp
In file included from ./physx/Include/foundation/PxString.h:41,
from ./physx/Include/PxPhysicsAPI.h:64,
from GamePhysics.h:14,
from GameKartObject.h:13,
from GameKartObject.cpp:4:
./physx/Include/foundation/linux/PxLinuxString.h:40: warning: ignoring #pragma warning
./physx/Include/foundation/linux/PxLinuxString.h:41: warning: ignoring #pragma warning
./physx/Include/foundation/linux/PxLinuxString.h:70: warning: ignoring #pragma warning
In file included from ./physx/Include/foundation/PxIntrinsics.h:42,
from ./physx/Include/foundation/PxMath.h:41,
from ./physx/Include/foundation/PxVec3.h:38,
from ./physx/Include/foundation/PxQuat.h:39,
from ./physx/Include/foundation/PxTransform.h:37,
from ./physx/Include/foundation/PxBounds3.h:38,
from ./physx/Include/PxPhysicsAPI.h:49,
from GamePhysics.h:14,
from GameKartObject.h:13,
from GameKartObject.cpp:4:
./physx/Include/foundation/linux/PxLinuxIntrinsics.h: In function ‘bool physx::intrinsics::isFinite(float)’:
./physx/Include/foundation/linux/PxLinuxIntrinsics.h:94: error: ‘isfinite’ was not declared in this scope
./physx/Include/foundation/linux/PxLinuxIntrinsics.h: In function ‘bool physx::intrinsics::isFinite(double)’:
./physx/Include/foundation/linux/PxLinuxIntrinsics.h:103: error: ‘isfinite’ was not declared in this scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment