[Insight-users] ftlk + debian bug report

Mathieu Malaterre mmalat at irus . rri . ca
Fri, 14 Jun 2002 16:03:01 -0400


This is a multi-part message in MIME format.
--------------449F282EDE8D7B606B90B142
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,
  I had some problems making FltkImageViewer work with debian. I took a
look to the gl.h file that comes with the debian and it is the Mesa 3.1
Lib version.
There, they define GLenum as:

#ifdef CENTERLINE_CLPP
  /* CenterLine C++ workaround: */
  gl_enum;
  typedef int GLenum;
#else
  /* all other compilers */
  GLenum;
#endif

whereas in fltkClippingPlane3DDrawer.cxx, for instance, they assume that
GLenum is 'unsigned int'
So I replaced by GLenum each time I had compilation problem.
HTH
Mathieu

--------------449F282EDE8D7B606B90B142
Content-Type: text/x-vcard; charset=us-ascii;
 name="mmalat.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Mathieu Malaterre
Content-Disposition: attachment;
 filename="mmalat.vcf"

begin:vcard 
n:Malaterre;Mathieu
tel;cell:519-697-5045
tel;work:519-685-8300 x34096
x-mozilla-html:FALSE
url:http://www.irus.rri.ca/~mmalat
org:The John P. Robarts Research Institute;Imaging Research Laboratories
adr:;;100 Perth Drive;London;Ontario;N6A 5K8;CANADA
version:2.1
email;internet:mmalat@irus.rri.ca
title:Visiting Graduate Student
x-mozilla-cpt:;0
fn:Malaterre, Mathieu
end:vcard

--------------449F282EDE8D7B606B90B142--