Re: [E-devel] eina won't compile with c++ compilers

2009-08-27 Thread Andre Dieb
Please confirm it's fixed. On Thu, Aug 27, 2009 at 1:05 PM, Vincent Torri wrote: > > > On Thu, 27 Aug 2009, Gustavo Sverzut Barbieri wrote: > > On Thu, Aug 27, 2009 at 12:01 PM, Vincent Torri >> wrote: >> >>> >>> >>> On Thu, 27 Aug 2009, Gustavo Sverzut Barbieri wrote: >>> >>> On Wed, Aug 26,

Re: [E-devel] eina won't compile with c++ compilers

2009-08-27 Thread Vincent Torri
On Thu, 27 Aug 2009, Gustavo Sverzut Barbieri wrote: > On Thu, Aug 27, 2009 at 12:01 PM, Vincent Torri wrote: >> >> >> On Thu, 27 Aug 2009, Gustavo Sverzut Barbieri wrote: >> >>> On Wed, Aug 26, 2009 at 4:13 PM, Vincent Torri wrote: On Wed, 26 Aug 2009, Andre Dieb wrote:

Re: [E-devel] eina won't compile with c++ compilers

2009-08-27 Thread Gustavo Sverzut Barbieri
On Thu, Aug 27, 2009 at 12:01 PM, Vincent Torri wrote: > > > On Thu, 27 Aug 2009, Gustavo Sverzut Barbieri wrote: > >> On Wed, Aug 26, 2009 at 4:13 PM, Vincent Torri wrote: >>> >>> >>> On Wed, 26 Aug 2009, Andre Dieb wrote: >>> On Wed, Aug 26, 2009 at 3:52 PM, Vincent Torri wrote: >

Re: [E-devel] eina won't compile with c++ compilers

2009-08-27 Thread Vincent Torri
On Thu, 27 Aug 2009, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 26, 2009 at 4:13 PM, Vincent Torri wrote: >> >> >> On Wed, 26 Aug 2009, Andre Dieb wrote: >> >>> On Wed, Aug 26, 2009 at 3:52 PM, Vincent Torri >>> wrote: >>> hey, eina_log defines EINA_LOG_LEVEL_UNKNOWN to I

Re: [E-devel] eina won't compile with c++ compilers

2009-08-27 Thread Gustavo Sverzut Barbieri
On Wed, Aug 26, 2009 at 4:13 PM, Vincent Torri wrote: > > > On Wed, 26 Aug 2009, Andre Dieb wrote: > >> On Wed, Aug 26, 2009 at 3:52 PM, Vincent Torri >> wrote: >> >>> >>> hey, >>> >>> eina_log defines EINA_LOG_LEVEL_UNKNOWN to INT32_MIN (btw, why _MIN ?). >>> The problem is that, stdint.h, INT32_

Re: [E-devel] eina won't compile with c++ compilers

2009-08-26 Thread Andre Dieb
On Wed, Aug 26, 2009 at 3:52 PM, Vincent Torri wrote: > > hey, > > eina_log defines EINA_LOG_LEVEL_UNKNOWN to INT32_MIN (btw, why _MIN ?). > The problem is that, stdint.h, INT32_MIN is defined if the compiler is not > a c++ one. Which, btw, that the compilation on Windows fails. > It is INT32_MI

Re: [E-devel] eina won't compile with c++ compilers

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Andre Dieb wrote: On Wed, Aug 26, 2009 at 3:52 PM, Vincent Torri wrote: hey, eina_log defines EINA_LOG_LEVEL_UNKNOWN to INT32_MIN (btw, why _MIN ?). The problem is that, stdint.h, INT32_MIN is defined if the compiler is not a c++ one. Which, btw, that the compilation