Dear All,
Recently I have migrated from ubuntu 14.04 to ubuntu 15.04. Vivid, In vivid there is no official package libvmine0 :( so I decide compile and install by myself.
I follow all instructions, compile and install with:
cmake -G "Unix Makefiles" -DVMIME_TLS_SUPPORT_LIB_IS_OPENSSL=ON -DVMIME_TLS_SUPPORT_LIB_IS_GNUTLS=OFF -D
VMIME_BUILD_SAMPLES=OFF; make; sudo make install
cmake finished with "-- Build files have been written to: /home/mquinteiro/vmime"
make and make install don't give error messages.
But....
When I compile my program I'm getting this error:
main.cpp:15:5: error: ‘ref’ is not a member of ‘vmime’
vmime::ref <vmime::defaultAttachment> att;
Before ubuntu upgrade it compiles perfectly.
And for sure I have the includes:
#include <vmime/vmime.hpp>
#include <vmime/platforms/posix/posixHandler.hpp>
Help will be appreciated, thanks
Best regards!