VM 3.4.1 on SuSe Linux 8.1

Ned Konz ned at bike-nomad.com
Fri Mar 14 00:17:24 UTC 2003


On Thursday 13 March 2003 02:12 pm, Brian Brown wrote:
> Greetings all...
>
> I have been trying to get Squeak running on this platform.. the RPM
> didn't work (glib version 2_3 issue..), so I built it from scratch.
> After installing various development libraries to get a clean
> compile, (which I did) I was able to get the VM to run and bring
> the image up... some issues:
>
> The window borders are black instead of the standard colors and
> some of fonts are incorrect as well. Flaps won't come up at all and
> I use my wheel on my mouse to scroll I get the emergency
> evaluator...
>
> I'm running KDE 3.1 from the KDE.org site for SuSe 8.1... any
> ideas? I'll try this under windowmaker and see if it's related to
> the windowmanager...

Look at your build/config.h file.
Are the settings the same as this?

/* architecture */

#define	OS_TYPE "unix"

#define	VM_HOST "i686-pc-linux-gnu"
#define	VM_HOST_CPU "i686"
/* #undef	VM_HOST_VENDOR */
#define	VM_HOST_OS "linux-gnu"

/* #undef	WORDS_BIGENDIAN */
/* #undef	DOUBLE_WORD_ALIGNMENT */
#define	DOUBLE_WORD_ORDER 1

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list