Created
January 30, 2013 22:20
-
-
Save khafatech/4677732 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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