Hello, I've tried using this guide to compile.
Issue I am having is I am receiving errors with Glee.c - errors posted below
I am utilizing Windows XP
Visual Studio 2008
Version 9.0.21022.8 RTM
If you guys could give me a hint as to what is happening I would greatly appreciate it.
Forgot to mention that this error happens when compiling the HPL1 engine. Haven't gone any farther yet.
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
GLee.c
.\sources\impl\GLee.c(746) : error C2061: syntax error : identifier 'GLee_Lazy_glBlendColor'
.\sources\impl\GLee.c(746) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(746) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(746) : error C2065: 'GLeeFuncPtr_glBlendColor' : undeclared identifier
.\sources\impl\GLee.c(751) : error C2061: syntax error : identifier 'GLeeFuncPtr_glBlendEquation'
.\sources\impl\GLee.c(751) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(751) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(756) : error C2061: syntax error : identifier 'GLeeFuncPtr_glDrawRangeElements'
.\sources\impl\GLee.c(756) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(756) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(761) : error C2061: syntax error : identifier 'GLeeFuncPtr_glColorTable'
.\sources\impl\GLee.c(761) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(761) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(766) : error C2061: syntax error : identifier 'GLeeFuncPtr_glColorTableParameterfv'
.\sources\impl\GLee.c(766) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(766) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(771) : error C2061: syntax error : identifier 'GLeeFuncPtr_glColorTableParameteriv'
.\sources\impl\GLee.c(771) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(771) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(776) : error C2061: syntax error : identifier 'GLeeFuncPtr_glCopyColorTable'
.\sources\impl\GLee.c(776) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(776) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(781) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetColorTable'
.\sources\impl\GLee.c(781) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(781) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(786) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetColorTableParameterfv'
.\sources\impl\GLee.c(786) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(786) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(791) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetColorTableParameteriv'
.\sources\impl\GLee.c(791) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(791) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(796) : error C2061: syntax error : identifier 'GLeeFuncPtr_glColorSubTable'
.\sources\impl\GLee.c(796) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(796) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(801) : error C2061: syntax error : identifier 'GLeeFuncPtr_glCopyColorSubTable'
.\sources\impl\GLee.c(801) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(801) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(806) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionFilter1D'
.\sources\impl\GLee.c(806) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(806) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(811) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionFilter2D'
.\sources\impl\GLee.c(811) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(811) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(816) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionParameterf'
.\sources\impl\GLee.c(816) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(816) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(821) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionParameterfv'
.\sources\impl\GLee.c(821) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(821) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(826) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionParameteri'
.\sources\impl\GLee.c(826) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(826) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(831) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionParameteriv'
.\sources\impl\GLee.c(831) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(831) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(836) : error C2061: syntax error : identifier 'GLeeFuncPtr_glCopyConvolutionFilter1D'
.\sources\impl\GLee.c(836) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(836) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(841) : error C2061: syntax error : identifier 'GLeeFuncPtr_glCopyConvolutionFilter2D'
.\sources\impl\GLee.c(841) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(841) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(846) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetConvolutionFilter'
.\sources\impl\GLee.c(846) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(846) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(851) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetConvolutionParameterfv'
.\sources\impl\GLee.c(851) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(851) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(856) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetConvolutionParameteriv'
.\sources\impl\GLee.c(856) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(856) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(861) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetSeparableFilter'
.\sources\impl\GLee.c(861) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(861) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(866) : error C2061: syntax error : identifier 'GLeeFuncPtr_glSeparableFilter2D'
.\sources\impl\GLee.c(866) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(866) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(871) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetHistogram'
.\sources\impl\GLee.c(871) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(871) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(876) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetHistogramParameterfv'
.\sources\impl\GLee.c(876) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(876) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(881) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetHistogramParameteriv'
.\sources\impl\GLee.c(881) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(881) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(886) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetMinmax'
.\sources\impl\GLee.c(886) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(886) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(891) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetMinmaxParameterfv'
.\sources\impl\GLee.c(891) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(891) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(896) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetMinmaxParameteriv'
.\sources\impl\GLee.c(896) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(896) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(901) : error C2061: syntax error : identifier 'GLeeFuncPtr_glHistogram'
.\sources\impl\GLee.c(901) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(901) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(906) : error C2061: syntax error : identifier 'GLeeFuncPtr_glMinmax'
.\sources\impl\GLee.c(906) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(906) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(911) : error C2061: syntax error : identifier 'GLeeFuncPtr_glResetHistogram'
.\sources\impl\GLee.c(911) : fatal error C1003: error count exceeds 100; stopping compilation
(09-11-2012, 01:56 AM)Vasator Wrote: Hello, I've tried using this guide to compile.
Issue I am having is I am receiving errors with Glee.c - errors posted below
I am utilizing Windows XP
Visual Studio 2008
Version 9.0.21022.8 RTM
If you guys could give me a hint as to what is happening I would greatly appreciate it.
Forgot to mention that this error happens when compiling the HPL1 engine. Haven't gone any farther yet.
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
GLee.c
.\sources\impl\GLee.c(746) : error C2061: syntax error : identifier 'GLee_Lazy_glBlendColor'
.\sources\impl\GLee.c(746) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(746) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(746) : error C2065: 'GLeeFuncPtr_glBlendColor' : undeclared identifier
.\sources\impl\GLee.c(751) : error C2061: syntax error : identifier 'GLeeFuncPtr_glBlendEquation'
.\sources\impl\GLee.c(751) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(751) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(756) : error C2061: syntax error : identifier 'GLeeFuncPtr_glDrawRangeElements'
.\sources\impl\GLee.c(756) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(756) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(761) : error C2061: syntax error : identifier 'GLeeFuncPtr_glColorTable'
.\sources\impl\GLee.c(761) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(761) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(766) : error C2061: syntax error : identifier 'GLeeFuncPtr_glColorTableParameterfv'
.\sources\impl\GLee.c(766) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(766) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(771) : error C2061: syntax error : identifier 'GLeeFuncPtr_glColorTableParameteriv'
.\sources\impl\GLee.c(771) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(771) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(776) : error C2061: syntax error : identifier 'GLeeFuncPtr_glCopyColorTable'
.\sources\impl\GLee.c(776) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(776) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(781) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetColorTable'
.\sources\impl\GLee.c(781) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(781) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(786) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetColorTableParameterfv'
.\sources\impl\GLee.c(786) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(786) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(791) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetColorTableParameteriv'
.\sources\impl\GLee.c(791) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(791) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(796) : error C2061: syntax error : identifier 'GLeeFuncPtr_glColorSubTable'
.\sources\impl\GLee.c(796) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(796) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(801) : error C2061: syntax error : identifier 'GLeeFuncPtr_glCopyColorSubTable'
.\sources\impl\GLee.c(801) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(801) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(806) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionFilter1D'
.\sources\impl\GLee.c(806) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(806) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(811) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionFilter2D'
.\sources\impl\GLee.c(811) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(811) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(816) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionParameterf'
.\sources\impl\GLee.c(816) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(816) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(821) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionParameterfv'
.\sources\impl\GLee.c(821) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(821) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(826) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionParameteri'
.\sources\impl\GLee.c(826) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(826) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(831) : error C2061: syntax error : identifier 'GLeeFuncPtr_glConvolutionParameteriv'
.\sources\impl\GLee.c(831) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(831) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(836) : error C2061: syntax error : identifier 'GLeeFuncPtr_glCopyConvolutionFilter1D'
.\sources\impl\GLee.c(836) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(836) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(841) : error C2061: syntax error : identifier 'GLeeFuncPtr_glCopyConvolutionFilter2D'
.\sources\impl\GLee.c(841) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(841) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(846) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetConvolutionFilter'
.\sources\impl\GLee.c(846) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(846) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(851) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetConvolutionParameterfv'
.\sources\impl\GLee.c(851) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(851) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(856) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetConvolutionParameteriv'
.\sources\impl\GLee.c(856) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(856) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(861) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetSeparableFilter'
.\sources\impl\GLee.c(861) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(861) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(866) : error C2061: syntax error : identifier 'GLeeFuncPtr_glSeparableFilter2D'
.\sources\impl\GLee.c(866) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(866) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(871) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetHistogram'
.\sources\impl\GLee.c(871) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(871) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(876) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetHistogramParameterfv'
.\sources\impl\GLee.c(876) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(876) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(881) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetHistogramParameteriv'
.\sources\impl\GLee.c(881) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(881) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(886) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetMinmax'
.\sources\impl\GLee.c(886) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(886) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(891) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetMinmaxParameterfv'
.\sources\impl\GLee.c(891) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(891) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(896) : error C2061: syntax error : identifier 'GLeeFuncPtr_glGetMinmaxParameteriv'
.\sources\impl\GLee.c(896) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(896) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(901) : error C2061: syntax error : identifier 'GLeeFuncPtr_glHistogram'
.\sources\impl\GLee.c(901) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(901) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(906) : error C2061: syntax error : identifier 'GLeeFuncPtr_glMinmax'
.\sources\impl\GLee.c(906) : error C2059: syntax error : ';'
.\sources\impl\GLee.c(906) : error C2513: '/*global*/ ' : no variable declared before '='
.\sources\impl\GLee.c(911) : error C2061: syntax error : identifier 'GLeeFuncPtr_glResetHistogram'
.\sources\impl\GLee.c(911) : fatal error C1003: error count exceeds 100; stopping compilation
I could kick myself. Just had to add the correct path to the beginning of GLee.c to point to the correct location of Glee.h - compiled correctly after that.