Installing squeak on RedHat by non-privileged user -djb

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Wed Aug 6 22:54:08 UTC 2003


Derek Brans wrote:

> Okay, I've got the source and I've done 'make' and I get the following
> errors:
> 
> /home/northernhawk/nerd/squeak/Squeak-3.4-1/platforms/unix/vm/sqUnixMozilla.
> c:17: X11/Xlib.h: No such file or directory
> /home/northernhawk/nerd/squeak/Squeak-3.4-1/platforms/unix/vm/sqUnixMozilla.
> c:18: X11/Xatom.h: No such file or directory

Are you getting these errors only with sqUnixMozilla.c? Because 
sqXWindow.c includes the same files. Do you have these header files? 
What did configure report?

> Additionally, the README suggests I do this next (after 'make'-ing):
> su root
> make install.
> 
> Is there any way of getting around having to do that?

Yes, you can just copy the "squeak" binary from the build directory to 
where you want it.

-- Bert



More information about the Squeak-dev mailing list