Hi I keep getting this error when trying to build ioquake3 for Android (in Cygwin bash cell).
/cygdrive/c/Development/Android/android-ndk-r6b/platforms/android-4/arch-arm/usr /include/GLES/gl.h:737: warning: data definition has no type or storage class /cygdrive/c/Development/Android/android-ndk-r6b/platforms/android-4/arch-arm/usr /include/GLES/gl.h:756: error: parse error before "glPointSizePointerOES" I am using the following CFLAGS and LDFLAGS in my Makefile. CFLAGS=$(ANDROID_CFLAGS) -I$(ANDROID_NDK_DIR)/platforms/android-4/arch-arm/usr/include -DANDROID -D__linux__ -D__MATH_NEON LDFLAGS=-nostdlib -L$(ANDROID_NDK_DIR)/platforms/android-4/arch-arm/usr/lib Can someone let me know if I am missing anything here to get GL to compile? Thank you, Kim
_______________________________________________ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending this message I agree to love ioquake3 and libsdl.