[racket] racket build fail on archlinux

From: Siju George (sgeorge.ml at gmail.com)
Date: Wed Jun 9 01:51:08 EDT 2010

Hi,

I am trying to compile racket on archlinux/i686

Linux  2.6.33-ARCH #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010 i686
Intel(R) Pentium(R) D CPU 2.66GHz GenuineIntel GNU/Linux

and got this error during make


../../../gracket/gc2/../../wxcommon/wxJPEG.cxx: In function ‘int
wx_write_png(char*, wxBitmap*)’:
../../../gracket/gc2/../../wxcommon/wxJPEG.cxx:967:28: warning:
‘png_struct_def::jmpbuf’ is deprecated (declared at
/usr/include/libpng14/png.h:1114)
../../../gracket/gc2/../../wxcommon/wxJPEG.cxx:967:28: warning:
‘png_struct_def::jmpbuf’ is deprecated (declared at
/usr/include/libpng14/png.h:1114)
make[5]: *** [wxJPEG.o] Error 1
make[5]: Leaving directory `/var/software/plt-5.0/src/build/gracket/gc2'
make[4]: *** [3m] Error 2
make[4]: Leaving directory `/var/software/plt-5.0/src/build/gracket/gc2'
make[3]: *** [3m] Error 2
make[3]: Leaving directory `/var/software/plt-5.0/src/build/gracket'
make[2]: *** [gracket-3m] Error 2
make[2]: Leaving directory `/var/software/plt-5.0/src/build'
make[1]: *** [3m] Error 2
make[1]: Leaving directory `/var/software/plt-5.0/src/build'
make: *** [all] Error 2


what could be the reason?

thanks

--Siju


Posted on the users mailing list.