>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 ! DanielReceived on Wednesday, 24 September 1997 09:55:19 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:21 GMT