[Vm-dev] Unix VM fail on make install

José L. Redrejo Rodríguez jredrejo at edu.juntaextremadura.net
Wed Oct 10 16:06:59 UTC 2007


El mié, 10-10-2007 a las 17:44 +0200, Damien Cassou escribió:
>  Hi,
> 
> using the sources from svn, the 'make install' step fails:
> 
> gcc -g -O2 -fomit-frame-pointer -DLSB_FIRST=1 -g -O2
> -fomit-frame-pointer -DLSB_FIRST=1 -Wall -Werror -DHAVE_CONFIG_H
> -I/tmp/squeak-svn/bld -I/tmp/squeak-svn/platforms/unix/vm
> -I/tmp/squeak-svn/platforms/Cross/vm
> -I/tmp/squeak-svn/platforms/unix/src/vm -I/tmp/squeak-svn/bld
> -I/tmp/squeak-svn/platforms/unix/vm
> -I/tmp/squeak-svn/platforms/Cross/vm
> -I/tmp/squeak-svn/platforms/unix/src/vm
> -I/tmp/squeak-svn/platforms/Cross/plugins/FilePlugin
> -I/tmp/squeak-svn/platforms/Cross/plugins/B3DAcceleratorPlugin
> -I/tmp/squeak-svn/platforms/unix/plugins/B3DAcceleratorPlugin -c
> /tmp/squeak-svn/platforms/unix/vm-display-fbdev/sqUnixFBDev.c  -fPIC
> -DPIC -DPIC -o sqUnixFBDev.o
> cc1: warnings being treated as errors
> /tmp/squeak-svn/platforms/unix/vm/sqUnixEvent.c:219: warning:
> 'recordWindowEvent' defined but not used
> make[1]: *** [sqUnixFBDev.lo] Erreur 1
> make: *** [vm-display-fbdev.la] Erreur 2

I had the same problem some time ago, just go to the file:
platforms/unix/vm-display-fbdev/Makefile.in
and change the line:
XCFLAGS                = $(X_CFLAGS) -Wall -Werror
by
XCFLAGS                = $(X_CFLAGS) -Wall

Regards.
José L
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada
	digitalmente
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20071010/d23fe6ab/attachment.pgp


More information about the Vm-dev mailing list