Re: Amaya 1.1a Beta on IRIX 5.3

>amaya/Makefile.in line 53:
>
>   'make print' should be changed to '$(MAKE) print'

  right,

>javalib/Makefile.in line 57:
>   'make kaffe' should be changed to '$(MAKE) kaffe'
>and line 59:
>   'make HTML.h' should be changed to '$(MAKE) HTML.h'

  right,

>tools/javastub/javastub.c lines 1321, 1327 & 1333
>   change
>               if ((out = fopen(stubCOutputFile,"w")) < 0) {
>   to
>               if ((out = fopen(stubCOutputFile,"w")) == NULL) {

  right,

>thotlib/include/presentdriver.h, line 133:
>
>  Trailing comma in enumerator list should be removed
>      DRIVERP_PICTUREMODE,

  right (but harmless !).

I have integrated these changes,
 
>I hope this helps you.

  Certainly !

Daniel

Received on Wednesday, 24 September 1997 09:55:19 UTC