vmime
vmime copied to clipboard
Cannot Run examples on MAC
Hey, I currently install vmime in my mac. However, I compile example1 with:
g++ exampl1.cpp -lvmime -o example
It get compiled. However, it gives out errorss when I execute the executable:
dyld: lazy symbol binding failed: Symbol not found: _gcry_control Referenced from: /usr/local/lib/libvmime.0.dylib Expected in: flat namespace
dyld: Symbol not found: _gcry_control Referenced from: /usr/local/lib/libvmime.0.dylib Expected in: flat namespace
Could you give me a help???
i have the same issue. i use xcode 7 to build, came across this errors:
dyld: Library not loaded: libvmime.0.dylib
Referenced from: /Users/xiaods/Library/Developer/Xcode/DerivedData/usercount-gtmghmhxcythykbqgvzndvypyueo/Build/Products/Debug/usercount
Reason: image not found
Program ended with exit code: 9
it fixed in latest code. please have a try in master branch.