Bug#656717: libzen FTBFS on most 32-bit architectures, overload error

2012-01-21 Thread peter green
package: libzen severity: serious libzen failed to build on most* 32-bit architectures with the following error ../../../Source/ZenLib/Ztring.h:201:13: error: 'ZenLib::Ztring ZenLib::Ztring::From_Number(size_t, ZenLib::int8u)' cannot be overloaded ../../../Source/ZenLib/Ztring.h:186:13:

Bug#656717: libzen FTBFS on most 32-bit architectures, overload error

2012-01-21 Thread Jakub Wilk
* peter green plugw...@p10link.net, 2012-01-21, 09:31: ../../../Source/ZenLib/Ztring.h:201:13: error: 'ZenLib::Ztring ZenLib::Ztring::From_Number(size_t, ZenLib::int8u)' cannot be overloaded ../../../Source/ZenLib/Ztring.h:186:13: error: with 'ZenLib::Ztring

Bug#656717: libzen FTBFS on most 32-bit architectures, overload error

2012-01-21 Thread Chow Loong Jin
On 21/01/2012 21:34, Jakub Wilk wrote: * peter green plugw...@p10link.net, 2012-01-21, 09:31: ../../../Source/ZenLib/Ztring.h:201:13: error: 'ZenLib::Ztring ZenLib::Ztring::From_Number(size_t, ZenLib::int8u)' cannot be overloaded ../../../Source/ZenLib/Ztring.h:186:13: error: with

Bug#656717: libzen FTBFS on most 32-bit architectures, overload error

2012-01-21 Thread peter green
The FTBFS is caused by a rather hacky patch[1] I included in -3 to fix an FTBFS in s390[2]. Is there a better way of doing this without rewriting the parts of the library that use the NEED_SIZET macro to use templates? Specifically, it looks like I would need a preprocessor conditional to

Bug#656717: libzen FTBFS on most 32-bit architectures, overload error

2012-01-21 Thread Chow Loong Jin
On 22/01/2012 07:01, peter green wrote: The FTBFS is caused by a rather hacky patch[1] I included in -3 to fix an FTBFS in s390[2]. Is there a better way of doing this without rewriting the parts of the library that use the NEED_SIZET macro to use templates? Specifically, it looks like