This package failed to build on my machine.

sw_vers
ProductName:    Mac OS X
ProductVersion: 10.5.8
BuildVersion:   9L31a

fink -V | head -n 2
Package manager version: 0.29.9
Distribution version: selfupdate-rsync Wed Sep 16 23:54:40 2009, 10.5, i386

xcodebuild -version | head -n 1
Xcode 3.1.2

I was trying to build/install the bundle-kde-ssl when this happened.

I already tried moving /usr/local, that didn't help.

Here's the failed gcc compile:

gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 - U__STRICT_ANSI__ -no-cpp-precomp -c -I. -I. -I./../utils -I.. -I/sw/ include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/include/ freetype2 -I/sw/include -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/ include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/ glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/pixman-1 -I/sw/ include/libpng12 -I/sw/include/libxml2 -I/sw/include/libglade-2.0 -I/ usr/X11R6/include -I/usr/X11/include -I/sw/include/gtk-2.0 -I/sw/ include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include - DHAVE_CONFIG_H -DDEFAULT_PATH_PREFIX='"/sw/lib/xscreensaver"' -I./../ utils/images \ -DHAVE_CONFIG_H -DDEFAULT_ICONDIR='"/sw/share/xscreensaver/glade"' - DLOCALEDIR=\"/sw/share/locale\" -g -O2 -I/sw/include -I/usr/X11/ include \
          ./demo-Gtk.c
In file included from /usr/X11R6/include/X11/Xproto.h:76,
                 from ./demo-Gtk.c:61:
/usr/X11R6/include/X11/Xmd.h:155: warning: ISO C90 does not support 'long long'
In file included from /sw/include/gtk-2.0/gtk/gtk.h:224,
                 from ./demo-Gtk.c:85:
/sw/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
./demo-Gtk.c: In function 'warning_dialog':
./demo-Gtk.c:543: error: syntax error before 'do'
./demo-Gtk.c: At top level:
./demo-Gtk.c:544: warning: type defaults to 'int' in declaration of 'gtk_widget_show' ./demo-Gtk.c:544: warning: parameter names (without types) in function declaration
./demo-Gtk.c:544: error: conflicting types for 'gtk_widget_show'
/sw/include/gtk-2.0/gtk/gtkwidget.h:466: error: previous declaration of 'gtk_widget_show' was here
./demo-Gtk.c:544: warning: data definition has no type or storage class
./demo-Gtk.c:545: warning: type defaults to 'int' in declaration of 'gtk_widget_grab_focus' ./demo-Gtk.c:545: warning: parameter names (without types) in function declaration
./demo-Gtk.c:545: error: conflicting types for 'gtk_widget_grab_focus'
/sw/include/gtk-2.0/gtk/gtkwidget.h:552: error: previous declaration of 'gtk_widget_grab_focus' was here
./demo-Gtk.c:545: warning: data definition has no type or storage class
./demo-Gtk.c:547: error: syntax error before 'if'
./demo-Gtk.c:550: warning: type defaults to 'int' in declaration of 'gtk_widget_show' ./demo-Gtk.c:550: warning: parameter names (without types) in function declaration
./demo-Gtk.c:550: error: conflicting types for 'gtk_widget_show'
/sw/include/gtk-2.0/gtk/gtkwidget.h:466: error: previous declaration of 'gtk_widget_show' was here
./demo-Gtk.c:550: warning: data definition has no type or storage class
./demo-Gtk.c:551: error: syntax error before '}' token
./demo-Gtk.c:552: warning: type defaults to 'int' in declaration of 'gtk_widget_show' ./demo-Gtk.c:552: warning: parameter names (without types) in function declaration
./demo-Gtk.c:552: error: conflicting types for 'gtk_widget_show'
/sw/include/gtk-2.0/gtk/gtkwidget.h:466: error: previous declaration of 'gtk_widget_show' was here
./demo-Gtk.c:552: warning: data definition has no type or storage class
./demo-Gtk.c:553: warning: type defaults to 'int' in declaration of 'gtk_widget_show' ./demo-Gtk.c:553: warning: parameter names (without types) in function declaration
./demo-Gtk.c:553: error: conflicting types for 'gtk_widget_show'
/sw/include/gtk-2.0/gtk/gtkwidget.h:466: error: previous declaration of 'gtk_widget_show' was here
./demo-Gtk.c:553: warning: data definition has no type or storage class
./demo-Gtk.c:555: error: syntax error before 'if'
./demo-Gtk.c:560: error: syntax error before '(' token
./demo-Gtk.c:571: error: syntax error before '(' token
./demo-Gtk.c:575: error: syntax error before '(' token
./demo-Gtk.c:581: warning: type defaults to 'int' in declaration of 'free' ./demo-Gtk.c:581: warning: parameter names (without types) in function declaration
./demo-Gtk.c:581: error: conflicting types for 'free'
/usr/include/stdlib.h:160: error: previous declaration of 'free' was here
./demo-Gtk.c:581: warning: data definition has no type or storage class
./demo-Gtk.c:582: error: syntax error before '}' token
./demo-Gtk.c: In function 'run_hack':
./demo-Gtk.c:658: warning: implicit declaration of function 'dgettext'
./demo-Gtk.c:658: warning: nested extern declaration of 'dgettext'
./demo-Gtk.c:661: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast
./demo-Gtk.c: In function 'about_menu_cb':
./demo-Gtk.c:706: warning: initialization makes pointer from integer without a cast
./demo-Gtk.c: In function 'doc_menu_cb':
./demo-Gtk.c:836: warning: passing argument 2 of 'warning_dialog' makes pointer from integer without a cast
./demo-Gtk.c: In function 'await_xscreensaver':
./demo-Gtk.c:931: warning: passing argument 2 of 'strcpy' makes pointer from integer without a cast ./demo-Gtk.c:943: warning: passing argument 2 of 'strcat' makes pointer from integer without a cast ./demo-Gtk.c:959: warning: passing argument 2 of 'strcat' makes pointer from integer without a cast
./demo-Gtk.c: In function 'demo_write_init_file':
./demo-Gtk.c:997: warning: passing argument 2 of 'warning_dialog' makes pointer from integer without a cast ./demo-Gtk.c:1001: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast
./demo-Gtk.c: In function 'manual_cb':
./demo-Gtk.c:1061: warning: passing argument 2 of 'warning_dialog' makes pointer from integer without a cast
./demo-Gtk.c: In function 'force_list_select_item':
./demo-Gtk.c:1082: error: syntax error before 'do'
./demo-Gtk.c:1082: error: '_g_boolean_var_' undeclared (first use in this function) ./demo-Gtk.c:1082: error: (Each undeclared identifier is reported only once
./demo-Gtk.c:1082: error: for each function it appears in.)
./demo-Gtk.c:1076: warning: unused variable 'selection'
./demo-Gtk.c:1074: warning: unused variable 'iter'
./demo-Gtk.c: At top level:
./demo-Gtk.c:1082: error: syntax error before ')' token
./demo-Gtk.c:1083: error: syntax error before '&' token
./demo-Gtk.c:1084: warning: type defaults to 'int' in declaration of 'selection'
./demo-Gtk.c:1084: error: 'list' undeclared here (not in a function)
./demo-Gtk.c:1084: warning: initialization makes integer from pointer without a cast
./demo-Gtk.c:1084: error: initializer element is not constant
./demo-Gtk.c:1084: warning: data definition has no type or storage class
./demo-Gtk.c:1085: error: syntax error before '&' token
./demo-Gtk.c:1085: warning: type defaults to 'int' in declaration of 'gtk_tree_selection_select_iter'
./demo-Gtk.c:1085: warning: function declaration isn't a prototype
./demo-Gtk.c:1085: error: conflicting types for 'gtk_tree_selection_select_iter' /sw/include/gtk-2.0/gtk/gtktreeselection.h:106: error: previous declaration of 'gtk_tree_selection_select_iter' was here
./demo-Gtk.c:1085: warning: data definition has no type or storage class
./demo-Gtk.c: In function 'hack_time_text':
./demo-Gtk.c:1243: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast
./demo-Gtk.c: In function 'flush_popup_changes_and_save':
./demo-Gtk.c:1652: warning: passing argument 2 of 'gtk_entry_set_text' makes pointer from integer without a cast
./demo-Gtk.c: In function 'list_activated_cb':
./demo-Gtk.c:1761: error: syntax error before 'do'
./demo-Gtk.c:1761: error: '_g_boolean_var_' undeclared (first use in this function)
./demo-Gtk.c:1759: warning: unused variable 'list_elt'
./demo-Gtk.c:1758: warning: unused variable 'str'
./demo-Gtk.c:1757: warning: unused variable 's'
./demo-Gtk.c: At top level:
./demo-Gtk.c:1761: error: syntax error before ')' token
./demo-Gtk.c:1763: warning: type defaults to 'int' in declaration of 'str'
./demo-Gtk.c:1763: error: 'path' undeclared here (not in a function)
./demo-Gtk.c:1763: warning: initialization makes integer from pointer without a cast
./demo-Gtk.c:1763: error: initializer element is not constant
./demo-Gtk.c:1763: warning: data definition has no type or storage class
./demo-Gtk.c:1764: warning: type defaults to 'int' in declaration of 'list_elt' ./demo-Gtk.c:1764: warning: passing argument 1 of 'strtol' makes pointer from integer without a cast
./demo-Gtk.c:1764: error: initializer element is not constant
./demo-Gtk.c:1764: warning: data definition has no type or storage class
./demo-Gtk.c:1765: warning: type defaults to 'int' in declaration of 'g_free' ./demo-Gtk.c:1765: warning: parameter names (without types) in function declaration
./demo-Gtk.c:1765: error: conflicting types for 'g_free'
/sw/include/glib-2.0/glib/gmem.h:55: error: previous declaration of 'g_free' was here
./demo-Gtk.c:1765: warning: data definition has no type or storage class
./demo-Gtk.c:1767: error: syntax error before 'if'
./demo-Gtk.c: In function 'store_image_directory':
./demo-Gtk.c:1948: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast
./demo-Gtk.c: In function 'store_text_file':
./demo-Gtk.c:1978: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast
./demo-Gtk.c: In function 'populate_hack_list':
./demo-Gtk.c:2423: warning: passing argument 3 of 'gtk_tree_view_insert_column_with_attributes' makes pointer from integer without a cast ./demo-Gtk.c:2433: warning: passing argument 3 of 'gtk_tree_view_insert_column_with_attributes' makes pointer from integer without a cast
./demo-Gtk.c: In function 'populate_popup_window':
./demo-Gtk.c:2884: warning: passing argument 2 of 'gtk_label_set_text' makes pointer from integer without a cast
./demo-Gtk.c: In function 'populate_demo_window':
./demo-Gtk.c:3205: warning: passing argument 1 of 'strdup' makes pointer from integer without a cast ./demo-Gtk.c:3211: warning: passing argument 1 of 'strdup' makes pointer from integer without a cast ./demo-Gtk.c:3234: warning: passing argument 1 of 'strdup' makes pointer from integer without a cast ./demo-Gtk.c:3236: warning: passing argument 2 of 'gtk_frame_set_label' makes pointer from integer without a cast ./demo-Gtk.c:3237: warning: passing argument 2 of 'gtk_frame_set_label' makes pointer from integer without a cast ./demo-Gtk.c:3245: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast ./demo-Gtk.c:3253: warning: pointer/integer type mismatch in conditional expression
./demo-Gtk.c: In function 'maybe_reload_init_file':
./demo-Gtk.c:3405: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast
./demo-Gtk.c: In function 'the_network_is_not_the_computer':
./demo-Gtk.c:4277: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast ./demo-Gtk.c:4302: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast ./demo-Gtk.c:4324: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast ./demo-Gtk.c:4339: warning: passing argument 2 of 'sprintf' makes pointer from integer without a cast
./demo-Gtk.c: In function 'main':
./demo-Gtk.c:4793: warning: passing argument 2 of 'fprintf' makes pointer from integer without a cast ./demo-Gtk.c:4857: warning: initialization makes pointer from integer without a cast
make[1]: *** [demo-Gtk.o] Error 1
make: *** [default] Error 5

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to