[Vm-dev] Unix VM fail on make install

Bert Freudenberg bert at freudenbergs.de
Wed Oct 10 16:39:12 UTC 2007


On Oct 10, 2007, at 18:06 , José L. Redrejo Rodríguez wrote:

> 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

I did put a "if (0) recordWindowEvent(0,0,0,0)" in there ...

- Bert -




More information about the Vm-dev mailing list