Hello!

Compiling opendx, Iget the following error message:

<cite>

make[3]: Entering directory `/usr/local/src/dx-4.2.0/src/exec/libdx'
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include 
-Dlinux  -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include  -g -O2
-I/usr/X11R6/include -D_GNU_SOURCE -c callm_xinit.c
callm_xinit.c:18:19: Xm/Xm.h: Datei oder Verzeichnis nicht gefunden
callm_xinit.c:24: error: parse error before "appcontext"
callm_xinit.c:24: warning: initialization makes integer from pointer
without a cast
callm_xinit.c:24: warning: data definition has no type or storage class
callm_xinit.c:27: error: parse error before "app"
callm_xinit.c: In function `DXInitializeXMainLoop':
callm_xinit.c:29: error: `app' undeclared (first use in this function)
callm_xinit.c:29: error: (Each undeclared identifier is reported only
once
callm_xinit.c:29: error: for each function it appears in.)
callm_xinit.c: At top level:
callm_xinit.c:35: error: parse error before "XtPointer"
callm_xinit.c:35: warning: no semicolon at end of struct or union
callm_xinit.c:37: error: parse error before '}' token
callm_xinit.c:37: warning: data definition has no type or storage class
callm_xinit.c:40: error: parse error before "_rihProc"
callm_xinit.c:40: error: parse error before "client"
callm_xinit.c: In function `_rihProc':
callm_xinit.c:42: error: `mev' undeclared (first use in this function)
callm_xinit.c:42: error: parse error before ')' token
callm_xinit.c: In function `_dxf_RegisterInputHandlerX':
callm_xinit.c:49: error: `mev' undeclared (first use in this function)
callm_xinit.c:49: error: parse error before ')' token
callm_xinit.c:52: error: `XtPointer' undeclared (first use in this
function)
callm_xinit.c:52: error: parse error before "arg"
callm_xinit.c:54: error: parse error before "XtInputReadMask"

</cite>

I'm using Suse 8.2 distribution with gcc (GCC) 3.3 20030226 (prerelease)
(SuSE Linux) 

There seems to be a header file missing?!?

Thanks, Steffen


Reply via email to