[Evolution] make problems



Hello what could be wrong?


I've run ./configure --prefix=/usr --sysconfdir=/etc

Then I type: make

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                                     -I../../widgets/shortcut-bar  
          -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/local/include/gtk-1.2 
-I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H 
-I/usr/local/lib/gnome-libs/include -DUNICODE_USE_SYSTEM_ICONV -I/usr/local/include/glib-1.2 
-I/usr/local/lib/glib/include -D_REENTRANT -I/usr/local/include -DUNICODE_USE_SYSTEM_ICONV                    
     -DG_LOG_DOMAIN=__FILE__  -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 
-I/usr/local/lib/glib/include -I/usr/X11R6/include  -O3 -mcpu=i686 -march=i686 -Wall -Wunused  -c e-dateedit.c
e-dateedit.c:161: parse error before `*'
e-dateedit.c: In function `e_date_edit_class_init':
e-dateedit.c:231: warning: implicit declaration of function `gtk_signal_new'
e-dateedit.c:233: warning: implicit declaration of function `GTK_SIGNAL_OFFSET'
e-dateedit.c:233: parse error before `EDateEditClass'
e-dateedit.c: In function `create_children':
e-dateedit.c:308: warning: implicit declaration of function `gtk_signal_connect'
e-dateedit.c:311: warning: implicit declaration of function `gtk_signal_connect_after'
e-dateedit.c:332: warning: implicit declaration of function `gtk_drawing_area_new'
e-dateedit.c:332: warning: assignment makes pointer from integer without a cast
e-dateedit.c:336: warning: implicit declaration of function `gtk_combo_new'
e-dateedit.c:336: warning: assignment makes pointer from integer without a cast
e-dateedit.c:337: warning: implicit declaration of function `GTK_COMBO'
e-dateedit.c:337: invalid type argument of `->'
e-dateedit.c:341: invalid type argument of `->'
e-dateedit.c:341: invalid type argument of `->'
e-dateedit.c:341: invalid type argument of `->'
e-dateedit.c:341: invalid type argument of `->'
e-dateedit.c:341: invalid type argument of `->'
e-dateedit.c:345: invalid type argument of `->'
e-dateedit.c:345: invalid type argument of `->'
e-dateedit.c:345: invalid type argument of `->'
e-dateedit.c:345: invalid type argument of `->'
e-dateedit.c:345: invalid type argument of `->'
e-dateedit.c:349: invalid type argument of `->'
e-dateedit.c:349: invalid type argument of `->'
e-dateedit.c:349: invalid type argument of `->'
e-dateedit.c:349: invalid type argument of `->'
e-dateedit.c:349: invalid type argument of `->'
e-dateedit.c:381: warning: implicit declaration of function `gtk_vbox_new'
e-dateedit.c:381: warning: assignment makes pointer from integer without a cast
e-dateedit.c:399: warning: implicit declaration of function `gtk_hbutton_box_new'
e-dateedit.c:399: warning: assignment makes pointer from integer without a cast
e-dateedit.c:401: warning: implicit declaration of function `gtk_button_box_set_spacing'
e-dateedit.c:401: warning: implicit declaration of function `GTK_BUTTON_BOX'
e-dateedit.c:402: warning: implicit declaration of function `gtk_button_box_set_child_ipadding'
e-dateedit.c:403: warning: implicit declaration of function `gtk_button_box_set_child_size'
e-dateedit.c:407: warning: implicit declaration of function `_'
e-dateedit.c:407: warning: passing arg 1 of `gtk_button_new_with_label' makes pointer from integer without a 
cast
e-dateedit.c:413: warning: passing arg 1 of `gtk_button_new_with_label' makes pointer from integer without a 
cast
e-dateedit.c:421: warning: passing arg 1 of `gtk_button_new_with_label' makes pointer from integer without a 
cast
e-dateedit.c: In function `e_date_edit_set_time':
e-dateedit.c:563: warning: implicit declaration of function `gtk_signal_emit'
e-dateedit.c: In function `on_date_popup_key_press':
e-dateedit.c:1142: warning: implicit declaration of function `gtk_signal_emit_stop_by_name'
e-dateedit.c: In function `rebuild_time_popup':
e-dateedit.c:1213: `GtkList' undeclared (first use in this function)
e-dateedit.c:1213: (Each undeclared identifier is reported only once
e-dateedit.c:1213: for each function it appears in.)
e-dateedit.c:1213: `list' undeclared (first use in this function)
e-dateedit.c:1213: warning: statement with no effect
e-dateedit.c:1214: parse error before `*'
e-dateedit.c:1221: warning: implicit declaration of function `GTK_LIST'
e-dateedit.c:1221: invalid type argument of `->'
e-dateedit.c:1223: warning: implicit declaration of function `gtk_list_clear_items'
e-dateedit.c:1226: `tmp_tm' undeclared (first use in this function)
e-dateedit.c:1232: `hour' undeclared (first use in this function)
e-dateedit.c:1240: `min' undeclared (first use in this function)
e-dateedit.c:1248: `format' undeclared (first use in this function)
e-dateedit.c:1253: `buffer' undeclared (first use in this function)
e-dateedit.c:1255: `listitem' undeclared (first use in this function)
e-dateedit.c:1255: warning: implicit declaration of function `gtk_list_item_new_with_label'
e-dateedit.c: In function `e_date_edit_parse_date':
e-dateedit.c:1273: warning: passing arg 2 of `strptime' makes pointer from integer without a cast
e-dateedit.c: In function `e_date_edit_parse_time':
e-dateedit.c:1307: warning: assignment makes pointer from integer without a cast
e-dateedit.c:1310: warning: assignment makes pointer from integer without a cast
e-dateedit.c: In function `field_set_to_none':
e-dateedit.c:1330: warning: assignment makes pointer from integer without a cast
e-dateedit.c: At top level:
e-dateedit.c:1339: parse error before `*'
e-dateedit.c: In function `on_date_edit_time_selected':
e-dateedit.c:1346: `list' undeclared (first use in this function)
e-dateedit.c:1353: `dedit' undeclared (first use in this function)
e-dateedit.c: In function `on_time_entry_key_press':
e-dateedit.c:1397: warning: implicit declaration of function `gtk_signal_emit_by_name'
e-dateedit.c:1397: invalid type argument of `->'
e-dateedit.c:1397: invalid type argument of `->'
e-dateedit.c:1397: invalid type argument of `->'
e-dateedit.c:1397: invalid type argument of `->'
e-dateedit.c:1397: invalid type argument of `->'
e-dateedit.c: In function `e_date_edit_update_date_entry':
e-dateedit.c:1445: warning: passing arg 2 of `gtk_entry_set_text' makes pointer from integer without a cast
e-dateedit.c:1454: warning: passing arg 3 of `strftime' makes pointer from integer without a cast
e-dateedit.c: In function `e_date_edit_update_time_entry':
e-dateedit.c:1471: invalid type argument of `->'
e-dateedit.c:1486: warning: assignment makes pointer from integer without a cast
e-dateedit.c:1489: warning: assignment makes pointer from integer without a cast
e-dateedit.c:1492: invalid type argument of `->'
e-dateedit.c: In function `e_date_edit_update_time_combo_state':
e-dateedit.c:1509: invalid type argument of `->'
e-dateedit.c:1511: invalid type argument of `->'
e-dateedit.c: In function `e_date_edit_check_time_changed':
e-dateedit.c:1560: invalid type argument of `->'
make[3]: *** [e-dateedit.o] Error 1
make[3]: Leaving directory `/home/kore/evolution-0.9/widgets/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kore/evolution-0.9/widgets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kore/evolution-0.9'
make: *** [all-recursive-am] Error 2



I've checked the README file and I have all the packages.

Cheers, 
-- 

Marcus Larsson, Stockholm, Sweden
Email: kore tg eyeque org
IRC: kore on irc.du.se (EFnet)
IRC: kore on newnet.big.du.se (NEWnet)
Cell: +46 (0)709 797996





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