minh.h.cao@boeing.com wrote:
When I run make to build pascal 2.0, I get the following error. Would you help me on this ? [...]
Replace this line
TREE_CODE (TREE_VALUE (tail)) = code;
by the following:
(((tail)->list.value))->common.code = code;
Or, better yet, upgrade to gpc-19980830, where this bug is fixed - among many others:
ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/beta/
Another thing I see when run ./configure is not the same with a example from install note.
Compiler for GPC: cc
My showing cc not gcc. Is this a problem ?
Sort of. With GCC instead of CC, the above error would probably not occur. But anyway ...
Hope this helps,
Peter