Hi:
I am running Ubuntu 8.04, with GCC 4.2.4.
I have downloaded the latest version of ST/X and it seems to run with no issues. However, when I attempt to compile a runtime, I get the following error:
making shared classObject ...
making shared object libstx_goodies_refactoryBrowser_parser.so
gcc -nostdlib -shared -Llib -L/usr/local/lib -L/usr/X11/lib -Wl,-R.,-Rlib,-R/opt/stx/`cat ../../../RELEASE`/lib/lib,-R/usr/local/lib/stx`cat ../../../RELEASE` -o libstx_goodies_refactoryBrowser_parser.so libstx_goodies_refactoryBrowser_parser.o
making runtime library ...
compiling new symbols only (this is a binary distribution)
make[4]: *** No rule to make target `codeEntry.h', needed by `asmhelp.o'. Stop.
make[3]: *** [ASMHELP] Error 2
make[4]: *** No rule to make target `codeEntry.h', needed by `asmhelp.o'. Stop.
make[3]: *** [ASMHELP] Error 2
make[2]: *** [all] Error 2
make[1]: *** [Librun] Error 2
make: *** [catchDefaultRule] Error 2
My directory structure looks like:
/opt/smalltalk/stx542/stx
From this directory, I run the make command. Any ideas as to what I've done incorrectly?
Thanks in advance.
Best Regards,
Dean Powell
Edmonton, Canada