- From: Daniel Veillard <veillard@praslin.inrialpes.fr>
- Date: Wed, 24 Sep 1997 15:54:09 +0200
- To: Roy Platon <r.t.platon@rl.ac.uk>
- Cc: www-amaya@w3.org
>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