[Mesa-users] MESA Install Not Working After Installing ndiff
Logan Troy DiAdams
ltdiadams at mta.ca
Fri Sep 25 04:04:55 EDT 2020
Hi,
I’m trying to install MESA, I’ve downloaded the sdk to ‘/Applications/mesasdk’ and made sure that I’ve initialized everything correctly with the following commands,
export MESA_DIR=~/Desktop/mesa-r12778
export OMP_NUM_THREADS=2
export MESASDK_ROOT=/Applications/mesasdk
source $MESASDK_ROOT/bin/mesasdk_init.sh
When I go to do the final install of MESA (./clean, ./install) in the mesa-r12778 directory I’m prompted with the following:
You need to install ndiff before you can install mesa.
The ndiff tar file is in the mesa/utils directory. Unpack it anywhere (tar -zxvf ndiff-2.00.tar.gz), and cd to the ndiff directory. Then do the usual sequence:
./configure
make all
sudo make install
After some time I was able to get these commands to work, the final result of sudo make install being:
Installed files...
-rwxr-xr-x 2 logandiadams staff 72144 25 Sep 03:20 /usr/local/bin/ndiff
-rwxr-xr-x 2 logandiadams staff 72144 25 Sep 03:20 /usr/local/bin/ndiff-2.00
-rw-rw-r-- 1 root wheel 25836 25 Sep 04:59 /usr/local/man/man1/ndiff.1
-rw-rw-r-- 1 root admin 14057 25 Sep 04:59 /usr/local/share/lib/ndiff/ndiff-2.00/ndiff.awk
However, after I go back to the mesa-r12778 directory and try running the ./install again, I’m prompted with the same message requesting I install ndiff even though I thought I had already done this? Same result when I try ./clean first. I’m wondering if there’s something I’m missing here and why I’m not able to install MESA.
Thank you so much!
Logan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20200925/52389097/attachment.htm>
More information about the Mesa-users
mailing list