Well, I've recently gotten a laptop, and have decided to dual boot windows and Ubuntu linux on it. Things have been going great, so I figured I'd try to get bmax working on there as well.. well makemods got off to a great start, churning away and compiling everything, but then died on the blitzgl portion of the modules :/ I'm not sure what needs to be done, any ideas?
Here are the errors outputted by "bmk makemods":
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:4:38: X11/extensions/xf86vmode.h: No such file or directory
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:28: error: syntax error before '*' token
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:28: warning: data definition has no type or storage class
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:70: error: syntax error before '*' token
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c: In function `calchertz':
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:73: error: `m' undeclared (first use in this function)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:73: error: (Each undeclared identifier is reported only once
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:73: error: for each function it appears in.)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c: In function `bglDisplayModes':
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:84: error: `XF86VidModeModeInfo' undeclared (first use in this function)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:84: error: `xmodes' undeclared (first use in this function)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:84: error: `m' undeclared (first use in this function)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c: In function `createFullscreenContext':
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:131: error: request for member `hdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:131: error: request for member `vdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:141: error: request for member `hdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:141: error: request for member `vdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:149: error: request for member `hdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:150: error: request for member `vdisplay' in something not a structure or union
I have checked and xlibs are installed.. as well as xlibs-data and xlibs-dev. I'm not really sure what else needs to be done.. any suggestions? Perhaps there is some opengl package I'm missing? I've searched for opengl in my package manager, but have only come up with some irrelevant packages dealing with libraries for languages such as ruby, perl, dylan, lisp, and python.. I haven't checked yet, perhaps I can probably use framework and still compile console apps.. or maybe even things that don't use opengl.. I guess I'll poke around with that next..
thanks in advance!
Here are the errors outputted by "bmk makemods":
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:4:38: X11/extensions/xf86vmode.h: No such file or directory
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:28: error: syntax error before '*' token
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:28: warning: data definition has no type or storage class
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:70: error: syntax error before '*' token
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c: In function `calchertz':
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:73: error: `m' undeclared (first use in this function)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:73: error: (Each undeclared identifier is reported only once
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:73: error: for each function it appears in.)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c: In function `bglDisplayModes':
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:84: error: `XF86VidModeModeInfo' undeclared (first use in this function)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:84: error: `xmodes' undeclared (first use in this function)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:84: error: `m' undeclared (first use in this function)
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c: In function `createFullscreenContext':
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:131: error: request for member `hdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:131: error: request for member `vdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:141: error: request for member `hdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:141: error: request for member `vdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:149: error: request for member `hdisplay' in something not a structure or union
/home/john/bmax/mod/brl.mod/blitzgl.mod/blitzgl.linux.c:150: error: request for member `vdisplay' in something not a structure or union
I have checked and xlibs are installed.. as well as xlibs-data and xlibs-dev. I'm not really sure what else needs to be done.. any suggestions? Perhaps there is some opengl package I'm missing? I've searched for opengl in my package manager, but have only come up with some irrelevant packages dealing with libraries for languages such as ruby, perl, dylan, lisp, and python.. I haven't checked yet, perhaps I can probably use framework and still compile console apps.. or maybe even things that don't use opengl.. I guess I'll poke around with that next..
thanks in advance!