arm-angstrom-linux-gnueabi-gcc -O2 -DPANDORA -DHAVE_GLES -O3 -pipe -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -ffast-math -fsingle-precision-constant -fsigned-char -I. -I/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/include/SDL -I/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/include -D_GNU_SOURCE=1 -D_REENTRANT -DUNIX -DSOUND -DOPENGL -c -o eglport.o eglport.c
In file included from eglport.c:26:
eglport.h:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'namespace'
eglport.h:67: error: expected ';', ',' or ')' before '&' token
eglport.c:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'VSync'
eglport.c: In function 'EGL_SwapBuffers':
eglport.c:139: error: 'VSync' undeclared (first use in this function)
eglport.c:139: error: (Each undeclared identifier is reported only once
eglport.c:139: error: for each function it appears in.)
eglport.c:139: error: 'true' undeclared (first use in this function)
eglport.c: In function 'EGL_Open':
eglport.c:152: error: 'string' undeclared (first use in this function)
eglport.c:152: error: expected ';' before 'output'
eglport.c:189: error: 'output' undeclared (first use in this function)
eglport.c: In function 'ConfigureEGL':
eglport.c:209: warning: initialization makes integer from pointer without a cast
eglport.c: At top level:
eglport.c:352: error: expected ';', ',' or ')' before '&' token
make: *** [eglport.o] Error 1