Hi,
I use debian sarge kernel 2.6.8-2-686. I have setup the ssl and curl library, but unsucessfull in compiling the source (the lattest one). Here's the message:
g++ -g -fkeep-inline-functions -fno-default-inline -D_REENTRANT -I../lib/re_lib -I../lib/mimepp-1.3.3/src -I../lib/mimepp-1.3.3/examples/email -I/usr/include -I/usr/include/openssl -c ServiceClient.cpp
In file included from ServiceClient.h:69,
from ServiceClient.cpp:55:
WebBrowser.h:70:39: EmailMessage.h: No such file or directory
In file included from ServiceClient.h:69,
from ServiceClient.cpp:55:
WebBrowser.h:109: error: parse error before `&' token
make[1]: *** [ServiceClient.o] Error 1
make[1]: Leaving directory `/home/ari/ypops/src'
make: *** [all] Error 2
---
Apparently file EmailMessage.h is missing. How do I make it compiled succesfully?
Best Regards,
wayut



