| Build errors |
|---|
| command-grep.c:2:19: gnome.h: No such file or directory command-grep.c:3:25: glade/glade.h: No such file or directory In file included from command-grep.c:5: command-grep.h:1: error: parse error before '*' token In file included from command-grep.c:6: terminal.h:24:19: gnome.h: No such file or directory In file included from terminal.h:26, from command-grep.c:6: gtkconsole.h:37:21: gdk/gdk.h: No such file or directory gtkconsole.h:38:25: gtk/gtktext.h: No such file or directory gtkconsole.h:39:27: gtk/gtksignal.h: No such file or directory In file included from terminal.h:26, from command-grep.c:6: gtkconsole.h:61: error: parse error before "GtkText" gtkconsole.h:61: warning: no semicolon at end of struct or union gtkconsole.h:63: warning: data definition has no type or storage class gtkconsole.h:64: error: parse error before "history_index" gtkconsole.h:64: warning: data definition has no type or storage class gtkconsole.h:65: error: parse error before '*' token gtkconsole.h:65: warning: data definition has no type or storage class gtkconsole.h:66: error: parse error before "history_num_items" gtkconsole.h:66: warning: data definition has no type or storage class gtkconsole.h:68: error: parse error before "input_color" gtkconsole.h:68: warning: data definition has no type or storage class gtkconsole.h:69: error: parse error before "output_color" gtkconsole.h:69: warning: data definition has no type or storage class gtkconsole.h:70: error: parse error before "bg_color" gtkconsole.h:70: warning: data definition has no type or storage class gtkconsole.h:72: error: parse error before "input_enabled" gtkconsole.h:72: warning: data definition has no type or storage class gtkconsole.h:73: error: parse error before "input_start_index" gtkconsole.h:73: warning: data definition has no type or storage class gtkconsole.h:74: error: parse error before "line_available" gtkconsole.h:74: warning: data definition has no type or storage class gtkconsole.h:76: error: parse error before "buffer_type" gtkconsole.h:76: warning: data definition has no type or storage class gtkconsole.h:77: error: parse error before "buffer_index" gtkconsole.h:77: warning: data definition has no type or storage class gtkconsole.h:78: error: parse error before "out_buf" gtkconsole.h:78: warning: data definition has no type or storage class gtkconsole.h:81: error: parse error before '*' token gtkconsole.h:81: warning: data definition has no type or storage class gtkconsole.h:82: error: parse error before '}' token gtkconsole.h:86: error: parse error before "GtkTextClass" gtkconsole.h:86: warning: no semicolon at end of struct or union gtkconsole.h:91: error: parse error before "gpointer" gtkconsole.h:94: error: parse error before '}' token gtkconsole.h:97: error: parse error before "gtk_console_get_type" gtkconsole.h:97: warning: data definition has no type or storage class gtkconsole.h:98: error: parse error before '*' token gtkconsole.h:98: error: parse error before '*' token gtkconsole.h:98: warning: data definition has no type or storage class gtkconsole.h:103: error: parse error before "gchar" gtkconsole.h:107: error: parse error before "gchar" gtkconsole.h:114: error: parse error before "gchar" gtkconsole.h:119: error: parse error before "gtk_console_save_history" gtkconsole.h:119: error: parse error before "gchar" gtkconsole.h:120: warning: data definition has no type or storage class gtkconsole.h:121: error: parse error before "gtk_console_restore_history" gtkconsole.h:121: error: parse error before "gchar" gtkconsole.h:122: warning: data definition has no type or storage class gtkconsole.h:125: error: parse error before "gtk_console_get_input_start_index" gtkconsole.h:125: warning: data definition has no type or storage class gtkconsole.h:126: error: parse error before "gtk_console_get_line_available" gtkconsole.h:126: warning: data definition has no type or storage class gtkconsole.h:127: error: parse error before "gtk_console_get_input_enabled" gtkconsole.h:127: warning: data definition has no type or storage class In file included from command-grep.c:6: terminal.h:41: error: parse error before '*' token terminal.h:41: warning: data definition has no type or storage class terminal.h:42: error: parse error before '*' token terminal.h:42: warning: data definition has no type or storage class terminal.h:43: error: parse error before '*' token terminal.h:43: warning: data definition has no type or storage class terminal.h:45: error: parse error before '*' token terminal.h:45: warning: data definition has no type or storage class In file included from command-grep.c:7: terminal-functions.h:1:19: gnome.h: No such file or directory In file included from command-grep.c:7: terminal-functions.h:7: error: parse error before '*' token terminal-functions.h:8: error: parse error before '*' token terminal-functions.h:9: error: parse error before '*' token terminal-functions.h:16: error: parse error before '*' token terminal-functions.h:18: error: parse error before '*' token terminal-functions.h:20: error: parse error before '*' token command-grep.c:9: error: parse error before '*' token command-grep.c: In function `commands_grep_cb': command-grep.c:11: error: `GladeXML' undeclared (first use in this function) command-grep.c:11: error: (Each undeclared identifier is reported only once command-grep.c:11: error: for each function it appears in.) command-grep.c:11: error: `grep_xml' undeclared (first use in this function) command-grep.c:12: error: `GtkWidget' undeclared (first use in this function) command-grep.c:12: error: `grep_dialog' undeclared (first use in this function) command-grep.c:12: error: `grep_pattern_entry' undeclared (first use in this function) command-grep.c:12: error: `grep_object_entry' undeclared (first use in this function) command-grep.c:13: error: `grep_case_cb' undeclared (first use in this function) command-grep.c:13: error: `grep_extended_cb' undeclared (first use in this function) command-grep.c:13: error: `grep_value_cb' undeclared (first use in this function) command-grep.c:14: error: `gint' undeclared (first use in this function) command-grep.c:14: error: parse error before "button" command-grep.c:15: error: `gchar' undeclared (first use in this function) command-grep.c:15: error: `pattern' undeclared (first use in this function) command-grep.c:15: error: `object' undeclared (first use in this function) command-grep.c:33: error: `button' undeclared (first use in this function) make[2]: *** [command-grep.o] Error 1 make[1]: *** [R] Error 2 ERROR: make failed for package 'gnomeGUI' |
| Build output |
| * checking for file 'gnomeGUI/DESCRIPTION' ... OK * preparing 'gnomeGUI': * checking DESCRIPTION meta-information ... OK * removing junk files * checking for LF line-endings in source files * checking for empty directories * building binary distribution * Installing *Frontend* package 'gnomeGUI' ... Using R Installation in R_HOME=/Library/Frameworks/R.framework/Resources checking for sed... /usr/bin/sed checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... gcc-3.3 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc-3.3 accepts -g... yes checking for gcc-3.3 option to accept ANSI C... none needed checking how to run the C preprocessor... gcc-3.3 -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking whether we can compute C Make dependencies... yes, using gcc-3.3 -MM checking for gnome-config... no checking for gnomeConf.sh file in /usr/local/lib... not found configure: creating ./config.status config.status: creating Makefile config.status: creating config.h making command-grep.d from command-grep.c making gdkrotated.d from gdkrotated.c making gnome-find-dialog.d from gnome-find-dialog.c making gtkconsole.d from gtkconsole.c making savehistory.d from savehistory.c making system-choosefile.d from system-choosefile.c making system-console.d from system-console.c making system-showfiles.d from system-showfiles.c making system.d from system.c making terminal-find.d from terminal-find.c making terminal-functions.d from terminal-functions.c making terminal-menu.d from terminal-menu.c making terminal-prefs.d from terminal-prefs.c making terminal-toolbar.d from terminal-toolbar.c making terminal.d from terminal.c make[2]: `Makedeps' is up to date. gcc-3.3 -I. -I/Library/Frameworks/R.framework/Resources/include -DHAVE_CONFIG_H -g -O2 -c command-grep.c -o command-grep.o * Removing '/private/tmp/Rinst.1629/gnomeGUI' ERROR * installation failed |