[all] Error 2, Cannot Install on SUSE 10.2

Marc Ferguson mferguson at digitalalias.net
Thu Aug 23 06:00:44 EDT 2007


Hi,

I'm having a problem getting through "make" on my SUSE 10.2.  I took me all
night to get through "./configure" because it was asking for so many
libraries I didn't have installed.  Once I finally got through it, my "make"
is giving me issues too, but I can't really figure out what's wrong.

DISCLAIMER: I'm a linux noob, kind of.  This is where it looks like it
started going to hell.

======================
make[3]: Entering directory `/usr/local/src/gnucash-2.2.1/src/core-utils'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -DG_LOG_DOMAIN=\"gnc.core-utils\"    -pthread
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include   -DORBIT2=1
-pthread -I/opt/gnome/include/gconf/2
-I/opt/gnome/include/orbit-2.0-I/opt/gnome/include/glib-
2.0 -I/opt/gnome/lib/glib-2.0/include   -I/usr/include/cairo
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/gnome/include/gtk-
2.0 -I/opt/gnome/lib/gtk-2.0/include
-I/opt/gnome/include/atk-1.0-I/opt/gnome/include/pango-
1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
-Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -g -O2
-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -Wno-unused -MT
swig-core-utils.lo -MD -MP -MF .deps/swig-core-utils.Tpo -c -o
swig-core-utils.lo swig-core-utils.c
 gcc -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"gnc.core-utils\" -pthread
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DORBIT2=1
-pthread -I/opt/gnome/include/gconf/2
-I/opt/gnome/include/orbit-2.0-I/opt/gnome/include/glib-
2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/cairo
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/gnome/include/gtk-
2.0 -I/opt/gnome/lib/gtk-2.0/include
-I/opt/gnome/include/atk-1.0-I/opt/gnome/include/pango-
1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
-Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -g -O2
-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -MT
swig-core-utils.lo -MD -MP -MF .deps/swig-core-utils.Tpo -c
swig-core-utils.c  -fPIC -DPIC -o .libs/swig-core-utils.o
swig-core-utils.c:690:22: error: libguile.h: No such file or directory
swig-core-utils.c:699: error: expected declaration specifiers or '...'
before '*' token
swig-core-utils.c:699: warning: type defaults to 'int' in declaration of
'SCM'
swig-core-utils.c:699: error: 'SCM' declared as function returning a
function
swig-core-utils.c:700: error: 'guile_destructor' declared as function
returning a function
swig-core-utils.c:704: error: field 'goops_class' declared as a function
swig-core-utils.c: In function 'SWIG_Guile_scm2newstr':
swig-core-utils.c:750: warning: implicit declaration of function
'SCM_ASSERT'
swig-core-utils.c:750: warning: implicit declaration of function
'SCM_STRINGP'
swig-core-utils.c:752: warning: implicit declaration of function
'SCM_STRING_LENGTH'
swig-core-utils.c:753: warning: implicit declaration of function
'SCM_MUST_MALLOC'
swig-core-utils.c:756: warning: implicit declaration of function
'SCM_STRING_CHARS'
swig-core-utils.c:756: warning: passing argument 2 of
'__builtin___memcpy_chk' makes pointer from integer without a cast
swig-core-utils.c:756: warning: passing argument 2 of '__memcpy_ichk' makes
pointer from integer without a cast
swig-core-utils.c: At top level:
swig-core-utils.c:764: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'swig_tag'
swig-core-utils.c:765: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'swig_collectable_tag'
swig-core-utils.c:766: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'swig_destroyed_tag'
swig-core-utils.c:767: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'swig_member_function_tag'
swig-core-utils.c:768: error: function 'swig_make_func' is initialized like
a variable
swig-core-utils.c:768: error: 'SCM_EOL' undeclared here (not in a function)
swig-core-utils.c:769: error: function 'swig_keyword' is initialized like a
variable
swig-core-utils.c:770: error: function 'swig_symbol' is initialized like a
variable
swig-core-utils.c:778: error: 'SWIG_Guile_NewPointerObj' declared as
function returning a function
swig-core-utils.c: In function 'SWIG_Guile_NewPointerObj':
swig-core-utils.c:785: warning: implicit declaration of function
'SCM_NEWSMOB2'
swig-core-utils.c:785: error: 'swig_collectable_tag' undeclared (first use
in this function)
swig-core-utils.c:785: error: (Each undeclared identifier is reported only
once
swig-core-utils.c:785: error: for each function it appears in.)
swig-core-utils.c:787: error: 'swig_tag' undeclared (first use in this
function)
swig-core-utils.c:789: warning: implicit declaration of function 'SCM_NULLP'
swig-core-utils.c:790: warning: return makes integer from pointer without a
cast
swig-core-utils.c:796: warning: implicit declaration of function 'scm_apply'
swig-core-utils.c:797: warning: implicit declaration of function
'scm_list_3'
swig-core-utils.c: In function 'SWIG_Guile_PointerAddress':
swig-core-utils.c:808: error: function 'smob' is initialized like a variable
swig-core-utils.c:808: warning: implicit declaration of function
'SCM_NNULLP'
swig-core-utils.c:808: warning: implicit declaration of function
'SCM_INSTANCEP'
swig-core-utils.c:808: warning: implicit declaration of function
'SCM_NFALSEP'
swig-core-utils.c:808: warning: implicit declaration of function
'scm_slot_exists_p'
swig-core-utils.c:808: warning: implicit declaration of function
'scm_slot_ref'
swig-core-utils.c:808: warning: pointer/integer type mismatch in conditional
expression
swig-core-utils.c:810: warning: implicit declaration of function
'SCM_SMOB_PREDICATE'
swig-core-utils.c:810: error: 'swig_tag' undeclared (first use in this
function)
swig-core-utils.c:811: error: 'swig_collectable_tag' undeclared (first use
in this function)
swig-core-utils.c:812: error: 'swig_destroyed_tag' undeclared (first use in
this function)
swig-core-utils.c:813: warning: implicit declaration of function
'SCM_CELL_WORD_1'
swig-core-utils.c:815: warning: implicit declaration of function
'scm_wrong_type_arg'
swig-core-utils.c: In function 'SWIG_Guile_PointerType':
swig-core-utils.c:821: error: function 'smob' is initialized like a variable
swig-core-utils.c:821: warning: pointer/integer type mismatch in conditional
expression
swig-core-utils.c:823: error: 'swig_tag' undeclared (first use in this
function)
swig-core-utils.c:824: error: 'swig_collectable_tag' undeclared (first use
in this function)
swig-core-utils.c:825: error: 'swig_destroyed_tag' undeclared (first use in
this function)
swig-core-utils.c:826: warning: implicit declaration of function
'SCM_CELL_WORD_2'
swig-core-utils.c: In function 'SWIG_Guile_ConvertPtr':
swig-core-utils.c:836: error: function 'smob' is initialized like a variable
swig-core-utils.c:836: warning: pointer/integer type mismatch in conditional
expression
swig-core-utils.c:841: error: 'swig_tag' undeclared (first use in this
function)
swig-core-utils.c:841: error: 'swig_collectable_tag' undeclared (first use
in this function)
swig-core-utils.c: In function 'SWIG_Guile_MarkPointerNoncollectable':
swig-core-utils.c:897: error: function 'smob' is initialized like a variable
swig-core-utils.c:897: warning: pointer/integer type mismatch in conditional
expression
swig-core-utils.c:899: error: 'swig_tag' undeclared (first use in this
function)
swig-core-utils.c:899: error: 'swig_collectable_tag' undeclared (first use
in this function)
swig-core-utils.c:900: warning: implicit declaration of function
'SCM_SET_CELL_TYPE'
swig-core-utils.c: In function 'SWIG_Guile_MarkPointerDestroyed':
swig-core-utils.c:910: error: function 'smob' is initialized like a variable
swig-core-utils.c:910: warning: pointer/integer type mismatch in conditional
expression
swig-core-utils.c:912: error: 'swig_tag' undeclared (first use in this
function)
swig-core-utils.c:912: error: 'swig_collectable_tag' undeclared (first use
in this function)
swig-core-utils.c:913: error: 'swig_destroyed_tag' undeclared (first use in
this function)
swig-core-utils.c: At top level:
swig-core-utils.c:924: error: 'SWIG_Guile_NewMemberObj' declared as function
returning a function
swig-core-utils.c: In function 'SWIG_Guile_NewMemberObj':
swig-core-utils.c:928: error: 'swig_member_function_tag' undeclared (first
use in this function)
swig-core-utils.c:929: warning: return makes integer from pointer without a
cast
swig-core-utils.c: In function 'SWIG_Guile_ConvertMember':
swig-core-utils.c:939: error: 'swig_member_function_tag' undeclared (first
use in this function)
swig-core-utils.c: At top level:
swig-core-utils.c:956: error: expected declaration specifiers or '...'
before 'scm_print_state'
swig-core-utils.c: In function 'print_swig_aux':
swig-core-utils.c:963: warning: implicit declaration of function 'scm_puts'
swig-core-utils.c:968: warning: implicit declaration of function
'scm_intprint'
swig-core-utils.c: At top level:
swig-core-utils.c:979: error: expected declaration specifiers or '...'
before 'scm_print_state'
swig-core-utils.c: In function 'print_swig':
swig-core-utils.c:981: error: 'pstate' undeclared (first use in this
function)
swig-core-utils.c:981: error: too many arguments to function
'print_swig_aux'
swig-core-utils.c: At top level:
swig-core-utils.c:985: error: expected declaration specifiers or '...'
before 'scm_print_state'
swig-core-utils.c: In function 'print_collectable_swig':
swig-core-utils.c:987: error: 'pstate' undeclared (first use in this
function)
swig-core-utils.c:987: error: too many arguments to function
'print_swig_aux'
swig-core-utils.c: At top level:
swig-core-utils.c:991: error: expected declaration specifiers or '...'
before 'scm_print_state'
swig-core-utils.c: In function 'print_destroyed_swig':
swig-core-utils.c:993: error: 'pstate' undeclared (first use in this
function)
swig-core-utils.c:993: error: too many arguments to function
'print_swig_aux'
swig-core-utils.c: At top level:
swig-core-utils.c:997: error: expected declaration specifiers or '...'
before 'scm_print_state'
swig-core-utils.c:1015: error: 'equalp_swig' declared as function returning
a function
swig-core-utils.c: In function 'equalp_swig':
swig-core-utils.c:1016: warning: implicit declaration of function
'SCM_CELL_WORD_0'
swig-core-utils.c:1018: error: 'SCM_BOOL_T' undeclared (first use in this
function)
swig-core-utils.c:1019: error: 'SCM_BOOL_F' undeclared (first use in this
function)
swig-core-utils.c: At top level:
swig-core-utils.c:1042: error: expected declaration specifiers or '...'
before 'scm_t_bits'
swig-core-utils.c: In function 'ensure_smob_tag':
swig-core-utils.c:1046: error: function 'variable' is initialized like a
variable
swig-core-utils.c:1046: warning: implicit declaration of function
'scm_sym2var'
swig-core-utils.c:1046: warning: implicit declaration of function
'scm_str2symbol'
swig-core-utils.c:1047: warning: implicit declaration of function
'scm_module_lookup_closure'
swig-core-utils.c:1048: error: 'SCM_BOOL_T' undeclared (first use in this
function)
swig-core-utils.c:1049: warning: implicit declaration of function
'SCM_UNBNDP'
swig-core-utils.c:1049: warning: implicit declaration of function
'SCM_VARIABLE_REF'
swig-core-utils.c:1050: error: 'tag_variable' undeclared (first use in this
function)
swig-core-utils.c:1050: warning: implicit declaration of function
'scm_make_smob_type'
swig-core-utils.c:1051: warning: implicit declaration of function
'SCM_VARIABLE_SET'
swig-core-utils.c:1052: warning: implicit declaration of function
'scm_ulong2num'
swig-core-utils.c:1056: warning: implicit declaration of function
'scm_num2ulong'
swig-core-utils.c: At top level:
swig-core-utils.c:1064: error: 'SWIG_Guile_Init' declared as function
returning a function
swig-core-utils.c: In function 'SWIG_Guile_Init':
swig-core-utils.c:1065: error: invalid storage class for function
'swig_module'
swig-core-utils.c:1067: error: 'swig_module' undeclared (first use in this
function)
swig-core-utils.c:1070: warning: implicit declaration of function
'scm_c_resolve_module'
swig-core-utils.c:1071: error: 'swig_tag' undeclared (first use in this
function)
swig-core-utils.c:1072: error: too many arguments to function
'ensure_smob_tag'
swig-core-utils.c:1073: warning: implicit declaration of function
'scm_set_smob_print'
swig-core-utils.c:1074: warning: implicit declaration of function
'scm_set_smob_equalp'
swig-core-utils.c:1076: error: 'swig_collectable_tag' undeclared (first use
in this function)
swig-core-utils.c:1077: error: too many arguments to function
'ensure_smob_tag'
swig-core-utils.c:1080: warning: implicit declaration of function
'scm_set_smob_free'
swig-core-utils.c:1082: error: 'swig_destroyed_tag' undeclared (first use in
this function)
swig-core-utils.c:1083: error: too many arguments to function
'ensure_smob_tag'
swig-core-utils.c:1087: error: 'swig_member_function_tag' undeclared (first
use in this function)
swig-core-utils.c:1088: error: too many arguments to function
'ensure_smob_tag'
swig-core-utils.c:1092: warning: implicit declaration of function
'scm_permanent_object'
swig-core-utils.c:1093: warning: implicit declaration of function
'scm_variable_ref'
swig-core-utils.c:1093: warning: implicit declaration of function
'scm_c_module_lookup'
swig-core-utils.c:1093: error: invalid lvalue in assignment
swig-core-utils.c:1094: warning: implicit declaration of function
'scm_c_make_keyword'
swig-core-utils.c:1094: error: invalid lvalue in assignment
swig-core-utils.c:1095: error: invalid lvalue in assignment
swig-core-utils.c: In function 'SWIG_Guile_GetModule':
swig-core-utils.c:1109: error: invalid lvalue in assignment
swig-core-utils.c:1113: error: 'SCM_BOOL_T' undeclared (first use in this
function)
swig-core-utils.c:1113: error: invalid lvalue in assignment
swig-core-utils.c: In function 'SWIG_Guile_SetModule':
swig-core-utils.c:1127: error: invalid lvalue in assignment
swig-core-utils.c:1131: error: 'SCM_BOOL_T' undeclared (first use in this
function)
swig-core-utils.c:1131: error: invalid lvalue in assignment
swig-core-utils.c: In function 'SWIG_Guile_GetArgs':
swig-core-utils.c:1144: warning: implicit declaration of function
'SCM_CONSP'
swig-core-utils.c:1145: warning: implicit declaration of function
'scm_wrong_num_args'
swig-core-utils.c:1145: warning: implicit declaration of function
'scm_makfrom0str'
swig-core-utils.c:1146: warning: implicit declaration of function 'SCM_CAR'
swig-core-utils.c:1146: error: invalid lvalue in assignment
swig-core-utils.c:1147: warning: implicit declaration of function 'SCM_CDR'
swig-core-utils.c:1147: warning: assignment makes pointer from integer
without a cast
swig-core-utils.c:1151: error: invalid lvalue in assignment
swig-core-utils.c:1152: warning: assignment makes pointer from integer
without a cast
swig-core-utils.c:1156: error: 'SCM_UNDEFINED' undeclared (first use in this
function)
swig-core-utils.c: At top level:
swig-core-utils.c:1211: error: 'scm_init_sw_core_utils_module' declared as
function returning a function
swig-core-utils.c:1215: error: '_wrap_g_find_program_in_path' declared as
function returning a function
swig-core-utils.c: In function '_wrap_g_find_program_in_path':
swig-core-utils.c:1229: error: invalid lvalue in assignment
swig-core-utils.c:1231: warning: implicit declaration of function
'scm_makstr'
swig-core-utils.c:1231: error: invalid lvalue in assignment
swig-core-utils.c:1234: warning: implicit declaration of function
'scm_must_free'
swig-core-utils.c:1237: warning: return makes integer from pointer without a
cast
swig-core-utils.c: At top level:
swig-core-utils.c:1244: error: '_wrap_gnc_is_debugging' declared as function
returning a function
swig-core-utils.c: In function '_wrap_gnc_is_debugging':
swig-core-utils.c:1251: error: 'SCM_BOOL_T' undeclared (first use in this
function)
swig-core-utils.c:1251: error: 'SCM_BOOL_F' undeclared (first use in this
function)
swig-core-utils.c:1253: warning: return makes integer from pointer without a
cast
swig-core-utils.c: At top level:
swig-core-utils.c:1260: error: '_wrap_gnc_scm_log_warn' declared as function
returning a function
swig-core-utils.c: In function '_wrap_gnc_scm_log_warn':
swig-core-utils.c:1272: error: 'SCM_UNSPECIFIED' undeclared (first use in
this function)
swig-core-utils.c:1275: warning: return makes integer from pointer without a
cast
swig-core-utils.c: At top level:
swig-core-utils.c:1282: error: '_wrap_gnc_scm_log_error' declared as
function returning a function
swig-core-utils.c: In function '_wrap_gnc_scm_log_error':
swig-core-utils.c:1294: error: 'SCM_UNSPECIFIED' undeclared (first use in
this function)
swig-core-utils.c:1297: warning: return makes integer from pointer without a
cast
swig-core-utils.c: At top level:
swig-core-utils.c:1304: error: '_wrap_gnc_scm_log_msg' declared as function
returning a function
swig-core-utils.c: In function '_wrap_gnc_scm_log_msg':
swig-core-utils.c:1316: error: 'SCM_UNSPECIFIED' undeclared (first use in
this function)
swig-core-utils.c:1319: warning: return makes integer from pointer without a
cast
swig-core-utils.c: At top level:
swig-core-utils.c:1326: error: '_wrap_gnc_scm_log_debug' declared as
function returning a function
swig-core-utils.c: In function '_wrap_gnc_scm_log_debug':
swig-core-utils.c:1338: error: 'SCM_UNSPECIFIED' undeclared (first use in
this function)
swig-core-utils.c:1341: warning: return makes integer from pointer without a
cast
swig-core-utils.c: At top level:
swig-core-utils.c:1348: error: '_wrap_gnc_utf8_strip_invalid_strdup'
declared as function returning a function
swig-core-utils.c: In function '_wrap_gnc_utf8_strip_invalid_strdup':
swig-core-utils.c:1362: error: invalid lvalue in assignment
swig-core-utils.c:1364: error: invalid lvalue in assignment
swig-core-utils.c:1370: warning: return makes integer from pointer without a
cast
swig-core-utils.c: In function 'SWIG_init':
swig-core-utils.c:1647: warning: implicit declaration of function
'scm_c_define_gsubr'
swig-core-utils.c:1647: error: 'swig_guile_proc' undeclared (first use in
this function)
swig-core-utils.c:1647: error: expected ')' before
'_wrap_g_find_program_in_path'
swig-core-utils.c:1648: error: expected ')' before '_wrap_gnc_is_debugging'
swig-core-utils.c:1649: error: expected ')' before '_wrap_gnc_scm_log_warn'
swig-core-utils.c:1650: error: expected ')' before '_wrap_gnc_scm_log_error'
swig-core-utils.c:1651: error: expected ')' before '_wrap_gnc_scm_log_msg'
swig-core-utils.c:1652: error: expected ')' before '_wrap_gnc_scm_log_debug'
swig-core-utils.c:1653: error: expected ')' before
'_wrap_gnc_utf8_strip_invalid_strdup'
swig-core-utils.c: In function 'SWIG_init_helper':
swig-core-utils.c:1664: warning: implicit declaration of function
'scm_c_export'
swig-core-utils.c: At top level:
swig-core-utils.c:1669: error: 'scm_init_sw_core_utils_module' declared as
function returning a function
swig-core-utils.c: In function 'scm_init_sw_core_utils_module':
swig-core-utils.c:1670: warning: implicit declaration of function
'scm_c_define_module'
swig-core-utils.c:1672: error: 'SCM_UNSPECIFIED' undeclared (first use in
this function)
make[3]: *** [swig-core-utils.lo] Error 1
make[3]: Leaving directory `/usr/local/src/gnucash-2.2.1/src/core-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/gnucash-2.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/gnucash-2.2.1'
make: *** [all] Error 2
linux-fergatron:/usr/local/src/gnucash-2.2.1 #
======================

-- 
Marc F.

"..Grace to you and peace from Him who is and who was and who is to come.."
-Rev1:4


More information about the gnucash-user mailing list