[Vm-dev] Unix VM fail on make install

Damien Cassou damien.cassou at gmail.com
Wed Oct 10 16:08:07 UTC 2007


Ok, it works (after another configure/make/make install).

However, this is a workaround. Can somebody corrects the repository please?

2007/10/10, José L. Redrejo Rodríguez <jredrejo at edu.juntaextremadura.net>:
>
> 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
>
>
>


-- 
Damien Cassou


More information about the Vm-dev mailing list