vmime icon indicating copy to clipboard operation
vmime copied to clipboard

Cannot Run examples on MAC

Open jxu22 opened this issue 12 years ago • 2 comments

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???

jxu22 avatar Oct 12 '13 22:10 jxu22

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

xiaods avatar Feb 05 '16 07:02 xiaods

it fixed in latest code. please have a try in master branch.

xiaods avatar Feb 09 '16 16:02 xiaods