Closed GoogleCodeExporter closed 9 years ago
The actual error cannot be seen on the dashboard:
http://my.cdash.org/index.php?project=OPENJPEG
could you either provide a fix (patch) and or copy/paste the error ?
Original comment by mathieu.malaterre
on 14 Mar 2014 at 2:48
http://my.cdash.org/buildSummary.php?buildid=580826
Fix is pretty easy,
trunk/thirdparty/libtiff/test_inline.c content is :
/* Test source lifted from /usr/share/autoconf/autoconf/c.m4 */
typedef int foo_t;
static inline foo_t static_foo(){return 0;}
foo_t foo(){return 0;}
int main(int argc, char *argv[]){return 0;}
/* Test source lifted from /usr/share/autoconf/autoconf/c.m4 */
typedef int foo_t;
static inline foo_t static_foo(){return 0;}
foo_t foo(){return 0;}
int main(int argc, char *argv[]){return 0;}
Shall only be :
/* Test source lifted from /usr/share/autoconf/autoconf/c.m4 */
typedef int foo_t;
static inline foo_t static_foo(){return 0;}
foo_t foo(){return 0;}
int main(int argc, char *argv[]){return 0;}
Original comment by m.darb...@gmail.com
on 14 Mar 2014 at 3:08
This issue was closed by revision r2746.
Original comment by mathieu.malaterre
on 14 Mar 2014 at 3:10
Original issue reported on code.google.com by
m.darb...@gmail.com
on 12 Mar 2014 at 9:40