Closed ianmanifacier closed 4 years ago
Hi ianmanifacier --
I suspect you picked the wrong project when reporting this issue. There's no C++ or GL in b2-sdk-java. :)
I'm going to close this ticket and hope that you find the right project.
good luck!
Hi, Yes, apparently. Sorry about that Have a good day
On Fri, Jul 17, 2020 at 12:07 AM certainmagic notifications@github.com wrote:
Hi ianmanifacier --
I suspect you picked the wrong project when reporting this issue. There's no C++ or GL in b2-sdk-java. :)
I'm going to close this ticket and hope that you find the right project.
good luck!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Backblaze/b2-sdk-java/issues/122#issuecomment-659700119, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEIPZKQ5RWD3EEHHOJXA2HDR35235ANCNFSM4O44XWNA .
Hi,
I down loaded the the C++ files. I could not compile because one library was missing "freeglut".
After installing using the vcpkg manager it the problem remained.
There seem to have been a folder name change from "freeglut" to "GL"
Here is my fix of the B2dJsonImage_OpenGL.h:
ifdef APPLE
else
//#include "freeglut/freeglut.h"
endif
My code now compiles fine
Best