[BUG][FIX][VM][UNIX][CVS] Things that don't work after initial checkout

Alexander Lazarević Alexander at Lazarevic.de
Fri Aug 1 12:56:51 UTC 2003


The file

	squeak/platforms/unix/plugins/JoystickTabletPlugin/sqUnixJoystickTablet.c

needs to be removed in favour of the alternative files

	sqUnixJoystick.c  sqUnixTablet.c

or the linker barfs because of multiple function definitions.

The internal/external B3DAcceleratorPlugin can't be linked, because of a 
missing -lGL. The attached patch fixes the acinclude.m4 file in the plugin 
directory. (You need to do a make configure in unix/config before a new run 
of configure creates a proper Makefile in the build directory.)

With the resulting vm the external display modules fail to call functions in 
the vm core and so the vm just stops (see attached log). I don't know why 
this happens?!

Alex

PS: I used a Squeak3.5-5180 image and the include VMMaker to create src
-- 
Ferienbeginn in NRW: "Urlaub zuhause kann so schön sein – man muss nicht immer 
ins Ausland fahren...liebe Holländer!" -- Harald Schmidt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: B3DAP_GL.patch
Type: text/x-diff
Size: 360 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030801/20e8932a/B3DAP_GL.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug.log
Type: text/x-log
Size: 910 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030801/20e8932a/bug.bin


More information about the Squeak-dev mailing list