Daichi Ando
daichi_a****@mac*****
2007年 6月 27日 (水) 16:40:35 JST
廣松さん,銭谷さん, 一月ほど前の話題で申し訳ないです. Linuxでの透明パッチですが,先ほど,Linuxで試してみました. (Gentoo Linux, xorg-x11-7.2) 銭谷さんによる修正済みのsvnのtransparency3.patchを用い,cvsのemacs,6/3にリリースされた22.1の双方で試してみた所, 以下のようなエラーが出て,コンパイルが止まります. frame_alpha_lower_limitは,cvsだと102行目で static int frame alpha_lower_limit; と宣言されているようですが…… cc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/dando/Utils/src/EmacsTransparency/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/alsa -g -O2 -Wno-pointer-sign xfns.c xfns.c: In function ‘x_set_alpha’: xfns.c:1884: error: ‘frame_alpha_lower_limit’ undeclared (first use in this function) xfns.c:1884: error: (Each undeclared identifier is reported only once xfns.c:1884: error: for each function it appears in.) xfns.c: In function ‘syms_of_xfns’: xfns.c:6005: error: ‘frame_alpha_lower_limit’ undeclared (first use in this function) make[2]: *** [xfns.o] エラー 1 make[2]: ディレクトリ `/mnt/home/dando/Utils/src/EmacsTransparency/emacs/src' から出ます make[1]: *** [bootstrap-build] エラー 2 make[1]: ディレクトリ `/mnt/home/dando/Utils/src/EmacsTransparency/emacs' から出ます make: *** [bootstrap] エラー 2 rosenlund:~/Utils/src/EmacsTransparency/emacs dando$ ------------------------------------------ Daichi Ando