You are not logged in.

#1 2006-04-05 15:08:41

EAD
Member
Registered: 2006-03-11
Posts: 255

Having problem with DR.Scheme build

Hii, I am trying to upgrade the dr scheme that in the ARCH from 3.00 to 3.01, I have took the PKG and change the pkg version to be 3.01, every thing went good, but when compiling it I get an erorr while compiling the PKG, Can any one help me here please?
:?:

Offline

#2 2006-04-05 17:37:32

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Having problem with DR.Scheme build

Post the error.

Offline

#3 2006-04-05 17:53:10

EAD
Member
Registered: 2006-03-11
Posts: 255

Re: Having problem with DR.Scheme build

tomk wrote:

Post the error.

Here this is the error

ccache gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include -I/usr/include/freetype2 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt     -I./XWidgets -o XWidgets/xwMenu.o ./XWidgets/xwMenu.c
./XWidgets/xwMenu.c:709:31: error: X11/bitmaps/gray: No such file or directory
./XWidgets/xwMenu.c: In function 'CreateGCs':
./XWidgets/xwMenu.c:711: error: 'gray_bits' undeclared (first use in this function)
./XWidgets/xwMenu.c:711: error: (Each undeclared identifier is reported only once
./XWidgets/xwMenu.c:711: error: for each function it appears in.)
./XWidgets/xwMenu.c:711: error: 'gray_width' undeclared (first use in this function)
./XWidgets/xwMenu.c:711: error: 'gray_height' undeclared (first use in this function)
make[5]: *** [XWidgets/xwMenu.o] Error 1
make[5]: Leaving directory `/var/abs/local/src/plt-301/src/wxxt/src'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/abs/local/src/plt-301/src/wxxt/src/x'
make[3]: *** [wx_xt] Error 2
make[3]: Leaving directory `/var/abs/local/src/plt-301/src/mred'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/abs/local/src/plt-301/src/mred'
make[1]: *** [mr] Error 2
make[1]: Leaving directory `/var/abs/local/src/plt-301/src'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

Offline

#4 2006-04-06 01:29:13

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Having problem with DR.Scheme build

pacman -S xbitmaps
will fix it.

Offline

Board footer

Powered by FluxBB