Bug#361943: ipe: FTBFS (amd64): format '%d' expects type 'int', but argument 3 has type 'size_t'

2006-04-11 Thread Andreas Jochens
Package: ipe Version: 6.0pre26-2 Severity: serious Tags: patch When building 'ipe' on amd64/unstable, I get the following error: make[2]: Entering directory `/ipe-6.0pre26/src/ipetopng' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -Werror -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_GUI_LIB

Bug#361943: ipe: FTBFS (amd64): format '%d' expects type 'int', but argument 3 has type 'size_t'

2006-04-11 Thread Stephen Gran
This one time, at band camp, Andreas Jochens said: Package: ipe Version: 6.0pre26-2 Severity: serious Tags: patch When building 'ipe' on amd64/unstable, I get the following error: make[2]: Entering directory `/ipe-6.0pre26/src/ipetopng' g++ -c -pipe -O2 -D_REENTRANT -Wall -W -Werror

Bug#361943: ipe: FTBFS (amd64): format '%d' expects type 'int', but argument 3 has type 'size_t'

2006-04-11 Thread Andreas Jochens
On 06-Apr-11 13:00, Stephen Gran wrote: C99 has introduced the prefix z for size_t, so this should really be written as: + The document contains %zd pages, cannot convert page %d.\n, doc-size(), pageNum); Andreas, can you confirm that this works for you? Yes, this works

Bug#361943: ipe: FTBFS (amd64): format '%d' expects type 'int', but argument 3 has type 'size_t'

2006-04-11 Thread Steve M. Robbins
Hey Folks, Thanks for your interest in Ipe. On Tue, Apr 11, 2006 at 01:00:08PM +0100, Stephen Gran wrote: C99 has introduced the prefix z for size_t, so this should really be written as: + The document contains %zd pages, cannot convert page %d.\n, doc-size(), pageNum);