VM issues.

Alan Grimes alangrimes at starpower.net
Mon Mar 7 12:33:04 UTC 2005


 > Alan, please report back if this indeed solves your issues. And

>if it does, could we perhaps apply my fix or something similar in Svn?
>  
>

OK....

I ended up simply deleting configure.ac, then ran:

	./mkacinc >> configure.ac

As in your previous report.

That beamed all of the tribbles on to the klingon warship as far as the /platforms/unix/configure
makefile went...

When I attempted to use the new configure script, though, I found that the libtool script
was OOD too. 

My friendly distro told me to run: 

bash-2.05b$ libtoolize --copy --force
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
bash-2.05b$ 

in ./platforms/unix/config... 

That gave me a build makefile...

And then I crashed into the version conflict reported to the VM-dev list in the last few days...


 gcc -g -O2 -fomit-frame-pointer -DLSB_FIRST=1 -g -O2 -fomit-frame-pointer -DLSB_FIRST=1 -Wall -Werror -DHAVE_CONFIG_H -I/home/atg/source/trunk/bld -I/home/atg/source/trunk/platforms/unix/vm -I/home/atg/source/trunk/platforms/Cross/vm -I/home/atg/source/trunk/bld -I/home/atg/source/trunk/platforms/unix/vm -I/home/atg/source/trunk/platforms/Cross/vm -I/usr/X11R6/include -I/home/atg/source/trunk/platforms/Cross/plugins/FilePlugin -I/home/atg/source/trunk/platforms/Cross/plugins/B3DAcceleratorPlugin -I/home/atg/source/trunk/platforms/unix/plugins/B3DAcceleratorPlugin -c /home/atg/source/trunk/platforms/unix/vm-display-fbdev/sqUnixFBDev.c  -fPIC -DPIC -o .libs/sqUnixFBDev.o
In file included from /home/atg/source/trunk/platforms/unix/vm-display-fbdev/sqUnixFBDev.c:110:
/home/atg/source/trunk/platforms/unix/vm/sqUnixEvent.c: In function `recordMouseEvent':
/home/atg/source/trunk/platforms/unix/vm/sqUnixEvent.c:166: error: structure has no member named `reserved2'
/home/atg/source/trunk/platforms/unix/vm/sqUnixEvent.c: In function `recordKeyboardEvent':
/home/atg/source/trunk/platforms/unix/vm/sqUnixEvent.c:185: error: structure has no member named `reserved3'
/home/atg/source/trunk/platforms/unix/vm/sqUnixEvent.c: In function `recordDragEvent':
/home/atg/source/trunk/platforms/unix/vm/sqUnixEvent.c:212: error: structure has no member named `reserved1'
make[1]: *** [sqUnixFBDev.lo] Error 1
make: *** [vm-display-fbdev.la] Error 2
bash-2.05b$ 

At least its progress....




More information about the Squeak-dev mailing list