some observations on compiling the latest release.... 1) no need to set CLASSPATH anymore, file.make uses a relative classpath 2) ../org/w3c/jigadm/events/makefile has a typo, should be TOP=../../../../.. instead of TOP=../../../../../.. 3) with the line JAVAC=javac -classpath $(TOP)/classes:$$CLASSPATH in file.make, MAKE won't work. change to JAVAC=javac -classpath $(TOP)/classes and everything seems to work fine. don't know why this makes a difference, since CLASSPATH is vacuous, but it does. hope this stops others swearing quite as much as i did this afternoon cheers, jimReceived on Thursday, 8 April 1999 10:59:46 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:41:26 UTC