[Insight-users] intmax_t typedef issue with SOViewer

Luis Ibanez luis.ibanez at kitware.com
Fri Feb 5 13:32:42 EST 2010


Hi Sylvain,


Thanks for trying the code and for reporting back.

in order to track this problem, we will now have to
start taking pieces from

     Insight/Code/Common/itkIntTypes.h

and progressively adding them to the minimal
example, until we manage to replicate the error
message.

One way of forcing it earlier is to include:

          #include "inttypes.h"
          #include "stdint.h"

in your minimal "main" example.

add

    typedef ::intmax_t  intmax_t;

before the current

   typedef     intmax_t    MyType;


That sould replicate the context of itkIntTypes.h
line 117, where your compilation is reporting the
error.


Please let us know if that triggers the error.


BTW: I presume that you managed to build ITK
itself without any errors....     Is that correct ?


     Thanks


           Luis


------------------------------------------------------------------------
On Fri, Feb 5, 2010 at 1:18 PM, Sylvain Gouttard <gouttard at sci.utah.edu> wrote:
> Luis,
>
> I didn't get any compilation error. I made sure i used the same compiler.
>
> Sylvain
>
> Luis Ibanez wrote:
>> Hi Sylvain,
>>
>> Please try the following simple program outside of your
>> ITK + SOViewer project, and let us know if you get any
>> compilation errors ?
>>
>>
>> #include <stdint.h>
>> int main()
>> {
>>    typedef     intmax_t    MyType;
>>
>>    MyType  it;
>>
>>    return 0;
>> }
>>
>>
>> Please make sure that you use exactly the same compiler
>> that you are using for building your ITK+SOViewer project.
>>
>>
>>   Thanks
>>
>>
>>       Luis
>>
>>
>> ---------------------------------------------------------
>> On Fri, Feb 5, 2010 at 12:53 PM, Sylvain SCI <gouttard at sci.utah.edu> wrote:
>>
>>> Hi,
>>>
>>> I recently updated my linux distribution to Fedora 12, and i'm having issues
>>> with the compilation of SOViewer. I feel like it might be due to the
>>> compiler (gcc 4.4.2), but i have no idea how i could fix this problem.
>>>
>>> I use the HEAD versions for ITK and for SOViewer.
>>>
>>> I copy below my error (pretty long). Any help would be much appreciated !
>>> Thanks,
>>> Sylvain
>>>
>>>
>>> [ 65%] Building CXX object
>>> CMakeFiles/SOViewer.dir/Interactor/sovGlSlicerKeyboardInteractor.o
>>> In file included from /usr/include/GL/glext.h:4385,
>>> from /usr/include/GL/gl.h:2090,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovOpenGL.h:25,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/OpenGLSliceTexture.h:22,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicer.h:26,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.txx:23,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.h:92,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.txx:30,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.h:82,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovGlRendererSlicer.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.cxx:2:
>>> /usr/include/inttypes.h:298: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:298: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:298: error: ‘intmax_t’ does not name a type
>>> /usr/include/inttypes.h:301: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:301: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:301: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:301: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:302: error: expected ‘,’ or ‘;’ before ‘throw’
>>> /usr/include/inttypes.h:305: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:305: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:305: error: ‘intmax_t’ does not name a type
>>> /usr/include/inttypes.h:309: error: reference to ‘uintmax_t’ is ambiguous
>>> /usr/include/stdint.h:141: error: candidates are: typedef long long unsigned
>>> int uintmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:118: error:
>>> typedef uintmax_t itk::uintmax_t
>>> /usr/include/inttypes.h:309: error: reference to ‘uintmax_t’ is ambiguous
>>> /usr/include/stdint.h:141: error: candidates are: typedef long long unsigned
>>> int uintmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:118: error:
>>> typedef uintmax_t itk::uintmax_t
>>> /usr/include/inttypes.h:309: error: ‘uintmax_t’ does not name a type
>>> /usr/include/inttypes.h:313: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:313: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:313: error: ‘intmax_t’ does not name a type
>>> /usr/include/inttypes.h:318: error: reference to ‘uintmax_t’ is ambiguous
>>> /usr/include/stdint.h:141: error: candidates are: typedef long long unsigned
>>> int uintmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:118: error:
>>> typedef uintmax_t itk::uintmax_t
>>> /usr/include/inttypes.h:318: error: reference to ‘uintmax_t’ is ambiguous
>>> /usr/include/stdint.h:141: error: candidates are: typedef long long unsigned
>>> int uintmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:118: error:
>>> typedef uintmax_t itk::uintmax_t
>>> /usr/include/inttypes.h:318: error: ‘uintmax_t’ does not name a type
>>> In file included from /usr/include/GL/glext.h:4385,
>>> from /usr/include/GL/gl.h:2090,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovOpenGL.h:25,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/OpenGLSliceTexture.h:22,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicer.h:26,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.txx:23,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.h:92,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.txx:30,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.h:82,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovGlRendererSlicer.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.cxx:2:
>>> /usr/include/inttypes.h:385: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:385: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:385: error: ‘intmax_t’ does not name a type
>>> /usr/include/inttypes.h:401: error: reference to ‘uintmax_t’ is ambiguous
>>> /usr/include/stdint.h:141: error: candidates are: typedef long long unsigned
>>> int uintmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:118: error:
>>> typedef uintmax_t itk::uintmax_t
>>> /usr/include/inttypes.h:401: error: reference to ‘uintmax_t’ is ambiguous
>>> /usr/include/stdint.h:141: error: candidates are: typedef long long unsigned
>>> int uintmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:118: error:
>>> typedef uintmax_t itk::uintmax_t
>>> /usr/include/inttypes.h:401: error: ‘uintmax_t’ does not name a type
>>> /usr/include/inttypes.h:415: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:415: error: reference to ‘intmax_t’ is ambiguous
>>> /usr/include/stdint.h:139: error: candidates are: typedef long long int
>>> intmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:117: error:
>>> typedef intmax_t itk::intmax_t
>>> /usr/include/inttypes.h:415: error: ‘intmax_t’ does not name a type
>>> /usr/include/inttypes.h:432: error: reference to ‘uintmax_t’ is ambiguous
>>> /usr/include/stdint.h:141: error: candidates are: typedef long long unsigned
>>> int uintmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:118: error:
>>> typedef uintmax_t itk::uintmax_t
>>> /usr/include/inttypes.h:432: error: reference to ‘uintmax_t’ is ambiguous
>>> /usr/include/stdint.h:141: error: candidates are: typedef long long unsigned
>>> int uintmax_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:118: error:
>>> typedef uintmax_t itk::uintmax_t
>>> /usr/include/inttypes.h:432: error: ‘uintmax_t’ does not name a type
>>> In file included from /usr/include/GL/gl.h:2090,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovOpenGL.h:25,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/OpenGLSliceTexture.h:22,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicer.h:26,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.txx:23,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.h:92,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.txx:30,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.h:82,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovGlRendererSlicer.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.cxx:2:
>>> /usr/include/GL/glext.h:4389: error: reference to ‘int64_t’ is ambiguous
>>> /usr/include/sys/types.h:198: error: candidates are: typedef long long int
>>> int64_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:90: error:
>>> typedef int64_t itk::int64_t
>>> /usr/include/GL/glext.h:4389: error: reference to ‘int64_t’ is ambiguous
>>> /usr/include/sys/types.h:198: error: candidates are: typedef long long int
>>> int64_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:90: error:
>>> typedef int64_t itk::int64_t
>>> /usr/include/GL/glext.h:4389: error: ‘int64_t’ does not name a type
>>> /usr/include/GL/glext.h:4390: error: reference to ‘uint64_t’ is ambiguous
>>> /usr/include/stdint.h:59: error: candidates are: typedef long long unsigned
>>> int uint64_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:91: error:
>>> typedef uint64_t itk::uint64_t
>>> /usr/include/GL/glext.h:4390: error: reference to ‘uint64_t’ is ambiguous
>>> /usr/include/stdint.h:59: error: candidates are: typedef long long unsigned
>>> int uint64_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:91: error:
>>> typedef uint64_t itk::uint64_t
>>> /usr/include/GL/glext.h:4390: error: ‘uint64_t’ does not name a type
>>> /usr/include/GL/glext.h:4394: error: reference to ‘int64_t’ is ambiguous
>>> /usr/include/sys/types.h:198: error: candidates are: typedef long long int
>>> int64_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:90: error:
>>> typedef int64_t itk::int64_t
>>> /usr/include/GL/glext.h:4394: error: reference to ‘int64_t’ is ambiguous
>>> /usr/include/sys/types.h:198: error: candidates are: typedef long long int
>>> int64_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:90: error:
>>> typedef int64_t itk::int64_t
>>> /usr/include/GL/glext.h:4394: error: ‘int64_t’ does not name a type
>>> /usr/include/GL/glext.h:4395: error: reference to ‘uint64_t’ is ambiguous
>>> /usr/include/stdint.h:59: error: candidates are: typedef long long unsigned
>>> int uint64_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:91: error:
>>> typedef uint64_t itk::uint64_t
>>> /usr/include/GL/glext.h:4395: error: reference to ‘uint64_t’ is ambiguous
>>> /usr/include/stdint.h:59: error: candidates are: typedef long long unsigned
>>> int uint64_t
>>> /scratch/gouttard/software/Insight/Code/Common/itkIntTypes.h:91: error:
>>> typedef uint64_t itk::uint64_t
>>> /usr/include/GL/glext.h:4395: error: ‘uint64_t’ does not name a type
>>> In file included from /usr/include/GL/gl.h:2090,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovOpenGL.h:25,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/OpenGLSliceTexture.h:22,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicer.h:26,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.txx:23,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.h:92,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.txx:30,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.h:82,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovGlRendererSlicer.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.cxx:2:
>>> /usr/include/GL/glext.h:5104: error: ‘GLint64’ has not been declared
>>> /usr/include/GL/glext.h:5105: error: ‘GLint64’ has not been declared
>>> In file included from /usr/include/GL/gl.h:2090,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovOpenGL.h:25,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/OpenGLSliceTexture.h:22,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicer.h:26,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.txx:23,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.h:92,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.txx:30,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.h:82,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovGlRendererSlicer.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.cxx:2:
>>> /usr/include/GL/glext.h:5904: error: ‘GLuint64’ has not been declared
>>> /usr/include/GL/glext.h:5905: error: ‘GLuint64’ has not been declared
>>> /usr/include/GL/glext.h:5906: error: ‘GLint64’ has not been declared
>>> In file included from /usr/include/GL/gl.h:2090,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovOpenGL.h:25,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/OpenGLSliceTexture.h:22,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicer.h:26,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.txx:23,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.h:92,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.txx:30,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.h:82,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovGlRendererSlicer.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.cxx:2:
>>> /usr/include/GL/glext.h:8326: error: ‘GLint64EXT’ has not been declared
>>> /usr/include/GL/glext.h:8327: error: ‘GLuint64EXT’ has not been declared
>>> In file included from /usr/include/GL/gl.h:2090,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovOpenGL.h:25,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/OpenGLSliceTexture.h:22,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicer.h:26,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.txx:23,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.h:92,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.txx:30,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.h:82,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovGlRendererSlicer.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.cxx:2:
>>> /usr/include/GL/glext.h:8676: error: ‘GLuint64EXT’ has not been declared
>>> /usr/include/GL/glext.h:8677: error: ‘GLuint64EXT’ has not been declared
>>> In file included from /usr/include/GL/gl.h:2090,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovOpenGL.h:25,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/OpenGLSliceTexture.h:22,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicer.h:26,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.txx:23,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/OpenGL/Slicer/sovImageGlRenderMethodSlicerFactory.h:92,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.txx:30,
>>> from
>>> /scratch/gouttard/software/SOViewer/RenderMethod/sovGlRenderMethodFactory.h:82,
>>> from /scratch/gouttard/software/SOViewer/Renderer/sovGlRendererSlicer.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.h:24,
>>> from
>>> /scratch/gouttard/software/SOViewer/Interactor/sovGlSlicerKeyboardInteractor.cxx:2:
>>> /usr/include/GL/glext.h:8680: error: ‘GLint64EXT’ has not been declared
>>> /usr/include/GL/glext.h:8681: error: ‘GLuint64EXT’ has not been declared
>>> make[2]: ***
>>> [CMakeFiles/SOViewer.dir/Interactor/sovGlSlicerKeyboardInteractor.o] Error 1
>>> make[1]: *** [CMakeFiles/SOViewer.dir/all] Error 2
>>> make: *** [all] Error 2
>>>
>>>
>>> _____________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Kitware offers ITK Training Courses, for more information visit:
>>> http://www.kitware.com/products/protraining.html
>>>
>>> Please keep messages on-topic and check the ITK FAQ at:
>>> http://www.itk.org/Wiki/ITK_FAQ
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.itk.org/mailman/listinfo/insight-users
>>>
>>>
>


More information about the Insight-users mailing list