example-crud icon indicating copy to clipboard operation
example-crud copied to clipboard

oatpp/web/mime/ContentMappers.hpp missing

Open ghost opened this issue 11 months ago • 2 comments

Unless I am mistaken, it appears that with the with the oatpp 1.3.0#2 release, the above file no longer exists and hence the source is no longer valid.

ghost avatar Jan 23 '25 21:01 ghost

I was seeing the same behavior when I installed using vcpkg. However, I see the file here: https://github.com/oatpp/oatpp/tree/master/src/oatpp/web/mime

Should be something to do with the way vcpkg package was buildt.

gldraphael avatar Feb 19 '25 23:02 gldraphael

Ok, I think I figured.

Use the example for v1.3.0-latest instead: https://github.com/oatpp/example-crud/blob/1.3.0-latest/src/AppComponent.hpp

gldraphael avatar Feb 19 '25 23:02 gldraphael