Re: aterm hassles
Abhinav Keswani (a.keswani@unsw.edu.au)
Mon, 08 Nov 1999 20:04:58 +1100
Daniel Rigos wrote:
>
> Hi,
>
> > gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I. -I.. -I. -O command.c
> > In file included from command.c:49:
> > rxvt.h:140: X11/Intrinsic.h: No such file or directory
> > rxvt.h:141: X11/cursorfont.h: No such file or directory
> > rxvt.h:142: X11/keysym.h: No such file or directory
> > command.c:52: X11/Xatom.h: No such file or directory
> > command.c:66: X11/keysym.h: No such file or directory
> > make[1]: *** [command.o] Error 1
> > make[1]: Leaving directory `/root/aterm-0.3.5/src'
> > make[1]: Entering directory `/root/aterm-0.3.5/doc'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/root/aterm-0.3.5/doc'
> > make[1]: Entering directory `/root/aterm-0.3.5/src/graphics'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/root/aterm-0.3.5/src/graphics'
>
> Hrmm, looks to me like you don't have the X header files and other X dev
> stuff. (I might be wrong but i'm pretty sure that's what it is) You'll need
> to get the X devel package or .tgz off of your distros site or X's site. I
> don't know anything about SuSE, so don't know if you can get a package thru
> their site or CD. Have a look around on their site and CD for something like
> X devel and install that.
thanks daniel - sorry to bother you again
I included as many xdevel things as I saw necessary (almost everything
that had header files in it...)
and then I got this...
/bin/sed -n -f ./makeprotos-sed command.c > command.pro
/bin/sed -n -f ./makeprotos-sed graphics.c > graphics.pro
/bin/sed -n -f ./makeprotos-sed grkelot.c > grkelot.pro
/bin/sed -n -f ./makeprotos-sed main.c > main.pro
/bin/sed -n -f ./makeprotos-sed menubar.c > menubar.pro
/bin/sed -n -f ./makeprotos-sed misc.c > misc.pro
/bin/sed -n -f ./makeprotos-sed netdisp.c > netdisp.pro
/bin/sed -n -f ./makeprotos-sed rmemset.c > rmemset.pro
/bin/sed -n -f ./makeprotos-sed screen.c > screen.pro
/bin/sed -n -f ./makeprotos-sed scrollbar2.c > scrollbar2.pro
/bin/sed -n -f ./makeprotos-sed utmp.c > utmp.pro
/bin/sed -n -f ./makeprotos-sed xdefaults.c > xdefaults.pro
/bin/sed -n -f ./makeprotos-sed pixmap.c > pixmap.pro
/bin/sed -n -f ./makeprotos-sed ximage_utils.c > ximage_utils.pro
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
command.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
graphics.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
grkelot.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
main.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
menubar.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
misc.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
netdisp.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
rmemset.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
screen.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
scrollbar2.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
utmp.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
xdefaults.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
pixmap.c
gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -I/usr/X11R6/include -I. -I..
-I. -O
ximage_utils.c
gcc -o aterm command.o graphics.o grkelot.o main.o menubar.o misc.o
netdisp.o r
memset.o screen.o scrollbar2.o utmp.o xdefaults.o pixmap.o
ximage_utils.o -L/us
r/X11R6/lib -lSM -lICE -lX11
make[1]: Leaving directory `/root/aterm-0.3.5/src'
make[1]: Entering directory `/root/aterm-0.3.5/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/aterm-0.3.5/doc'
make[1]: Entering directory `/root/aterm-0.3.5/src/graphics'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/aterm-0.3.5/src/graphics'
what do you make of this...same issue as before?
what does DHAVE_CONFIG_H define?
cheers
-Abhinav
--
WWW: http://www.afterstep.org/
FTP: ftp://ftp.afterstep.org/
MAIL: http://www.calderasystems.com/linuxcenter/forums/afterstep.html