[PD] linux newbie compiling

Frank Barknecht fbar at footils.org
Fri Mar 21 21:46:31 CET 2003


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 function `pdgui_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!)

ciao
-- 
 Frank Barknecht                               _ ______footils.org__




More information about the Pd-list mailing list