Backblaze / b2-sdk-java

The official Java SDK for using Backblaze's B2 Storage APIs
Other
94 stars 25 forks source link

#include freeglut/freeglut.h must be changed to #include <GL/freeglut.h> #122

Closed ianmanifacier closed 4 years ago

ianmanifacier commented 4 years ago

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

#include <GLUT/glut.h>

else

#include <GL/freeglut.h>

//#include "freeglut/freeglut.h"

endif

My code now compiles fine

Best

certainmagic commented 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!

ianmanifacier commented 4 years ago

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 .