You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following your tutorial running make tt I have the error below :
cd /opt/eda/bin/ &&
sudo install_name_tool -change /opt/eda/lib:/usr/X11/lib/libtk8.6.10.dylib
/opt/eda/lib/libtk8.6.10.dylib wish8.6.10
error: /Library/Developer/CommandLineTools/usr/bin/install_name_tool: can't open file: wish8.6.10 (No such file or directory)
make: *** [tk_install] Error 1
Looking at the files I have usr/X11/lib/libtk8.6.dylib
and generate wish8.6 intead of wish8.6.10
THanks for your help.
The text was updated successfully, but these errors were encountered:
Helo there !
following your tutorial running make tt I have the error below :
cd /opt/eda/bin/ &&
sudo install_name_tool -change /opt/eda/lib:/usr/X11/lib/libtk8.6.10.dylib
/opt/eda/lib/libtk8.6.10.dylib wish8.6.10
error: /Library/Developer/CommandLineTools/usr/bin/install_name_tool: can't open file: wish8.6.10 (No such file or directory)
make: *** [tk_install] Error 1
Looking at the files I have usr/X11/lib/libtk8.6.dylib
and generate wish8.6 intead of wish8.6.10
THanks for your help.
The text was updated successfully, but these errors were encountered: