[quote author=trickster link=board=6;threadid=9881;start=0#msg89734 date=1098198954]
What errors?
[/quote]
Here are the last 30 lines of the world.log:
fwiw, I haven't tried "make clean" before trying it again (after I had installed the libX-dev libraries.), though I did make sure that I updated the cvs stuff. I wasn't exactly sure how to run the make clean command, whether I would just append the clean option, or if I needed to run it by itself.
~ I should probably figure that out...
Thanks in advance!
M
tiger:/usr/src/dri/xc# tail -30 world.log
xf86dri.h:104: warning: redundant redeclaration of `XF86DRIDestroyDrawable' in same scope
../../../extras/Mesa/include/GL/internal/dri_interface.h:159: warning: previous declaration of `XF86DRIDestroyDrawable'
rm -f XF86dri.o
gcc -m32 -c -O2 -gstabs+ -pipe -ansi -pedantic -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wundef -I../../../exports/include/X11 -I../../../extras/Mesa/include -I../../../include/extensions -I../../../lib/GL/glx -I../../../extras/Mesa/src/mesa/main -I../../../extras/Mesa/src/mesa/glapi -I../../../extras/Mesa/src/mesa/drivers/x11 -I../../../extras/Mesa/src/mesa/x86 -I../../../programs/Xserver/hw/xfree86/os-support -I../../../extras/drm/shared -I../../../programs/Xserver/GL/dri -I../../.. -I../../../exports/include -I/usr/X11R6/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_MESA -DXF86VIDMODE -DDEFAULT_DRIVER_DIR=\"/usr/X11R6/lib/modules/dri\" -DUSE_X86_ASM -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API XF86dri.c
In file included from xf86dristr.h:41,
from XF86dri.c:42:
xf86dri.h:98: warning: redundant redeclaration of `XF86DRIDestroyContext' in same scope
../../../extras/Mesa/include/GL/internal/dri_interface.h:153: warning: previous declaration of `XF86DRIDestroyContext'
xf86dri.h:101: warning: redundant redeclaration of `XF86DRICreateDrawable' in same scope
../../../extras/Mesa/include/GL/internal/dri_interface.h:156: warning: previous declaration of `XF86DRICreateDrawable'
xf86dri.h:104: warning: redundant redeclaration of `XF86DRIDestroyDrawable' in same scope
../../../extras/Mesa/include/GL/internal/dri_interface.h:159: warning: previous declaration of `XF86DRIDestroyDrawable'
XF86dri.c:592: warning: function declaration isn't a prototype
XF86dri.c:605: warning: function declaration isn't a prototype
rm -f DONE
touch DONE
make[5]: Leaving directory `/usr/src/dri/xc/lib/GL/glx'
making all in lib/GL/GL...
make[5]: Entering directory `/usr/src/dri/xc/lib/GL/GL'
make[5]: *** No rule to make target `../../../lib/GL/mesa/drivers/dri/radeon/radeon_context.o', needed by `libGL.so.1.2'. Stop.
make[5]: Leaving directory `/usr/src/dri/xc/lib/GL/GL'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/usr/src/dri/xc/lib/GL'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/dri/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/dri/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/usr/src/dri/xc'
make: *** [World] Error 2


Reply With Quote

Bookmarks