Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/resources/nxvalidate.properties.in
r1796 r1798 7 7 nxsFileLabel=NXS File 8 8 nxdlFileLabel=NXDL File 9 nxconvert= /home/ser/nexus-install/bin/nxconvert9 nxconvert=@prefix@/bin/nxconvert 10 10 openNexusFileMessage=You need to select a Nexus file to open. 11 11 fileMenuItem=File … … 14 14 validationCompleteMessage=Validation Complete 15 15 elementError=This is an element with an error, please check. 16 defaultUNIXNXconvert= /usr/local/bin/nxconvert16 defaultUNIXNXconvert=@prefix@/bin/nxconvert 17 17 defaultWindowsNXconvert= 18 defaultMacNXconvert= /usr/local/bin/nxconvert18 defaultMacNXconvert=@prefix@/bin/nxconvert 19 19 nxconvertMissingError=Could not find nxconvert so the application will not work! Please check the settings and set the location of the nxconvert command. 20 20 noConvertCommandFound=No nxconvert command found, cannot validate. -
trunk/configure.ac
r1793 r1798 132 132 dnl get right F77 include option 133 133 AC_CHECK_F77_OPTION([-I$mytop/bindings/f77],[ INCLUDE 'napif.inc']) 134 FFLAGS="$FFLAGS -g" 134 135 AC_F77_LIBRARY_LDFLAGS 135 136 WITH_F77=yes … … 153 154 dnl check that the option takes a directory and the compiler works 154 155 mytop=`pwd` 155 FCFLAGS="$FCFLAGS - I$mytop/bindings/f90"156 FCFLAGS="$FCFLAGS -g -I$mytop/bindings/f90" 156 157 dnl AC_CHECK_F90_OPTION([-p $mytop/bindings/f90],[ INCLUDE 'NXmodule.f90']) 157 158 dnl AC_CHECK_F90_OPTION([-p $mytop/bindings/f90],[ INCLUDE 'NXmodule.f90']) … … 834 835 applications/NXvalidate/Makefile 835 836 applications/NXvalidate/nxvalidate 837 applications/NXvalidate/src/org/nexusformat/nxvalidate/resources/nxvalidate.properties 836 838 applications/NXdump/Makefile 837 839 applications/nxingest/Makefile
Note: See TracChangeset
for help on using the changeset viewer.
