I found the following "gl.h" files installed on my computer.
C:\altera\14.0\quartus\bin64\cygwin\usr\include\w32api\GL\gl.h C:\altera\14.0\modelsim_ase\gcc-4.2.1-mingw32vc9\include\GL\gl.h C:\altera\14.0\embedded\host_tools\cygwin\usr\include\w32api\GL\gl.h C:\altera\14.0\embedded\host_tools\cygwin\usr\x86_64-w64-mingw32\sys-root\mingw\include\GL\gl.h Do I include any of these directories when compiling? And if so, which one? I am using the following compiler:
--- Quote Start ---
C:\>arm-linux-gnueabihf-g++ --version
arm-linux-gnueabihf-g++.exe (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) 4.7.3 20130226 (prerelease)
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- Quote End ---