I got these errors when compiling curlpp:
Cannot open source file: '.\src\curlpp\Infos.cpp': No such file or directory
Cannot open source file: '.\src\curlpp\Option.cpp': No such file or directory
Cannot open source file: '.\src\utilspp\singleton\LifetimeLibrary.cpp': No such file or directory
Cannot open source file: '.\src\utilspp\singleton\PrivateMembers.cpp': No such file or directory
and I have moved the LifetimeLibrary.cpp and PrivateMembers.cpp into the 'singleton' directory (that I created).
I don't know how to fix the Infos.cpp and Option.cpp issues, since I don't think Info.cpp and Infos.cpp are the same, neither is Option.cpp and Options.cpp I would think, because there exist separate h files for these (in the include/curlpp folder there are these 4 files: Info.hpp, Infos.hpp, Option.hpp, Options.hpp). It looks like the zip package was missing Infos.cpp and Option.cpp. Am I right?