Date: Wed, 31 Jan 2001 12:14:38 -0000 From: "Michael Carlson" <mcarlson@Legato.COM> To: <freebsd-multimedia@freebsd.org> Subject: Glide3 ported to freebsd? Message-ID: <01e201c08b7f$67a8d840$50294589@legato.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_01DB_01C08B7F.61DA0740 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a voodoo 5 and I was wondering if there was a port in the making = of Glide3? I have been trying for the past wekk or so to get it to = compile on freebsd 4.2, but there seems to be an error in the fxos.c: icarus# ./build.3dfx Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 248047 99760 128444 44% / Making all in swlibs gmake[1]: Entering directory `/root/Glide3/swlibs' Making all in fxmisc gmake[2]: Entering directory `/root/Glide3/swlibs/fxmisc' /bin/sh ../../libtool --mode=3Dcompile gcc -DX11 -fomit-frame-pointer = -funroll-loops -fexpensive-optimizations -ffast-math -DBIG_OPT - Wall -I../../h5/glide3/src -I../../h5/incsrc -I../../h5/incsrc = -I../../h5/minihwc -I. -I../../swlibs/fxmemmap -I../../ swlibs/fxmisc -I../../swlibs/newpci/pcilib -I../../swlibs/texus2/lib -O6 = -m486 -c fxos.c rm -f .libs/fxos.lo gcc -DX11 -fomit-frame-pointer -funroll-loops -fexpensive-optimizations = -ffast-math -DBIG_OPT -Wall -I../../h5/glide3/src -I../../h5 /incsrc -I../../h5/incsrc -I../../h5/minihwc -I. -I../../swlibs/fxmemmap = -I../../swlibs/fxmisc -I../../swlibs/newpci/pcilib -I../../ swlibs/texus2/lib -O6 -m486 -Wp,-MD,.deps/fxos.pp -c fxos.c -fPIC -DPIC = -o .libs/fxos.lo fxos.c: In function `fxTime': fxos.c:72: `HZ' undeclared (first use in this function) fxos.c:72: (Each undeclared identifier is reported only once fxos.c:72: for each function it appears in.) fxos.c:74: warning: control reaches end of non-void function gmake[2]: *** [fxos.lo] Error 1 gmake[2]: Leaving directory `/root/Glide3/swlibs/fxmisc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/root/Glide3/swlibs' gmake: *** [all-recursive] Error 1 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 248047 99760 128444 44% / Time Elapsed: 0 Years, 0 Days, 0 Hours, 0 Minutes, 1 Seconds Disk usage: 0.0 Mb I am not much of a programmer or scripter so I was wondering if anyone = had a bit more info on this, I've read all I can find on = glide.sourceforge.net but I have progressed little.=20 Thanks, Mike Carlson mcarlson@m87-blackhole.org ------=_NextPart_000_01DB_01C08B7F.61DA0740 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#e8e8e8> <DIV><FONT face=3DArial size=3D2>I have a voodoo 5 and I was wondering = if there was=20 a port in the making of Glide3? I have been trying for the past wekk or = so to=20 get it to compile on freebsd 4.2, but there seems to be an error in the=20 fxos.c:</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3Dr_ansi size=3D2> <P>icarus# ./build.3dfx</P> <P>Filesystem 1K-blocks Used Avail Capacity Mounted on</P> <P>/dev/ad0s1a 248047 99760 128444 44% /</P> <P>Making all in swlibs</P> <P>gmake[1]: Entering directory `/root/Glide3/swlibs'</P> <P>Making all in fxmisc</P> <P>gmake[2]: Entering directory `/root/Glide3/swlibs/fxmisc'</P> <P>/bin/sh ../../libtool --mode=3Dcompile gcc -DX11 -fomit-frame-pointer = -funroll-loops -fexpensive-optimizations -ffast-math -DBIG_OPT -</P> <P>Wall -I../../h5/glide3/src -I../../h5/incsrc -I../../h5/incsrc=20 -I../../h5/minihwc -I. -I../../swlibs/fxmemmap -I../../</P> <P>swlibs/fxmisc -I../../swlibs/newpci/pcilib -I../../swlibs/texus2/lib = -O6=20 -m486 -c fxos.c</P> <P>rm -f .libs/fxos.lo</P> <P>gcc -DX11 -fomit-frame-pointer -funroll-loops = -fexpensive-optimizations=20 -ffast-math -DBIG_OPT -Wall -I../../h5/glide3/src -I../../h5</P> <P>/incsrc -I../../h5/incsrc -I../../h5/minihwc -I. = -I../../swlibs/fxmemmap=20 -I../../swlibs/fxmisc -I../../swlibs/newpci/pcilib -I../../</P> <P>swlibs/texus2/lib -O6 -m486 -Wp,-MD,.deps/fxos.pp -c fxos.c -fPIC = -DPIC -o=20 .libs/fxos.lo</P> <P>fxos.c: In function `fxTime':</P> <P>fxos.c:72: `HZ' undeclared (first use in this function)</P> <P>fxos.c:72: (Each undeclared identifier is reported only once</P> <P>fxos.c:72: for each function it appears in.)</P> <P>fxos.c:74: warning: control reaches end of non-void function</P> <P>gmake[2]: *** [fxos.lo] Error 1</P> <P>gmake[2]: Leaving directory `/root/Glide3/swlibs/fxmisc'</P> <P>gmake[1]: *** [all-recursive] Error 1</P> <P>gmake[1]: Leaving directory `/root/Glide3/swlibs'</P> <P>gmake: *** [all-recursive] Error 1</P> <P>Filesystem 1K-blocks Used Avail Capacity Mounted on</P> <P>/dev/ad0s1a 248047 99760 128444 44% /</P> <P>Time Elapsed: 0 Years, 0 Days, 0 Hours, 0 Minutes, 1 Seconds</P> <P>Disk usage: 0.0 Mb</P> <P><FONT face=3DArial>I am not much of a programmer or scripter so I was = wondering=20 if anyone had a bit more info on this, I've read all I can find on=20 glide.sourceforge.net but I have progressed little. </FONT></P> <P><FONT face=3DArial>Thanks,</FONT></P> <P><FONT face=3DArial>Mike Carlson</FONT></P> <P><FONT face=3DArial><A=20 href=3D"mailto:mcarlson@m87-blackhole.org">mcarlson@m87-blackhole.org</A>= </FONT></P> <P><FONT face=3DArial></FONT> </P></FONT></DIV></BODY></HTML> ------=_NextPart_000_01DB_01C08B7F.61DA0740-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01e201c08b7f$67a8d840$50294589>