Created
March 21, 2014 02:57
-
-
Save alfonsojon/9678594 to your computer and use it in GitHub Desktop.
LWJGL build failed (PowerMac G4 - Mac OS X 10.5.8 PPC)
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
Buildfile: /Users/alfonsojon/java-game-lib-code/LWJGL/build.xml | |
-initialize: | |
[initialiazing bin folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/bin | |
[initialiazing native bin folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/bin/lwjgl | |
[initialiazing native OpenGL ES bin folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/bin/lwjgles | |
[initialiazing dist folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/dist | |
[initialiazing docs folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/doc/javadoc | |
[initialiazing temp folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp | |
[initialiazing temp/jar folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/jar | |
[initialiazing temp/doc folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/doc | |
[initialiazing temp/res folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/res | |
[initialiazing temp/native folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/native | |
[initialiazing temp/windows folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/native/windows | |
[initialiazing temp/linux folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/native/linux | |
[initialiazing temp/macosx folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/native/macosx | |
[initialiazing temp/solaris folder] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/native/solaris | |
generators: | |
[generator] Compiling 121 source files to /Users/alfonsojon/java-game-lib-code/LWJGL/bin | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:62: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry[] | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V>[] | |
[generator] final Entry<V>[] table = this.table; | |
[generator] ^ | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:85: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry[] | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V>[] | |
[generator] final Entry<V>[] newTable = new Entry[newCapacity]; | |
[generator] ^ | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:107: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V> | |
[generator] for ( Entry<V> e = table[index]; e != null; e = e.next ) | |
[generator] ^ | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:113: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry[] | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V>[] | |
[generator] final Entry<V>[] table = this.table; | |
[generator] ^ | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:122: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V> | |
[generator] for ( Entry<V> e = table[index]; e != null; e = e.next ) | |
[generator] ^ | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:130: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V> | |
[generator] Entry<V> prev = table[index]; | |
[generator] ^ | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:157: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry[] | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V>[] | |
[generator] final Entry<V>[] table = this.table; | |
[generator] ^ | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:179: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry[] | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V>[] | |
[generator] final Entry<V>[] table = FastLongMap.this.table; | |
[generator] ^ | |
[generator] /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opencl/FastLongMap.java:203: warning: [unchecked] unchecked conversion | |
[generator] found : org.lwjgl.opencl.FastLongMap.Entry[] | |
[generator] required: org.lwjgl.opencl.FastLongMap.Entry<V>[] | |
[generator] final Entry<V>[] table = FastLongMap.this.table; | |
[generator] ^ | |
[generator] 9 warnings | |
[generator] Compiling 15 source files to /Users/alfonsojon/java-game-lib-code/LWJGL/bin | |
generate-openal: | |
[apply] Note: Generated class org.lwjgl.openal.AL10 | |
[apply] Note: Generated C source org.lwjgl.openal.AL10 | |
[apply] Note: Generated class org.lwjgl.openal.AL11 | |
[apply] Note: Generated C source org.lwjgl.openal.AL11 | |
[apply] Note: Generated class org.lwjgl.openal.EFX10 | |
[apply] Note: Generated C source org.lwjgl.openal.EFX10 | |
generate-opengl: | |
[apply] EXT_cg_shader.java:34: class EXT_Cg_shader is public, should be declared in a file named EXT_Cg_shader.java | |
[apply] public interface EXT_Cg_shader { | |
[apply] ^ | |
[apply] Note: Generated class org.lwjgl.opengl.AMDBlendMinmaxFactor | |
[apply] Note: Generated class org.lwjgl.opengl.AMDDebugOutput | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDDebugOutput | |
[apply] Note: Generated class org.lwjgl.opengl.AMDDepthClampSeparate | |
[apply] Note: Generated class org.lwjgl.opengl.AMDDrawBuffersBlend | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDDrawBuffersBlend | |
[apply] Note: Generated class org.lwjgl.opengl.AMDMultiDrawIndirect | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDMultiDrawIndirect | |
[apply] Note: Generated class org.lwjgl.opengl.AMDNameGenDelete | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDNameGenDelete | |
[apply] Note: Generated class org.lwjgl.opengl.AMDPerformanceMonitor | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDPerformanceMonitor | |
[apply] Note: Generated class org.lwjgl.opengl.AMDPinnedMemory | |
[apply] Note: Generated class org.lwjgl.opengl.AMDQueryBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.AMDSamplePositions | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDSamplePositions | |
[apply] Note: Generated class org.lwjgl.opengl.AMDSeamlessCubemapPerTexture | |
[apply] Note: Generated class org.lwjgl.opengl.AMDSparseTexture | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDSparseTexture | |
[apply] Note: Generated class org.lwjgl.opengl.AMDStencilOperationExtended | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDStencilOperationExtended | |
[apply] Note: Generated class org.lwjgl.opengl.AMDVertexShaderTessellator | |
[apply] Note: Generated C source org.lwjgl.opengl.AMDVertexShaderTessellator | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEAuxDepthStencil | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEClientStorage | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEElementArray | |
[apply] Note: Generated C source org.lwjgl.opengl.APPLEElementArray | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEFence | |
[apply] Note: Generated C source org.lwjgl.opengl.APPLEFence | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEFloatPixels | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEFlushBufferRange | |
[apply] Note: Generated C source org.lwjgl.opengl.APPLEFlushBufferRange | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEObjectPurgeable | |
[apply] Note: Generated C source org.lwjgl.opengl.APPLEObjectPurgeable | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEPackedPixels | |
[apply] Note: Generated class org.lwjgl.opengl.APPLERgb422 | |
[apply] Note: Generated class org.lwjgl.opengl.APPLERowBytes | |
[apply] Note: Generated class org.lwjgl.opengl.APPLETextureRange | |
[apply] Note: Generated C source org.lwjgl.opengl.APPLETextureRange | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEVertexArrayObject | |
[apply] Note: Generated C source org.lwjgl.opengl.APPLEVertexArrayObject | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEVertexArrayRange | |
[apply] Note: Generated C source org.lwjgl.opengl.APPLEVertexArrayRange | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEVertexProgramEvaluators | |
[apply] Note: Generated C source org.lwjgl.opengl.APPLEVertexProgramEvaluators | |
[apply] Note: Generated class org.lwjgl.opengl.APPLEYcbcr422 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBES2Compatibility | |
[apply] Note: Generated class org.lwjgl.opengl.ARBES3Compatibility | |
[apply] Note: Generated class org.lwjgl.opengl.ARBBaseInstance | |
[apply] Note: Generated class org.lwjgl.opengl.ARBBlendFuncExtended | |
[apply] Note: Generated class org.lwjgl.opengl.ARBBufferObject | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBCLEvent | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBCLEvent | |
[apply] Note: Generated class org.lwjgl.opengl.ARBClearBufferObject | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBClearBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBColorBufferFloat | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBColorBufferFloat | |
[apply] Note: Generated class org.lwjgl.opengl.ARBCompressedTexturePixelStorage | |
[apply] Note: Generated class org.lwjgl.opengl.ARBComputeShader | |
[apply] Note: Generated class org.lwjgl.opengl.ARBCopyBuffer | |
[apply] Note: Generated class org.lwjgl.opengl.ARBCopyImage | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDebugOutput | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBDebugOutput | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDepthBufferFloat | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDepthClamp | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDepthTexture | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDrawBuffers | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBDrawBuffers | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDrawBuffersBlend | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBDrawBuffersBlend | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDrawElementsBaseVertex | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDrawIndirect | |
[apply] Note: Generated class org.lwjgl.opengl.ARBDrawInstanced | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBDrawInstanced | |
[apply] Note: Generated class org.lwjgl.opengl.ARBExplicitUniformLocation | |
[apply] Note: Generated class org.lwjgl.opengl.ARBFragmentProgram | |
[apply] Note: Generated class org.lwjgl.opengl.ARBFragmentShader | |
[apply] Note: Generated class org.lwjgl.opengl.ARBFramebufferNoAttachments | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBFramebufferNoAttachments | |
[apply] Note: Generated class org.lwjgl.opengl.ARBFramebufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBFramebufferSRGB | |
[apply] Note: Generated class org.lwjgl.opengl.ARBGeometryShader4 | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBGeometryShader4 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBGetProgramBinary | |
[apply] Note: Generated class org.lwjgl.opengl.ARBGpuShader5 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBGpuShaderFp64 | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBGpuShaderFp64 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBHalfFloatPixel | |
[apply] Note: Generated class org.lwjgl.opengl.ARBHalfFloatVertex | |
[apply] Note: Generated class org.lwjgl.opengl.ARBImaging | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBImaging | |
[apply] Note: Generated class org.lwjgl.opengl.ARBInstancedArrays | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBInstancedArrays | |
[apply] Note: Generated class org.lwjgl.opengl.ARBInternalformatQuery | |
[apply] Note: Generated class org.lwjgl.opengl.ARBInternalformatQuery2 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBInvalidateSubdata | |
[apply] Note: Generated class org.lwjgl.opengl.ARBMapBufferAlignment | |
[apply] Note: Generated class org.lwjgl.opengl.ARBMapBufferRange | |
[apply] Note: Generated class org.lwjgl.opengl.ARBMatrixPalette | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBMatrixPalette | |
[apply] Note: Generated class org.lwjgl.opengl.ARBMultiDrawIndirect | |
[apply] Note: Generated class org.lwjgl.opengl.ARBMultisample | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBMultisample | |
[apply] Note: Generated class org.lwjgl.opengl.ARBMultitexture | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBMultitexture | |
[apply] Note: Generated class org.lwjgl.opengl.ARBOcclusionQuery | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBOcclusionQuery | |
[apply] Note: Generated class org.lwjgl.opengl.ARBOcclusionQuery2 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBPixelBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBPointParameters | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBPointParameters | |
[apply] Note: Generated class org.lwjgl.opengl.ARBPointSprite | |
[apply] Note: Generated class org.lwjgl.opengl.ARBProgram | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBProgram | |
[apply] Note: Generated class org.lwjgl.opengl.ARBProgramInterfaceQuery | |
[apply] Note: Generated class org.lwjgl.opengl.ARBProvokingVertex | |
[apply] Note: Generated class org.lwjgl.opengl.ARBRobustness | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBRobustness | |
[apply] Note: Generated class org.lwjgl.opengl.ARBSampleShading | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBSampleShading | |
[apply] Note: Generated class org.lwjgl.opengl.ARBSamplerObjects | |
[apply] Note: Generated class org.lwjgl.opengl.ARBSeamlessCubeMap | |
[apply] Note: Generated class org.lwjgl.opengl.ARBSeparateShaderObjects | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShaderAtomicCounters | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShaderImageLoadStore | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShaderObjects | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBShaderObjects | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShaderStorageBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShaderSubroutine | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShadingLanguage100 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShadingLanguageInclude | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBShadingLanguageInclude | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShadow | |
[apply] Note: Generated class org.lwjgl.opengl.ARBShadowAmbient | |
[apply] Note: Generated class org.lwjgl.opengl.ARBStencilTexturing | |
[apply] Note: Generated class org.lwjgl.opengl.ARBSync | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTessellationShader | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureBorderClamp | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureBufferObject | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBTextureBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureBufferRange | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBTextureBufferRange | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureCompression | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBTextureCompression | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureCompressionBPTC | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureCompressionRGTC | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureCubeMap | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureCubeMapArray | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureEnvCombine | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureEnvDot3 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureFloat | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureGather | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureMirroredRepeat | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureMultisample | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureRectangle | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureRg | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureRGB10_A2UI | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureStorage | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBTextureStorage | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureStorageMultisample | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBTextureStorageMultisample | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureSwizzle | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTextureView | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTimerQuery | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTransformFeedback2 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTransformFeedback3 | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTransformFeedbackInstanced | |
[apply] Note: Generated class org.lwjgl.opengl.ARBTransposeMatrix | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBTransposeMatrix | |
[apply] Note: Generated class org.lwjgl.opengl.ARBUniformBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexArrayBgra | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexArrayObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexAttrib64bit | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBVertexAttrib64bit | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexAttribBinding | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexBlend | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBVertexBlend | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexProgram | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexShader | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBVertexShader | |
[apply] Note: Generated class org.lwjgl.opengl.ARBVertexType2_10_10_10_REV | |
[apply] Note: Generated class org.lwjgl.opengl.ARBViewportArray | |
[apply] Note: Generated class org.lwjgl.opengl.ARBWindowPos | |
[apply] Note: Generated C source org.lwjgl.opengl.ARBWindowPos | |
[apply] Note: Generated class org.lwjgl.opengl.ATIDrawBuffers | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIDrawBuffers | |
[apply] Note: Generated class org.lwjgl.opengl.ATIElementArray | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIElementArray | |
[apply] Note: Generated class org.lwjgl.opengl.ATIEnvmapBumpmap | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIEnvmapBumpmap | |
[apply] Note: Generated class org.lwjgl.opengl.ATIFragmentShader | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIFragmentShader | |
[apply] Note: Generated class org.lwjgl.opengl.ATIMapObjectBuffer | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIMapObjectBuffer | |
[apply] Note: Generated class org.lwjgl.opengl.ATIMeminfo | |
[apply] Note: Generated class org.lwjgl.opengl.ATIPnTriangles | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIPnTriangles | |
[apply] Note: Generated class org.lwjgl.opengl.ATISeparateStencil | |
[apply] Note: Generated C source org.lwjgl.opengl.ATISeparateStencil | |
[apply] Note: Generated class org.lwjgl.opengl.ATITextFragmentShader | |
[apply] Note: Generated class org.lwjgl.opengl.ATITextureCompression3DC | |
[apply] Note: Generated class org.lwjgl.opengl.ATITextureEnvCombine3 | |
[apply] Note: Generated class org.lwjgl.opengl.ATITextureFloat | |
[apply] Note: Generated class org.lwjgl.opengl.ATITextureMirrorOnce | |
[apply] Note: Generated class org.lwjgl.opengl.ATIVertexArrayObject | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIVertexArrayObject | |
[apply] Note: Generated class org.lwjgl.opengl.ATIVertexAttribArrayObject | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIVertexAttribArrayObject | |
[apply] Note: Generated class org.lwjgl.opengl.ATIVertexStreams | |
[apply] Note: Generated C source org.lwjgl.opengl.ATIVertexStreams | |
[apply] Note: Generated class org.lwjgl.opengl.EXTAbgr | |
[apply] Note: Generated class org.lwjgl.opengl.EXTBgra | |
[apply] Note: Generated class org.lwjgl.opengl.EXTBindableUniform | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTBindableUniform | |
[apply] Note: Generated class org.lwjgl.opengl.EXTBlendColor | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTBlendColor | |
[apply] Note: Generated class org.lwjgl.opengl.EXTBlendEquationSeparate | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTBlendEquationSeparate | |
[apply] Note: Generated class org.lwjgl.opengl.EXTBlendFuncSeparate | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTBlendFuncSeparate | |
[apply] Note: Generated class org.lwjgl.opengl.EXTBlendMinmax | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTBlendMinmax | |
[apply] Note: Generated class org.lwjgl.opengl.EXTBlendSubtract | |
[apply] Note: Generated class org.lwjgl.opengl.EXTCgShader | |
[apply] Note: Generated class org.lwjgl.opengl.EXTCompiledVertexArray | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTCompiledVertexArray | |
[apply] Note: Generated class org.lwjgl.opengl.EXTDepthBoundsTest | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTDepthBoundsTest | |
[apply] Note: Generated class org.lwjgl.opengl.EXTDirectStateAccess | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTDirectStateAccess | |
[apply] Note: Generated class org.lwjgl.opengl.EXTDrawBuffers2 | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTDrawBuffers2 | |
[apply] Note: Generated class org.lwjgl.opengl.EXTDrawInstanced | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTDrawInstanced | |
[apply] Note: Generated class org.lwjgl.opengl.EXTDrawRangeElements | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTDrawRangeElements | |
[apply] Note: Generated class org.lwjgl.opengl.EXTFogCoord | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTFogCoord | |
[apply] Note: Generated class org.lwjgl.opengl.EXTFramebufferBlit | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTFramebufferBlit | |
[apply] Note: Generated class org.lwjgl.opengl.EXTFramebufferMultisample | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTFramebufferMultisample | |
[apply] Note: Generated class org.lwjgl.opengl.EXTFramebufferMultisampleBlitScaled | |
[apply] Note: Generated class org.lwjgl.opengl.EXTFramebufferObject | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTFramebufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.EXTFramebufferSRGB | |
[apply] Note: Generated class org.lwjgl.opengl.EXTGeometryShader4 | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTGeometryShader4 | |
[apply] Note: Generated class org.lwjgl.opengl.EXTGpuProgramParameters | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTGpuProgramParameters | |
[apply] Note: Generated class org.lwjgl.opengl.EXTGpuShader4 | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTGpuShader4 | |
[apply] Note: Generated class org.lwjgl.opengl.EXTMultiDrawArrays | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTMultiDrawArrays | |
[apply] Note: Generated class org.lwjgl.opengl.EXTPackedDepthStencil | |
[apply] Note: Generated class org.lwjgl.opengl.EXTPackedFloat | |
[apply] Note: Generated class org.lwjgl.opengl.EXTPackedPixels | |
[apply] Note: Generated class org.lwjgl.opengl.EXTPalettedTexture | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTPalettedTexture | |
[apply] Note: Generated class org.lwjgl.opengl.EXTPixelBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.EXTPointParameters | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTPointParameters | |
[apply] Note: Generated class org.lwjgl.opengl.EXTProvokingVertex | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTProvokingVertex | |
[apply] Note: Generated class org.lwjgl.opengl.EXTRescaleNormal | |
[apply] Note: Generated class org.lwjgl.opengl.EXTSecondaryColor | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTSecondaryColor | |
[apply] Note: Generated class org.lwjgl.opengl.EXTSeparateShaderObjects | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTSeparateShaderObjects | |
[apply] Note: Generated class org.lwjgl.opengl.EXTSeparateSpecularColor | |
[apply] Note: Generated class org.lwjgl.opengl.EXTShaderImageLoadStore | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTShaderImageLoadStore | |
[apply] Note: Generated class org.lwjgl.opengl.EXTSharedTexturePalette | |
[apply] Note: Generated class org.lwjgl.opengl.EXTStencilClearTag | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTStencilClearTag | |
[apply] Note: Generated class org.lwjgl.opengl.EXTStencilTwoSide | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTStencilTwoSide | |
[apply] Note: Generated class org.lwjgl.opengl.EXTStencilWrap | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureArray | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureBufferObject | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTTextureBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureCompressionLATC | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureCompressionRGTC | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureCompressionS3TC | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureEnvCombine | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureEnvDot3 | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureFilterAnisotropic | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureInteger | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTTextureInteger | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureLODBias | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureMirrorClamp | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureRectangle | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureSRGB | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureSRGBDecode | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureSharedExponent | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureSnorm | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTextureSwizzle | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTimerQuery | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTTimerQuery | |
[apply] Note: Generated class org.lwjgl.opengl.EXTTransformFeedback | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTTransformFeedback | |
[apply] Note: Generated class org.lwjgl.opengl.EXTVertexArrayBgra | |
[apply] Note: Generated class org.lwjgl.opengl.EXTVertexAttrib64bit | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTVertexAttrib64bit | |
[apply] Note: Generated class org.lwjgl.opengl.EXTVertexShader | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTVertexShader | |
[apply] Note: Generated class org.lwjgl.opengl.EXTVertexWeighting | |
[apply] Note: Generated C source org.lwjgl.opengl.EXTVertexWeighting | |
[apply] Note: Generated class org.lwjgl.opengl.GL11 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL11 | |
[apply] Note: Generated class org.lwjgl.opengl.GL12 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL12 | |
[apply] Note: Generated class org.lwjgl.opengl.GL13 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL13 | |
[apply] Note: Generated class org.lwjgl.opengl.GL14 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL14 | |
[apply] Note: Generated class org.lwjgl.opengl.GL15 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL15 | |
[apply] Note: Generated class org.lwjgl.opengl.GL20 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL20 | |
[apply] Note: Generated class org.lwjgl.opengl.GL21 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL21 | |
[apply] Note: Generated class org.lwjgl.opengl.GL30 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL30 | |
[apply] Note: Generated class org.lwjgl.opengl.GL31 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL31 | |
[apply] Note: Generated class org.lwjgl.opengl.GL32 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL32 | |
[apply] Note: Generated class org.lwjgl.opengl.GL33 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL33 | |
[apply] Note: Generated class org.lwjgl.opengl.GL40 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL40 | |
[apply] Note: Generated class org.lwjgl.opengl.GL41 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL41 | |
[apply] Note: Generated class org.lwjgl.opengl.GL42 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL42 | |
[apply] Note: Generated class org.lwjgl.opengl.GL43 | |
[apply] Note: Generated C source org.lwjgl.opengl.GL43 | |
[apply] Note: Generated class org.lwjgl.opengl.GREMEDYFrameTerminator | |
[apply] Note: Generated C source org.lwjgl.opengl.GREMEDYFrameTerminator | |
[apply] Note: Generated class org.lwjgl.opengl.GREMEDYStringMarker | |
[apply] Note: Generated C source org.lwjgl.opengl.GREMEDYStringMarker | |
[apply] Note: Generated class org.lwjgl.opengl.HPOcclusionTest | |
[apply] Note: Generated class org.lwjgl.opengl.IBMRasterposClip | |
[apply] Note: Generated class org.lwjgl.opengl.INTELMapTexture | |
[apply] Note: Generated C source org.lwjgl.opengl.INTELMapTexture | |
[apply] Note: Generated class org.lwjgl.opengl.KHRDebug | |
[apply] Note: Generated class org.lwjgl.opengl.KHRTextureCompressionAstcLdr | |
[apply] Note: Generated class org.lwjgl.opengl.NVXGpuMemoryInfo | |
[apply] Note: Generated class org.lwjgl.opengl.NVBindlessTexture | |
[apply] Note: Generated C source org.lwjgl.opengl.NVBindlessTexture | |
[apply] Note: Generated class org.lwjgl.opengl.NVComputeProgram5 | |
[apply] Note: Generated class org.lwjgl.opengl.NVConditionalRender | |
[apply] Note: Generated C source org.lwjgl.opengl.NVConditionalRender | |
[apply] Note: Generated class org.lwjgl.opengl.NVCopyDepthToColor | |
[apply] Note: Generated class org.lwjgl.opengl.NVCopyImage | |
[apply] Note: Generated C source org.lwjgl.opengl.NVCopyImage | |
[apply] Note: Generated class org.lwjgl.opengl.NVDeepTexture3D | |
[apply] Note: Generated class org.lwjgl.opengl.NVDepthBufferFloat | |
[apply] Note: Generated C source org.lwjgl.opengl.NVDepthBufferFloat | |
[apply] Note: Generated class org.lwjgl.opengl.NVDepthClamp | |
[apply] Note: Generated class org.lwjgl.opengl.NVDrawTexture | |
[apply] Note: Generated C source org.lwjgl.opengl.NVDrawTexture | |
[apply] Note: Generated class org.lwjgl.opengl.NVEvaluators | |
[apply] Note: Generated C source org.lwjgl.opengl.NVEvaluators | |
[apply] Note: Generated class org.lwjgl.opengl.NVExplicitMultisample | |
[apply] Note: Generated C source org.lwjgl.opengl.NVExplicitMultisample | |
[apply] Note: Generated class org.lwjgl.opengl.NVFence | |
[apply] Note: Generated C source org.lwjgl.opengl.NVFence | |
[apply] Note: Generated class org.lwjgl.opengl.NVFloatBuffer | |
[apply] Note: Generated class org.lwjgl.opengl.NVFogDistance | |
[apply] Note: Generated class org.lwjgl.opengl.NVFragmentProgram | |
[apply] Note: Generated C source org.lwjgl.opengl.NVFragmentProgram | |
[apply] Note: Generated class org.lwjgl.opengl.NVFragmentProgram2 | |
[apply] Note: Generated class org.lwjgl.opengl.NVFramebufferMultisampleCoverage | |
[apply] Note: Generated C source org.lwjgl.opengl.NVFramebufferMultisampleCoverage | |
[apply] Note: Generated class org.lwjgl.opengl.NVGeometryProgram4 | |
[apply] Note: Generated C source org.lwjgl.opengl.NVGeometryProgram4 | |
[apply] Note: Generated class org.lwjgl.opengl.NVGpuProgram4 | |
[apply] Note: Generated C source org.lwjgl.opengl.NVGpuProgram4 | |
[apply] Note: Generated class org.lwjgl.opengl.NVGpuProgram5 | |
[apply] Note: Generated class org.lwjgl.opengl.NVGpuShader5 | |
[apply] Note: Generated C source org.lwjgl.opengl.NVGpuShader5 | |
[apply] Note: Generated class org.lwjgl.opengl.NVHalfFloat | |
[apply] Note: Generated C source org.lwjgl.opengl.NVHalfFloat | |
[apply] Note: Generated class org.lwjgl.opengl.NVLightMaxExponent | |
[apply] Note: Generated class org.lwjgl.opengl.NVMultisampleCoverage | |
[apply] Note: Generated class org.lwjgl.opengl.NVMultisampleFilterHint | |
[apply] Note: Generated class org.lwjgl.opengl.NVOcclusionQuery | |
[apply] Note: Generated C source org.lwjgl.opengl.NVOcclusionQuery | |
[apply] Note: Generated class org.lwjgl.opengl.NVPackedDepthStencil | |
[apply] Note: Generated class org.lwjgl.opengl.NVParameterBufferObject | |
[apply] Note: Generated C source org.lwjgl.opengl.NVParameterBufferObject | |
[apply] Note: Generated class org.lwjgl.opengl.NVPathRendering | |
[apply] Note: Generated C source org.lwjgl.opengl.NVPathRendering | |
[apply] Note: Generated class org.lwjgl.opengl.NVPixelDataRange | |
[apply] Note: Generated C source org.lwjgl.opengl.NVPixelDataRange | |
[apply] Note: Generated class org.lwjgl.opengl.NVPointSprite | |
[apply] Note: Generated C source org.lwjgl.opengl.NVPointSprite | |
[apply] Note: Generated class org.lwjgl.opengl.NVPresentVideo | |
[apply] Note: Generated C source org.lwjgl.opengl.NVPresentVideo | |
[apply] Note: Generated class org.lwjgl.opengl.NVPrimitiveRestart | |
[apply] Note: Generated C source org.lwjgl.opengl.NVPrimitiveRestart | |
[apply] Note: Generated class org.lwjgl.opengl.NVProgram | |
[apply] Note: Generated C source org.lwjgl.opengl.NVProgram | |
[apply] Note: Generated class org.lwjgl.opengl.NVRegisterCombiners | |
[apply] Note: Generated C source org.lwjgl.opengl.NVRegisterCombiners | |
[apply] Note: Generated class org.lwjgl.opengl.NVRegisterCombiners2 | |
[apply] Note: Generated C source org.lwjgl.opengl.NVRegisterCombiners2 | |
[apply] Note: Generated class org.lwjgl.opengl.NVShaderBufferLoad | |
[apply] Note: Generated C source org.lwjgl.opengl.NVShaderBufferLoad | |
[apply] Note: Generated class org.lwjgl.opengl.NVShaderBufferStore | |
[apply] Note: Generated class org.lwjgl.opengl.NVTessellationProgram5 | |
[apply] Note: Generated class org.lwjgl.opengl.NVTexgenReflection | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureBarrier | |
[apply] Note: Generated C source org.lwjgl.opengl.NVTextureBarrier | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureCompressionVTC | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureEnvCombine4 | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureExpandNormal | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureMultisample | |
[apply] Note: Generated C source org.lwjgl.opengl.NVTextureMultisample | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureRectangle | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureShader | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureShader2 | |
[apply] Note: Generated class org.lwjgl.opengl.NVTextureShader3 | |
[apply] Note: Generated class org.lwjgl.opengl.NVTransformFeedback | |
[apply] Note: Generated C source org.lwjgl.opengl.NVTransformFeedback | |
[apply] Note: Generated class org.lwjgl.opengl.NVTransformFeedback2 | |
[apply] Note: Generated C source org.lwjgl.opengl.NVTransformFeedback2 | |
[apply] Note: Generated class org.lwjgl.opengl.NVVertexArrayRange | |
[apply] Note: Generated C source org.lwjgl.opengl.NVVertexArrayRange | |
[apply] Note: Generated class org.lwjgl.opengl.NVVertexArrayRange2 | |
[apply] Note: Generated class org.lwjgl.opengl.NVVertexAttribInteger64bit | |
[apply] Note: Generated C source org.lwjgl.opengl.NVVertexAttribInteger64bit | |
[apply] Note: Generated class org.lwjgl.opengl.NVVertexBufferUnifiedMemory | |
[apply] Note: Generated C source org.lwjgl.opengl.NVVertexBufferUnifiedMemory | |
[apply] Note: Generated class org.lwjgl.opengl.NVVertexProgram | |
[apply] Note: Generated C source org.lwjgl.opengl.NVVertexProgram | |
[apply] Note: Generated class org.lwjgl.opengl.NVVertexProgram2Option | |
[apply] Note: Generated class org.lwjgl.opengl.NVVertexProgram3 | |
[apply] Note: Generated class org.lwjgl.opengl.NVVideoCapture | |
[apply] Note: Generated C source org.lwjgl.opengl.NVVideoCapture | |
[apply] Note: Generated class org.lwjgl.opengl.SGISGenerateMipmap | |
[apply] Note: Generated class org.lwjgl.opengl.SGISTextureLOD | |
[apply] Note: Generated class org.lwjgl.opengl.SUNSliceAccum | |
generate-opengl-capabilities: | |
[apply] EXT_cg_shader.java:34: class EXT_Cg_shader is public, should be declared in a file named EXT_Cg_shader.java | |
[apply] public interface EXT_Cg_shader { | |
[apply] ^ | |
generate-opengl-references: | |
[apply] EXT_cg_shader.java:34: class EXT_Cg_shader is public, should be declared in a file named EXT_Cg_shader.java | |
[apply] public interface EXT_Cg_shader { | |
[apply] ^ | |
generate-opengles: | |
[apply] Note: Generated class org.lwjgl.opengles.AMDCompressed3DCTexture | |
[apply] Note: Generated class org.lwjgl.opengles.AMDCompressedATCTexture | |
[apply] Note: Generated class org.lwjgl.opengles.AMDPerformanceMonitor | |
[apply] Note: Generated C source org.lwjgl.opengles.AMDPerformanceMonitor | |
[apply] Note: Generated class org.lwjgl.opengles.AMDProgramBinaryZ400 | |
[apply] Note: Generated class org.lwjgl.opengles.ANGLEFramebufferBlit | |
[apply] Note: Generated C source org.lwjgl.opengles.ANGLEFramebufferBlit | |
[apply] Note: Generated class org.lwjgl.opengles.ANGLEFramebufferMultisample | |
[apply] Note: Generated C source org.lwjgl.opengles.ANGLEFramebufferMultisample | |
[apply] Note: Generated class org.lwjgl.opengles.APPLEFramebufferMultisample | |
[apply] Note: Generated C source org.lwjgl.opengles.APPLEFramebufferMultisample | |
[apply] Note: Generated class org.lwjgl.opengles.APPLERgb422 | |
[apply] Note: Generated class org.lwjgl.opengles.APPLESync | |
[apply] Note: Generated C source org.lwjgl.opengles.APPLESync | |
[apply] Note: Generated class org.lwjgl.opengles.APPLETextureFormatBGRA8888 | |
[apply] Note: Generated class org.lwjgl.opengles.APPLETextureMaxLevel | |
[apply] Note: Generated class org.lwjgl.opengles.ARBDrawBuffers | |
[apply] Note: Generated C source org.lwjgl.opengles.ARBDrawBuffers | |
[apply] Note: Generated class org.lwjgl.opengles.ARBHalfFloatPixel | |
[apply] Note: Generated class org.lwjgl.opengles.ARBTextureRectangle | |
[apply] Note: Generated class org.lwjgl.opengles.ARMMaliShaderBinary | |
[apply] Note: Generated class org.lwjgl.opengles.ARMRgba8 | |
[apply] Note: Generated class org.lwjgl.opengles.DMPShaderBinary | |
[apply] Note: Generated class org.lwjgl.opengles.EXTCgShader | |
[apply] Note: Generated class org.lwjgl.opengles.EXTBgra | |
[apply] Note: Generated class org.lwjgl.opengles.EXTBlendMinmax | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTBlendMinmax | |
[apply] Note: Generated class org.lwjgl.opengles.EXTColorBufferHalfFloat | |
[apply] Note: Generated class org.lwjgl.opengles.EXTCopyTextureLevels | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTCopyTextureLevels | |
[apply] Note: Generated class org.lwjgl.opengles.EXTDebugLabel | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTDebugLabel | |
[apply] Note: Generated class org.lwjgl.opengles.EXTDebugMarker | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTDebugMarker | |
[apply] Note: Generated class org.lwjgl.opengles.EXTDiscardFramebuffer | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTDiscardFramebuffer | |
[apply] Note: Generated class org.lwjgl.opengles.EXTMapBufferRange | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTMapBufferRange | |
[apply] Note: Generated class org.lwjgl.opengles.EXTMultiDrawArrays | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTMultiDrawArrays | |
[apply] Note: Generated class org.lwjgl.opengles.EXTMultisampledRenderToTexture | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTMultisampledRenderToTexture | |
[apply] Note: Generated class org.lwjgl.opengles.EXTMultiviewDrawBuffers | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTMultiviewDrawBuffers | |
[apply] Note: Generated class org.lwjgl.opengles.EXTOcclusionQueryBoolean | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTOcclusionQueryBoolean | |
[apply] Note: Generated class org.lwjgl.opengles.EXTPackedFloat | |
[apply] Note: Generated class org.lwjgl.opengles.EXTReadFormatBgra | |
[apply] Note: Generated class org.lwjgl.opengles.EXTRobustness | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTRobustness | |
[apply] Note: Generated class org.lwjgl.opengles.EXTSRGB | |
[apply] Note: Generated class org.lwjgl.opengles.EXTSeparateShaderObjects | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTSeparateShaderObjects | |
[apply] Note: Generated class org.lwjgl.opengles.EXTShaderFramebufferFetch | |
[apply] Note: Generated class org.lwjgl.opengles.EXTShadowSamplers | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureArray | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTTextureArray | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureCompressionDXT1 | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureCompressionLATC | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureCompressionS3TC | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureFilterAnisotropic | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureFormatBGRA8888 | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureLODBias | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureRg | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureStorage | |
[apply] Note: Generated C source org.lwjgl.opengles.EXTTextureStorage | |
[apply] Note: Generated class org.lwjgl.opengles.EXTTextureType2101010REV | |
[apply] Note: Generated class org.lwjgl.opengles.EXTUnpackSubimage | |
[apply] Note: Generated class org.lwjgl.opengles.GLES20 | |
[apply] Note: Generated C source org.lwjgl.opengles.GLES20 | |
[apply] Note: Generated class org.lwjgl.opengles.GLES30 | |
[apply] Note: Generated C source org.lwjgl.opengles.GLES30 | |
[apply] Note: Generated class org.lwjgl.opengles.IMGMultisampledRenderToTexture | |
[apply] Note: Generated C source org.lwjgl.opengles.IMGMultisampledRenderToTexture | |
[apply] Note: Generated class org.lwjgl.opengles.IMGProgramBinary | |
[apply] Note: Generated class org.lwjgl.opengles.IMGReadFormat | |
[apply] Note: Generated class org.lwjgl.opengles.IMGShaderBinary | |
[apply] Note: Generated class org.lwjgl.opengles.IMGTextureCompressionPvrtc | |
[apply] Note: Generated class org.lwjgl.opengles.KHRDebug | |
[apply] Note: Generated C source org.lwjgl.opengles.KHRDebug | |
[apply] Note: Generated class org.lwjgl.opengles.KHRTextureCompressionAstcLdr | |
[apply] Note: Generated class org.lwjgl.opengles.NVEGLStreamConsumerExternal | |
[apply] Note: Generated class org.lwjgl.opengles.NVCoverageSample | |
[apply] Note: Generated C source org.lwjgl.opengles.NVCoverageSample | |
[apply] Note: Generated class org.lwjgl.opengles.NVDepthNonlinear | |
[apply] Note: Generated class org.lwjgl.opengles.NVDrawBuffers | |
[apply] Note: Generated C source org.lwjgl.opengles.NVDrawBuffers | |
[apply] Note: Generated class org.lwjgl.opengles.NVDrawPath | |
[apply] Note: Generated C source org.lwjgl.opengles.NVDrawPath | |
[apply] Note: Generated class org.lwjgl.opengles.NVDrawTexture | |
[apply] Note: Generated C source org.lwjgl.opengles.NVDrawTexture | |
[apply] Note: Generated class org.lwjgl.opengles.NVFboColorAttachments | |
[apply] Note: Generated class org.lwjgl.opengles.NVFence | |
[apply] Note: Generated C source org.lwjgl.opengles.NVFence | |
[apply] Note: Generated class org.lwjgl.opengles.NVFramebufferVertexAttribArray | |
[apply] Note: Generated C source org.lwjgl.opengles.NVFramebufferVertexAttribArray | |
[apply] Note: Generated class org.lwjgl.opengles.NVGetTexImage | |
[apply] Note: Generated C source org.lwjgl.opengles.NVGetTexImage | |
[apply] Note: Generated class org.lwjgl.opengles.NVPlatformBinary | |
[apply] Note: Generated class org.lwjgl.opengles.NVReadBuffer | |
[apply] Note: Generated C source org.lwjgl.opengles.NVReadBuffer | |
[apply] Note: Generated class org.lwjgl.opengles.NVSystemTime | |
[apply] Note: Generated C source org.lwjgl.opengles.NVSystemTime | |
[apply] Note: Generated class org.lwjgl.opengles.OESEGLImage | |
[apply] Note: Generated C source org.lwjgl.opengles.OESEGLImage | |
[apply] Note: Generated class org.lwjgl.opengles.OESEGLImageExternal | |
[apply] Note: Generated C source org.lwjgl.opengles.OESEGLImageExternal | |
[apply] Note: Generated class org.lwjgl.opengles.OESBlendEquationSeparate | |
[apply] Note: Generated C source org.lwjgl.opengles.OESBlendEquationSeparate | |
[apply] Note: Generated class org.lwjgl.opengles.OESBlendFuncSeparate | |
[apply] Note: Generated C source org.lwjgl.opengles.OESBlendFuncSeparate | |
[apply] Note: Generated class org.lwjgl.opengles.OESBlendSubtract | |
[apply] Note: Generated C source org.lwjgl.opengles.OESBlendSubtract | |
[apply] Note: Generated class org.lwjgl.opengles.OESCompressedETC1RGB8Texture | |
[apply] Note: Generated class org.lwjgl.opengles.OESCompressedPalettedTexture | |
[apply] Note: Generated class org.lwjgl.opengles.OESDepth24 | |
[apply] Note: Generated class org.lwjgl.opengles.OESDepth32 | |
[apply] Note: Generated class org.lwjgl.opengles.OESDepthTexture | |
[apply] Note: Generated class org.lwjgl.opengles.OESElementIndexUint | |
[apply] Note: Generated class org.lwjgl.opengles.OESFramebufferObject | |
[apply] Note: Generated C source org.lwjgl.opengles.OESFramebufferObject | |
[apply] Note: Generated class org.lwjgl.opengles.OESGetProgramBinary | |
[apply] Note: Generated C source org.lwjgl.opengles.OESGetProgramBinary | |
[apply] Note: Generated class org.lwjgl.opengles.OESMapbuffer | |
[apply] Note: Generated C source org.lwjgl.opengles.OESMapbuffer | |
[apply] Note: Generated class org.lwjgl.opengles.OESPackedDepthStencil | |
[apply] Note: Generated class org.lwjgl.opengles.OESRGB8RGBA8 | |
[apply] Note: Generated class org.lwjgl.opengles.OESStandardDerivatives | |
[apply] Note: Generated class org.lwjgl.opengles.OESStencil1 | |
[apply] Note: Generated class org.lwjgl.opengles.OESStencil4 | |
[apply] Note: Generated class org.lwjgl.opengles.OESStencil8 | |
[apply] Note: Generated class org.lwjgl.opengles.OESSurfacelessContext | |
[apply] Note: Generated class org.lwjgl.opengles.OESTexture3D | |
[apply] Note: Generated C source org.lwjgl.opengles.OESTexture3D | |
[apply] Note: Generated class org.lwjgl.opengles.OESTextureHalfFloat | |
[apply] Note: Generated class org.lwjgl.opengles.OESVertexArrayObject | |
[apply] Note: Generated C source org.lwjgl.opengles.OESVertexArrayObject | |
[apply] Note: Generated class org.lwjgl.opengles.OESVertexHalfFloat | |
[apply] Note: Generated class org.lwjgl.opengles.OESVertexType1010102 | |
[apply] Note: Generated class org.lwjgl.opengles.QCOMBinningControl | |
[apply] Note: Generated class org.lwjgl.opengles.QCOMDriverControl | |
[apply] Note: Generated C source org.lwjgl.opengles.QCOMDriverControl | |
[apply] Note: Generated class org.lwjgl.opengles.QCOMExtendedGet | |
[apply] Note: Generated C source org.lwjgl.opengles.QCOMExtendedGet | |
[apply] Note: Generated class org.lwjgl.opengles.QCOMExtendedGet2 | |
[apply] Note: Generated C source org.lwjgl.opengles.QCOMExtendedGet2 | |
[apply] Note: Generated class org.lwjgl.opengles.QCOMPerformanceMonitorGlobalMode | |
[apply] Note: Generated class org.lwjgl.opengles.QCOMTiledRendering | |
[apply] Note: Generated C source org.lwjgl.opengles.QCOMTiledRendering | |
[apply] Note: Generated class org.lwjgl.opengles.QCOMWriteonlyRendering | |
[apply] Note: Generated class org.lwjgl.opengles.VIVShaderBinary | |
generate-opengles-capabilities: | |
generate-opencl: | |
[apply] Note: Generated class org.lwjgl.opencl.AMDDeviceAttributeQuery | |
[apply] Note: Generated class org.lwjgl.opencl.AMDDeviceMemoryFlags | |
[apply] Note: Generated class org.lwjgl.opencl.AMDOfflineDevices | |
[apply] Note: Generated class org.lwjgl.opencl.APPLEContextLoggingFunctions | |
[apply] Note: Generated C source org.lwjgl.opencl.APPLEContextLoggingFunctions | |
[apply] Note: Generated class org.lwjgl.opencl.APPLESetMemObjectDestructor | |
[apply] Note: Generated C source org.lwjgl.opencl.APPLESetMemObjectDestructor | |
[apply] Note: Generated class org.lwjgl.opencl.APPLEGLSharing | |
[apply] Note: Generated C source org.lwjgl.opencl.APPLEGLSharing | |
[apply] Note: Generated class org.lwjgl.opencl.CL10 | |
[apply] Note: Generated C source org.lwjgl.opencl.CL10 | |
[apply] Note: Generated class org.lwjgl.opencl.CL10GL | |
[apply] Note: Generated C source org.lwjgl.opencl.CL10GL | |
[apply] Note: Generated class org.lwjgl.opencl.CL11 | |
[apply] Note: Generated C source org.lwjgl.opencl.CL11 | |
[apply] Note: Generated class org.lwjgl.opencl.CL12 | |
[apply] Note: Generated C source org.lwjgl.opencl.CL12 | |
[apply] Note: Generated class org.lwjgl.opencl.CL12GL | |
[apply] Note: Generated C source org.lwjgl.opencl.CL12GL | |
[apply] Note: Generated class org.lwjgl.opencl.EXTAtomicCounters32 | |
[apply] Note: Generated class org.lwjgl.opencl.EXTAtomicCounters64 | |
[apply] Note: Generated class org.lwjgl.opencl.EXTDeviceFission | |
[apply] Note: Generated C source org.lwjgl.opencl.EXTDeviceFission | |
[apply] Note: Generated class org.lwjgl.opencl.EXTMigrateMemobject | |
[apply] Note: Generated C source org.lwjgl.opencl.EXTMigrateMemobject | |
[apply] Note: Generated class org.lwjgl.opencl.INTELImmediateExecution | |
[apply] Note: Generated class org.lwjgl.opencl.INTELThreadLocalExec | |
[apply] Note: Generated class org.lwjgl.opencl.KHRDepthImages | |
[apply] Note: Generated class org.lwjgl.opencl.KHRFp16 | |
[apply] Note: Generated class org.lwjgl.opencl.KHRFp64 | |
[apply] Note: Generated class org.lwjgl.opencl.KHRGLDepthImages | |
[apply] Note: Generated class org.lwjgl.opencl.KHRGLEvent | |
[apply] Note: Generated C source org.lwjgl.opencl.KHRGLEvent | |
[apply] Note: Generated class org.lwjgl.opencl.KHRGLMsaaSharing | |
[apply] Note: Generated class org.lwjgl.opencl.KHRGLSharing | |
[apply] Note: Generated C source org.lwjgl.opencl.KHRGLSharing | |
[apply] Note: Generated class org.lwjgl.opencl.KHRICD | |
[apply] Note: Generated C source org.lwjgl.opencl.KHRICD | |
[apply] Note: Generated class org.lwjgl.opencl.KHRImage2DFromBuffer | |
[apply] Note: Generated class org.lwjgl.opencl.KHRInitializeMemory | |
[apply] Note: Generated class org.lwjgl.opencl.KHRTerminateContext | |
[apply] Note: Generated C source org.lwjgl.opencl.KHRTerminateContext | |
[apply] Note: Generated class org.lwjgl.opencl.NVDeviceAttributeQuery | |
generate-opencl-capabilities: | |
generate-all: | |
compile: | |
[core] Compiling 667 source files to /Users/alfonsojon/java-game-lib-code/LWJGL/bin | |
[core] Note: /Users/alfonsojon/java-game-lib-code/LWJGL/src/java/org/lwjgl/opengl/MacOSXDisplay.java uses or overrides a deprecated API. | |
[core] Note: Recompile with -Xlint:deprecation for details. | |
[core] Note: Some input files use unchecked or unsafe operations. | |
[core] Note: Recompile with -Xlint:unchecked for details. | |
[test] Compiling 90 source files to /Users/alfonsojon/java-game-lib-code/LWJGL/bin | |
[examples] Compiling 11 source files to /Users/alfonsojon/java-game-lib-code/LWJGL/bin | |
-createjars: | |
[lwjgl.jar] Building jar: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/jar/lwjgl.jar | |
[lwjgl_util_applet.jar] Building jar: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/jar/lwjgl_util_applet.jar | |
[lwjgl_test.jar] Building jar: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/jar/lwjgl_test.jar | |
[lwjgl_util.jar] Building jar: /Users/alfonsojon/java-game-lib-code/LWJGL/temp/jar/lwjgl_util.jar | |
jars: | |
-jars_NoDEP: | |
[move] Moving 4 files to /Users/alfonsojon/java-game-lib-code/LWJGL/libs | |
headers: | |
touch-version: | |
[touch] Creating /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/linux/org_lwjgl_opengl_Display.c | |
version-mismatch: | |
[echo] | |
[echo] lwjgl.java.windows.version = private static final int JNI_VERSION = 24; | |
[echo] | |
[echo] lwjgl.native.windows.version = #define org_lwjgl_WindowsSysImplementation_JNI_VERSION 24L | |
[echo] | |
[echo] lwjgl.java.linux.version = private static final int JNI_VERSION = 19; | |
[echo] | |
[echo] lwjgl.native.linux.version = #define org_lwjgl_LinuxSysImplementation_JNI_VERSION 19L | |
[echo] | |
[echo] lwjgl.java.macosx.version = private static final int JNI_VERSION = 23; | |
[echo] | |
[echo] lwjgl.native.macosx.version = #define org_lwjgl_MacOSXSysImplementation_JNI_VERSION 23L | |
[echo] | |
[echo] | |
compile_native: | |
-compile_native_win32: | |
-compile_native_linux: | |
-compile_native_solaris: | |
-compile_native_macosx: | |
init: | |
[mkdir] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/bin/lwjgl/ppc | |
[mkdir] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/bin/lwjgl/i386 | |
[mkdir] Created dir: /Users/alfonsojon/java-game-lib-code/LWJGL/bin/lwjgl/x86_64 | |
nativelibrary: | |
compile: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:40:42: error: CoreFoundation/CoreFoundation.h: No such file or directory | |
[apply] In file included from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:41: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:45:25: error: Cocoa/Cocoa.h: No such file or directory | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:46:23: error: OpenGL/gl.h: No such file or directory | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:47:26: error: OpenGL/glext.h: No such file or directory | |
[apply] In file included from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:43, | |
[apply] from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:48, | |
[apply] from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:41: | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:21:19: error: stdio.h: No such file or directory | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:22:20: error: stdarg.h: No such file or directory | |
[apply] In file included from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:43, | |
[apply] from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:48, | |
[apply] from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:41: | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:267: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:282: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:289: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:296: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:303: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:310: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:317: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:324: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:331: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:338: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:345: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:353: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:362: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:371: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:380: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:389: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:398: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:407: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:416: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:425: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:434: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:486: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:493: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:500: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:507: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:514: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:521: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:528: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:535: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:542: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h:549: error: expected declaration specifiers or ‘...’ before ‘va_list’ | |
[apply] In file included from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:48, | |
[apply] from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:41: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:44:20: error: string.h: No such file or directory | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:45:20: error: stdlib.h: No such file or directory | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:64 | |
[apply] :22: error: inttypes.h: No such file or directory | |
[apply] In file included from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:48, | |
[apply] from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:41: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h: In function ‘safeGetBufferAddress’: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:68: error: ‘NULL’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:68: error: (Each undeclared identifier is reported only once | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:68: error: for each function it appears in.) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h: In function ‘safeNewBuffer’: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:79: error: ‘NULL’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h: In function ‘safeNewBufferCached’: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:90: error: ‘NULL’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h: In function ‘offsetToPointer’: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/common/common_tools.h:101: error: ‘NULL’ undeclared (first use in this function) | |
[apply] In file included from /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:41: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h: At top level: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:51: error: expected specifier-qualifier-list before ‘NSOpenGLPixelFormat’ | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.h:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘opengl_bundle’ | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m: In function ‘extgl_GetProcAddress’: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:46: error: ‘CFStringRef’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:46: error: expected ‘;’ before ‘cf_name’ | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:47: warning: implicit declaration of function ‘CFBundleGetFunctionPointerForName’ | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:47: error: ‘opengl_bundle’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:47: error: ‘cf_name’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:47: warning: initialization makes pointer from integer without a cast | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:48: warning: implicit declaration of function ‘CFRelease’ | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:49: error: ‘NULL’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m: At top level: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘loadFramework’ | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m: In function ‘extgl_Open’: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:71: error: ‘opengl_bundle’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:71: error: ‘NULL’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:73: warning: implicit declaration of function ‘loadFramework’ | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m: In function ‘extgl_Close’: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:84: error: ‘opengl_bundle’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:84: error: ‘NULL’ undeclared (first use in this function) | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m: At top level: | |
[apply] /Users/alfonsojon/java-game-lib-code/LWJGL/src/native/macosx/context.m:90: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment