fehler beim ghostscript kompilieren

Post Reply
Message
Author
Andre

fehler beim ghostscript kompilieren

#1 Post by Andre »

hi,
beim kompilieren von ghostscript erhalte ich folgende fehlermeldungen:

"
thales:/Eigenes/Downloads/gs5.50 # make JSRCDIR=/Eigenes/Downloads/jpeg-6b/
....
gcc `cat ./obj/cc.tr` -O2 -Wall -Wcast-align -Wstrict-prototypes -Wwrite-strings -fno-common -I. -I./obj -I. -I./obj -o ./obj/zdevcal.o -c ./zdevcal.c
./zdevcal.c: In function `calendar_get_params':
./zdevcal.c:53: storage size of `ltime' isn't known
./zdevcal.c:55: dereferencing pointer to incomplete type
./zdevcal.c:55: initializer element is not constant
./zdevcal.c:55: (near initialization for `items[0].offset')
./zdevcal.c:56: dereferencing pointer to incomplete type
./zdevcal.c:56: initializer element is not constant
./zdevcal.c:56: (near initialization for `items<font size="1">.offset')
./zdevcal.c:57: dereferencing pointer to incomplete type
./zdevcal.c:57: initializer element is not constant
./zdevcal.c:57: (near initialization for `items<font size="2">.offset')
./zdevcal.c:58: dereferencing pointer to incomplete type
./zdevcal.c:58: initializer element is not constant
./zdevcal.c:58: (near initialization for `items<font size="3">.offset')
./zdevcal.c:59: dereferencing pointer to incomplete type
./zdevcal.c:59: initializer element is not constant
./zdevcal.c:59: (near initialization for `items<font size="4">.offset')
./zdevcal.c:60: dereferencing pointer to incomplete type
./zdevcal.c:60: initializer element is not constant
./zdevcal.c:60: (near initialization for `items[5].offset')
./zdevcal.c:61: dereferencing pointer to incomplete type
./zdevcal.c:61: initializer element is not constant
./zdevcal.c:61: (near initialization for `items[6].offset')
./zdevcal.c:66: warning: implicit declaration of function `time'
./zdevcal.c:66: warning: implicit declaration of function `localtime'
./zdevcal.c:66: warning: assignment makes pointer from integer without a cast
./zdevcal.c:71: dereferencing pointer to incomplete type
./zdevcal.c:53: warning: unused variable `ltime'
make: *** [obj/zdevcal.o] Error 1
"
wo liegt hier das problem, und wie kann ich es beheben?

thnxs,
andre

Post Reply