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
Somehow I either haven't seen it or forgot… I don't really have a good idea of what's going on here, but given the date… Are you still experiencing the problem or do you still care before I event think of reproducing it? (would need more information on the environment, anyway).
Hi Michael,
Apologies in advance for my ignorance if this is something simple but I am having problems compiling any of the more recent commits...
I get the following errors
make[2]: Entering directory `/root/eye-fi/iii-0.3/src'
g++ -DHAVE_CONFIG_H -I.. -I. -I. -DWITH_IPV6 -DWITH_DOM -DDEBUG -DEYEKIN_CONF_DIR="/usr/local/etc/iii" -g -O2 -MT eyefiservice.o -MD -MP -MF .de ps/eyefiservice.Tpo -c -o eyefiservice.o eyefiservice.cc
eyefiservice.cc: In member function ‘virtual int eyefiService::UploadPhoto(int, std::string, std::string, long int, std::string, std::string, int, rns_ _UploadPhotoResponse&)’:
eyefiservice.cc:171:77: error: ‘integrity_digest’ was not declared in this scope
eyefiservice.cc:176:37: error: no matching function for call to ‘tarchive_t::tarchive_t(char*&, size_t&)’
eyefiservice.cc:176:37: note: candidates are:
eyetil.h:105:2: note: tarchive_t::tarchive_t(const char*)
eyetil.h:105:2: note: candidate expects 1 argument, 2 provided
eyetil.h:100:7: note: tarchive_t::tarchive_t(const tarchive_t&)
eyetil.h:100:7: note: candidate expects 1 argument, 2 provided
make[2]: *** [eyefiservice.o] Error 1
Any ideas what I am missing?
Many Thanks
Andy
The text was updated successfully, but these errors were encountered: