Hallo, Andre Schmidt hat gesagt: // Andre Schmidt wrote:
couple weeks ago i desided to delete my win2k from my hd and installed suse8.1 installation went smoothly. all of my hardware was detected automaticly and are working perfectly. i had a little trouble installing the official nvidia drivers for my gforce card, but after couple days i got it right (newbie mistakes)... cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer
-DDL_OPEN -DALSA01 -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/t_tkcmd.o t_tkcmd.c cc1: warnings being treated as errors t_tkcmd.c: In functionpdgui_startup': t_tkcmd.c:349: warning: passing arg 3 of
Tcl_CreateCommand' from incompatible pointer type make: *** [t_tkcmd.o] Error 1
You still try to compile with -Werror, see the error message above. You should delete -Werror from makefile.in before doing the configure. configure creates a new makefile from makefile.in(-put!)
Frank Barknecht _ ______footils.org__