因搭配的軟體需求,必須使用gtk2.0開發,
然後電腦的CPU是ivy bridge i5,
無法安裝fedora 18以前的版本
但是fedora預設是使用gtk3.0
用yum找不到gtk+-2.0的package,
直接編譯gtk+-2.0.20.1的版本,在make的時候會出現
io-png.c: In function 「png_simple_error_callback」:
io-png.c:187:30: 錯誤:提領參照不完全類型的指標
io-png.c: In function 「gdk_pixbuf__png_image_load」:
io-png.c:291:22: 錯誤:提領參照不完全類型的指標
io-png.c:345:32: 警告:傳遞參數 5 (屬於 「png_get_iCCP」)時在不相容的指標類型
間轉換 [enabled by default]
In file included from io-png.c:29:0:
/usr/include/png.h:2248:22: 附註:expected 「png_bytepp」 but argument is of
type 「char **」
io-png.c: In function 「gdk_pixbuf__png_image_begin_load」:
io-png.c:463:31: 錯誤:提領參照不完全類型的指標
io-png.c: In function 「gdk_pixbuf__png_image_load_increment」:
io-png.c:535:31: 錯誤:提領參照不完全類型的指標
io-png.c: In function 「png_info_callback」:
io-png.c:658:38: 警告:format 「%ld」 expects argument of type 「long int」,
but argument 5 has type 「png_uint_32」 [-Wformat]
io-png.c:658:38: 警告:format 「%ld」 expects argument of type 「long int」,
but argument 6 has type 「png_uint_32」 [-Wformat]
io-png.c:682:32: 警告:傳遞參數 5 (屬於 「png_get_iCCP」)時在不相容的指標類型
間轉換 [enabled by default]
In file included from io-png.c:29:0:
/usr/include/png.h:2248:22: 附註:expected 「png_bytepp」 but argument is of
type 「char **」
io-png.c: In function 「png_error_callback」:
io-png.c:773:30: 錯誤:提領參照不完全類型的指標
io-png.c: In function 「png_warning_callback」:
io-png.c:780:22: 警告:variable 「lc」 set but not used
[-Wunused-but-set-variable]
io-png.c: In function 「real_save_png」:
io-png.c:982:28: 錯誤:提領參照不完全類型的指標
io-png.c:1010:31: 警告:傳遞參數 5 (屬於 「png_set_iCCP」) 給指標時目的與指標
有/無號不一致 [-Wpointer-sign]
In file included from io-png.c:29:0:
/usr/include/png.h:2255:15: 附註:expected 「png_const_bytep」 but argument
is of type 「gchar *」
make[4]: *** [io-png.lo] Error 1
make[4]: Leaving directory `/root/下載/gtk+-2.20.1/gdk-pixbuf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/下載/gtk+-2.20.1/gdk-pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/下載/gtk+-2.20.1/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/下載/gtk+-2.20.1'
make: *** [all] Error 2
這樣的錯誤訊息
請問有解嗎@@