Re: compile pb on mac
Olivier Devillers <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks a lot to Michael Thon for his help. to summarize: PROBLEM: --------- Compiling ipe on mac (lua installed by port) I got $ ipe dyld: Library not loaded: @executable_path/../lib/liblua.5.1.dylib Referenced from: /usr/local/bin/ipe Reason: image not found SOLUTION: ---------- run: $ sudo install_name_tool -id /opt/local/lib/liblua.5.1.dylib /opt/local/lib/liblua.5.1.dylib to explain to the system where the library is really, and recompile ipe.