Here's the error I get trying to build Hurrican on Pandaboard 12.04 with the corrected DEFINES:
Code:
DX8Graphics.o: In function `DirectGraphicsClass::Init(unsigned int, unsigned int, unsigned int, unsigned int, bool)':
/home/dan/src/hurrican-code/Hurrican/src/DX8Graphics.cpp:255: undefined reference to `EGL_Open'
/home/dan/src/hurrican-code/Hurrican/src/DX8Graphics.cpp:288: undefined reference to `EGL_Init'
DX8Graphics.o: In function `DirectGraphicsClass::Exit()':
/home/dan/src/hurrican-code/Hurrican/src/DX8Graphics.cpp:318: undefined reference to `EGL_Close'
DX8Graphics.o: In function `DirectGraphicsClass::ShowBackBuffer()':
/home/dan/src/hurrican-code/Hurrican/src/DX8Graphics.cpp:674: undefined reference to `EGL_SwapBuffers'
collect2: ld returned 1 exit status
make: *** [../hurricanlinux] Error 1