Changeset 1798 for trunk


Ignore:
Timestamp:
16/01/12 10:08:51 (4 months ago)
Author:
Freddie Akeroyd
Message:

Fix path to nxconvert. Refs #236

Location:
trunk
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/resources/nxvalidate.properties.in

    r1796 r1798  
    77nxsFileLabel=NXS File 
    88nxdlFileLabel=NXDL File 
    9 nxconvert=/home/ser/nexus-install/bin/nxconvert 
     9nxconvert=@prefix@/bin/nxconvert 
    1010openNexusFileMessage=You need to select a Nexus file to open. 
    1111fileMenuItem=File 
     
    1414validationCompleteMessage=Validation Complete 
    1515elementError=This is an element with an error, please check. 
    16 defaultUNIXNXconvert=/usr/local/bin/nxconvert 
     16defaultUNIXNXconvert=@prefix@/bin/nxconvert 
    1717defaultWindowsNXconvert= 
    18 defaultMacNXconvert=/usr/local/bin/nxconvert 
     18defaultMacNXconvert=@prefix@/bin/nxconvert 
    1919nxconvertMissingError=Could not find nxconvert so the application will not work! Please check the settings and set the location of the nxconvert command. 
    2020noConvertCommandFound=No nxconvert command found, cannot validate. 
  • trunk/configure.ac

    r1793 r1798  
    132132        dnl get right F77 include option 
    133133        AC_CHECK_F77_OPTION([-I$mytop/bindings/f77],[      INCLUDE 'napif.inc']) 
     134        FFLAGS="$FFLAGS -g" 
    134135        AC_F77_LIBRARY_LDFLAGS 
    135136        WITH_F77=yes 
     
    153154        dnl check that the option takes a directory and the compiler works 
    154155        mytop=`pwd` 
    155         FCFLAGS="$FCFLAGS -I$mytop/bindings/f90" 
     156        FCFLAGS="$FCFLAGS -g -I$mytop/bindings/f90" 
    156157        dnl AC_CHECK_F90_OPTION([-p $mytop/bindings/f90],[      INCLUDE 'NXmodule.f90']) 
    157158        dnl AC_CHECK_F90_OPTION([-p $mytop/bindings/f90],[      INCLUDE 'NXmodule.f90']) 
     
    834835                applications/NXvalidate/Makefile 
    835836                applications/NXvalidate/nxvalidate 
     837                applications/NXvalidate/src/org/nexusformat/nxvalidate/resources/nxvalidate.properties 
    836838                applications/NXdump/Makefile 
    837839                applications/nxingest/Makefile 
Note: See TracChangeset for help on using the changeset viewer.