Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem make tt #6

Open
Emmanuelle-Silva opened this issue Nov 15, 2024 · 1 comment
Open

problem make tt #6

Emmanuelle-Silva opened this issue Nov 15, 2024 · 1 comment
Assignees

Comments

@Emmanuelle-Silva
Copy link

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.
Captura de Tela 2024-11-15 às 14 28 08

@wulffern
Copy link
Owner

Try commenting out that line (sudo install_name_tool) and see if it works then.

It also looks like for some reason, the wish name is wish-8.6 on your platform, you could also try and remove the ".10" from the line

@wulffern wulffern self-assigned this Nov 16, 2024
@wulffern wulffern added this to AICEX Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants