Patrice Mandin wrote:
There is a missing ( for the definition of vblsem, in mint/sysvars.h: #define vblsem ((short *) 0x452L)) /* vbl semaphore */ It should be: #define vblsem (((short *) 0x452L)) /* vbl semaphore */
Or better, the last closing one should be removed. -- Vincent Rivière