2,684
edits
(→system-wide installation (requires root permission): troubleshooting) |
|||
Line 194: | Line 194: | ||
It is useful to install xxdiff from http://furius.ca/downloads/xxdiff/releases/macosx/ | It is useful to install xxdiff from http://furius.ca/downloads/xxdiff/releases/macosx/ | ||
=== Troubleshooting === | |||
If any of the commands | |||
<pre> | |||
ls -l /usr/local/bin/generate_XDS.INP | |||
ls -l /usr/local/bin/xdsgui | |||
ls -l /usr/local/bin/xds-viewer | |||
</pre> | |||
returns a message like <code>file or directory not found</code> then this means that you do not have the symlink. But even if these commands do not return errors, you should also check the targets of the symlink: | |||
<pre> | |||
ls -l /Applications/xdsgui.app/Contents/MacOS/xdsgui | |||
ls -l /Applications/XDS-Viewer.app/Contents/MacOS/xds-viewer-bin | |||
</pre> | |||
Again, these commands should not return an error message. If they do, the programs are not installed in the location where the symlink points to. You'll have to either install the programs properly (in /Applications) or make the symlink point to the correct location. | |||
== Windows == | == Windows == |