Today you can help a physicist. I have downloaded a tidal prediction software package and I am attempting to build it.
The makefile that builds this software uses an executable named "ascii2binary" to complete the process. The problem is that the command "ascii2binary" is not found even though it exist in the source code folder.
I get this error:
ascii2bin ../data/2N2_drfes2004.asc ../data/2N2_drfes2004.bin 0
make: ascii2bin: Command not found
make: *** [../data/2N2_drfes2004.bin] Error 127
My operating system is Mac OS 10.4 and I am compiling the tidal software with Darwin command line terminal Utility.
This is the file structure of the software:
/FES2004
/FES2004/src (This is where the executable "ascii2binary" exist.)
/FES2004/data (The ascii files are in this directory and I believe that the bin files will be here too.)
/FES2004/lib
Thankyou
The makefile that builds this software uses an executable named "ascii2binary" to complete the process. The problem is that the command "ascii2binary" is not found even though it exist in the source code folder.
I get this error:
ascii2bin ../data/2N2_drfes2004.asc ../data/2N2_drfes2004.bin 0
make: ascii2bin: Command not found
make: *** [../data/2N2_drfes2004.bin] Error 127
My operating system is Mac OS 10.4 and I am compiling the tidal software with Darwin command line terminal Utility.
This is the file structure of the software:
/FES2004
/FES2004/src (This is where the executable "ascii2binary" exist.)
/FES2004/data (The ascii files are in this directory and I believe that the bin files will be here too.)
/FES2004/lib
Thankyou