nanogui: Thread: mwtypes.h error


[<<] [<] Page 1 of 1 [>] [>>]
Subject: mwtypes.h error
From: "Martin Kajdas" ####@####.####
Date: 21 Apr 2011 19:14:13 -0000
Message-Id: <22F1610BD82AD74D9C745FA543161959DC7CC3@mkmail.MKPROD.COM>

Mwtypes.h line 32:

 

#if defined(GCC_VERSION)

 

Should be:

 

#if (defined(GCC_VERSION) && (GCC_VERSION >= 2093)) ||
(defined(__GNUC__) && (((__GNUC__ >= 2) && (__GNUC_MINOR__ >= 95)) ||
(__GNUC__ > 2)))

 

Like it is in device.h

On my system, GCC_VERSION is not defined and caused screen.bmp screen
dump output file to be aligned wrong.

Now it is working fine.

Martin

 

[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.