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
just a easy gtk program, after build it to a execute file ,can work well on my mac which I build it ,but when i transfer the other mac, it can not work and relay as follows:
dyld: Library not loaded: /usr/local/opt/gtk+/lib/libgtk-quartz-2.0.0.dylib
Referenced from: /Users/bigdisk/Desktop/testgtk
Reason: image not found
Abort trap: 6
logout
it seems that some lib not included ,how can i build it with that lib
The text was updated successfully, but these errors were encountered:
Thanks for you reply. And I google and found that : GTK+ does not officially support static linking. If you want to statically link GTK+, you will need to build it (and all its dependencies) from scratch as static libraries .
Is that true? But I don't know how to build it from scratch as static libraries .Can you give me some useful manual?
just a easy gtk program, after build it to a execute file ,can work well on my mac which I build it ,but when i transfer the other mac, it can not work and relay as follows:
dyld: Library not loaded: /usr/local/opt/gtk+/lib/libgtk-quartz-2.0.0.dylib
Referenced from: /Users/bigdisk/Desktop/testgtk
Reason: image not found
Abort trap: 6
logout
it seems that some lib not included ,how can i build it with that lib
The text was updated successfully, but these errors were encountered: