I'm trying to compile glide for slackware 11.0 & voodoo3 3000 PCI.
However i run to problems;
This is what i have done:
1. checkout glide devel branch
2. Moved swlibs under glide3x
3. Tried to compile(according to INSTALL file);
while doing autoconf following warnings comes(showing just part of them):
when doing
.. I get following error:
If I then try to run make it fails somewhere under minihwc directory..
What is wrong?
Why does not the glide compile?
Acording to CVS logs someone has made changes to code, so i guess it should be possible to compile it even it is not widely used anymore..
I dont know anything about cvs and "gnu autotools" which are used in process, should I..?
Could someone please guide me how to compile this so i could get my hw working..?
However i run to problems;
This is what i have done:
1. checkout glide devel branch
Code Select
cvs -d:pserver:anonymous@glide.cvs.sourceforge.net:/cvsroot/glide login
cvs -z3 -d:pserver:anonymous@glide.cvs.sourceforge.net:/cvsroot/glide co -P glid
e3x
cvs -d:pserver:anonymous@glide.cvs.sourceforge.net:/cvsroot/glide logout
2. Moved swlibs under glide3x
3. Tried to compile(according to INSTALL file);
Code Select
aclocal && automake && autoconf
while doing autoconf following warnings comes(showing just part of them):
Code Select
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF
when doing
Code Select
% mkdir build
% cd build
% ../configure --enable-fx-glide-hw=h3 --enable-fx-build-dri
.. I get following error:
Code Select
...
checking for strdup... yes
checking for strstr... yes
checking for strtoul... yes
configure: creating ./config.status
config.status: creating build.3dfx
config.status: error: cannot find input file: makefile.autoconf.in
If I then try to run make it fails somewhere under minihwc directory..
What is wrong?
Why does not the glide compile?
Acording to CVS logs someone has made changes to code, so i guess it should be possible to compile it even it is not widely used anymore..
I dont know anything about cvs and "gnu autotools" which are used in process, should I..?
Could someone please guide me how to compile this so i could get my hw working..?