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
I'm getting errors like this when building Pangolin:
/DPVO/Pangolin/components/pango_image/src/image_io_jpg.cpp:189:13: error: ‘uint8_t’ was not declared in this scope
189 | uint8_t* dstRow = (uint8_t*)image.RowPtr(y);
I'm a little suspicious that maybe the code thinks it's running on windows rather than Ubuntu?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm getting errors like this when building Pangolin:
/DPVO/Pangolin/components/pango_image/src/image_io_jpg.cpp:189:13: error: ‘uint8_t’ was not declared in this scope
189 | uint8_t* dstRow = (uint8_t*)image.RowPtr(y);
I'm a little suspicious that maybe the code thinks it's running on windows rather than Ubuntu?
Thanks!
The text was updated successfully, but these errors were encountered: