[Oberon] Oberon V4 for Linux

Tomas Kral thomas.kral at email.cz
Fri Nov 2 12:08:38 CET 2018


On Fri, 2 Nov 2018 09:47:21 +0000
Treutwein Bernhard <Bernhard.Treutwein at Verwaltung.Uni-Muenchen.DE>
wrote:

> 3. export OBERON=="./:`find $OBROOT -type d | tr "\12" :`"

Hi Bernhard,

This almost did it here, X window comes up, except it now says,

xset:  bad font path element (#0), possible causes are:
    Directory does not exist or has wrong permissions
    Directory missing fonts.dir
    Incorrect font server address or syntax

Cannot find Oberon fonts. Is the environment variable OBERON correctly
set?

echo $OBERON says here

=./:.:./Text:./Source:./Packages:./Packages/Web:./Packages/Mail:./Packages/RayTracer:./Packages/HeapInspector:./Packages/Elems:./Packages/FTP:./Packages/ViewerBar:./Packages/NetNews:./Packages/Dialogs:./Packages/FileManager:./Packages/Beautifier:./Fonts:./System:

I run this modified script

#!/bin/sh

export OBERON=="./:`find . -type d | tr "\12" :`"
echo $OBERON
xset +fp $PWD/Fonts
export LD_LIBRARY_PATH=$PWD
./oberon

I renamed `xfonts' to `Fonts', and changed this line in  
`linux.oberon.c' and recompiled

char defaultpath[] = ".:/usr/local/Oberon:/usr/local/Oberon/Fonts";
char defaultshlpath[] = "/lib /usr/lib /usr/lib/X11 /usr/lib/xorg";

-- 
Tomas Kral <thomas.kral at email.cz>


More information about the Oberon mailing list