[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:27261] gs-ja-5.50, gs-aladdin-vflib-6.01 が ( Compile 出来ません (



武内@浦安です。

Windoseの圧力にもめげず、会社でLaTeXにより文書作成をしているのですが、
PrinterがRicho製のものに変更になり RPDL による出力が必要になりました。
Debian標準のgsはRPDLドライバが組み込まれていないため、apt-getで
gs-aladdin-vflib6.01のソースと他のサイトから gdevlips2.4.0をダウンロード
して debuild -us -uc でパッケージを作成しようとしていますが以下のエラー
が出てコンパイルが出来ません。(gs-jaでも同じエラーが出ます)

解決策をご教示願います。

尚、環境は testing (woody)で gccはVersion 2.95.3 20010125、kernelは
2.4.1です。

--------------------- Error Message ------------------------------------------
.
.
.
gcc `cat ./obj/cc.tr`  -O2 -Wall -Wcast-align -Wstrict-prototypes -Wwrite-string s -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[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[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[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[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[1]: *** [obj/zdevcal.o] エラー 1
make[1]: Leaving directory `/home/takeuchi/gs-ja-5.50'
make: *** [build-stamp] エラー 2
debuild: fatal error at line 293:
dpkg-buildpackage failed: 不正なシークです
eterna:/home/takeuchi/gs-ja-5.50# 

-------------------------------------------------------------------------------