SOE installation problem
Hi, Do you take bug reports also for School of Expression code? Anyway, I have a problem with the School of Expression example code for X11 (soe.tar.gz) when installing on a Solaris 2.7 system. Unpacking is no problem. Then I install the graphics library according to the Install file, giving local paths: make -C graphics-2.0.4/lib/x11 system=SunOS X_dir=/usr/X hugs_install=/sw/local/bin/hugs This also seems to run smoothly. But when I try the suggested test example, the following happens: blr.idt.mdh.se>runhugs -Pgraphics-2.0.4/lib/x11: graphics-2.0.4/demos/HelloWorld.hs runhugs: Error occurred Reading file "graphics-2.0.4/demos/HelloWorld.hs": Reading file "graphics-2.0.4/lib/x11/GraphicsUtils.hs": Reading file "graphics-2.0.4/lib/x11/GraphicsCore.hs": Reading file "graphics-2.0.4/lib/x11/GraphicsEvent.hs": Reading file "graphics-2.0.4/lib/x11/GraphicsKey.hs": Reading file "graphics-2.0.4/lib/x11/X.hs": Reading file "graphics-2.0.4/lib/x11/Xlib_StdDIS.hs": Reading file "/sw/local/pkgs/hugs-98/share/hugs/lib/exts/Int.hs": Reading file "/sw/local/pkgs/hugs-98/share/hugs/lib/exts/Bits.hs": Reading file "/sw/local/pkgs/hugs-98/share/hugs/lib/exts/Int.hs": Reading file "/sw/local/pkgs/hugs-98/share/hugs/lib/exts/Word.hs": Reading file "/sw/local/pkgs/hugs-98/share/hugs/lib/exts/Addr.hs": Reading file "/sw/local/pkgs/hugs-98/share/hugs/lib/Monad.hs": Reading file "/sw/local/pkgs/hugs-98/share/hugs/lib/exts/Foreign.hs": Reading file "graphics-2.0.4/lib/x11/Xlib_StdDIS.hs": Reading file "graphics-2.0.4/lib/x11/X.hs": Reading file "graphics-2.0.4/lib/x11/GraphicsKey.hs": Reading file "graphics-2.0.4/lib/x11/GraphicsEvent.hs": Reading file "graphics-2.0.4/lib/x11/GraphicsWindow.hs": Reading file "graphics-2.0.4/lib/x11/Xlib.hs": Reading file "Exception": ERROR Exception - Unable to open file "Exception" I just cannot find the cause of this. Is it a known problem? Do you know how to work around it? I don't suspect Hugs, it's working fine otherwise on our system. Best regards, Björn Lisper
What version of Hugs are you using? HGL and SOE don't work with any version prior to Dec 2001. (Someone broke the implementation of concurrency in the previous Hugs releases and it took many months for the fixes to make it into an official release.) -- Alastair Reid alastair@reid-consulting-uk.ltd.uk Reid Consulting (UK) Limited http://www.reid-consulting-uk.ltd.uk/alastair/
participants (2)
-
Alastair Reid -
Bjorn Lisper