NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
I was wondering if anyone else on an NT successfully compiled and got VisAD running. I seem to be getting this error with the makefile: C:\visad\visad>make compile rm -f *.class for i in visad visad.java3d visad.java2d visad.util ucar.multiarray ucar.util ucar.netcd ucar.tests visad.data visad.data.netcdf.units visad.data.netcdf.in visad.data.netcdf.out isad.data.netcdf nom.tam.fits nom.tam.util nom.tam.test visad.data.fits visad.data.vis5d du.wisc.ssec.mcidas visad.data.mcidas visad.data.gif visad.data.visad visad.data.hdfeos. feosc visad.data.hdfeos visad.formula visad.ss visad.jmet visad.paoloa visad.paoloa.spli visad.aune visad.benjamin visad.rabin visad.bom; do case $i in \ visad) \ dir= \ ;; \ visad.*) \ dir=`echo $i | sed -e 's;\.;/;g' -e 's;^visad/;;'`; \ ;; \ *) \ dir=`echo $i | sed -e 's;\.;/;g' -e 's;^;\.\./;'`; \ ;; \ esac; \ if [ ! -z "$dir" ]; then \ if [ ! -d $dir ]; then \ echo "$dir does not exist"; \ else \ echo "*** Cleaning in $dir"; \ if [ -f $dir/Makefile ]; then \ (cd $dir && make -k clean); \ else \ (cd $dir && rm -f *.class); \ fi; \ fi; \ fi; \ done i was unexpected at this time. make: *** [clean] Error 1 I have changed the CLASSPATH and JAVADIR. thanks, ted
visad
archives: