Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


JKO's Guide to compiling Penumbra
Vasator Offline
Junior Member

Posts: 10
Threads: 1
Joined: Nov 2010
Reputation: 0
#28
RE: JKO's Guide to compiling Penumbra

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.
(This post was last modified: 09-11-2012, 02:26 AM by Vasator.)
09-11-2012, 01:56 AM
Find


Messages In This Thread
JKO's Guide to compiling Penumbra - by JKO - 07-23-2010, 06:44 PM
RE: JKO's Guide to compiling Penumbra - by Urkle - 07-23-2010, 08:17 PM
RE: JKO's Guide to compiling Penumbra - by nofsky - 07-23-2010, 08:57 PM
RE: JKO's Guide to compiling Penumbra - by JKO - 07-23-2010, 09:19 PM
RE: JKO's Guide to compiling Penumbra - by nofsky - 07-23-2010, 11:23 PM
RE: JKO's Guide to compiling Penumbra - by JKO - 07-23-2010, 11:53 PM
RE: JKO's Guide to compiling Penumbra - by nofsky - 07-24-2010, 01:55 AM
RE: JKO's Guide to compiling Penumbra - by JKO - 07-24-2010, 02:30 AM
RE: JKO's Guide to compiling Penumbra - by Tomy - 09-20-2010, 04:18 AM
RE: JKO's Guide to compiling Penumbra - by Urkle - 09-20-2010, 01:38 PM
RE: JKO's Guide to compiling Penumbra - by Tomy - 09-20-2010, 03:24 PM
RE: JKO's Guide to compiling Penumbra - by wally - 10-15-2010, 06:12 AM
RE: JKO's Guide to compiling Penumbra - by Urkle - 06-19-2011, 06:52 PM
RE: JKO's Guide to compiling Penumbra - by Talus - 06-26-2011, 08:58 PM
RE: JKO's Guide to compiling Penumbra - by Urkle - 06-26-2011, 09:48 PM
RE: JKO's Guide to compiling Penumbra - by Talus - 06-26-2011, 10:01 PM
RE: JKO's Guide to compiling Penumbra - by Jack1 - 03-21-2012, 02:50 PM
RE: JKO's Guide to compiling Penumbra - by Urkle - 03-21-2012, 02:55 PM
RE: JKO's Guide to compiling Penumbra - by Jack1 - 03-21-2012, 03:01 PM
RE: JKO's Guide to compiling Penumbra - by Urkle - 08-04-2012, 02:54 PM
RE: JKO's Guide to compiling Penumbra - by Vasator - 09-11-2012, 01:56 AM



Users browsing this thread: 1 Guest(s)