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 am building OpenSceneGraph on Windows 11 x64 using MSVC 16 2019. This is the error i am getting:
C:\ProgramData\Anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' [D:\dev\OpenSceneGraph\build\src\osgPlugins\gif\osgdb_gif.vcxproj]
The text was updated successfully, but these errors were encountered:
You appear to have a modified version of the gif library headers. In the source code on http://sourceforge.net/projects/giflib/ the GifAsciiTable8x8 has been declared as "extern const" in all versions.
Laurens.
I am building OpenSceneGraph on Windows 11 x64 using MSVC 16 2019. This is the error i am getting:
C:\ProgramData\Anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' [D:\dev\OpenSceneGraph\build\src\osgPlugins\gif\osgdb_gif.vcxproj]
The text was updated successfully, but these errors were encountered: