I have been having a tough time installing concordance. I have tried to
configure (this goes pretty smoothly) both libconcord and concordance
but keep getting error msg's throughout the who make install process. I
have created a file with all the error msg's and have attached them to
this email in the hopes that someone can tell me what I'm doing wrong.
Any help would be appreciated. System info:
Gnome ver 2.28.1
Distributor: Ubuntu
Build Date: 11/03/2009
Ubuntu 9.10 - the Karmic Koala
Kernel Linux 2.6.31.17-generic
Hardware
Dell Inspiron 6400 Laptop
Memory: 2gig
Processor 0: Genuine Intel T2400 1.83GHz
Processor 1: Genuine Intel T2400 1.83GHz
Available Disk Space
43.6GB
If there is any other information I can provide please let me know.
Thank you in advance
Stephen
step...@lefave-laptop:~/Downloads/concordance-0.21/concordance$ make install
gcc -DHAVE_CONFIG_H -I. -Wall -ansi -pedantic-errors -g -O2 -MT
concordance-concordance.o -MD -MP -MF .deps/concordance-concordance.Tpo -c -o
concordance-concordance.o `test -f 'concordance.c' || echo './'`concordance.c
concordance.c:26:24: error: libconcord.h: No such file or directory
concordance.c:147: error: expected ‘)’ before ‘count’
concordance.c:181: error: expected ‘)’ before ‘length’
concordance.c:192: error: expected ‘)’ before ‘length’
concordance.c:205: error: expected ‘)’ before ‘carrier_clock’
concordance.c: In function ‘get_cmd’:
concordance.c:231: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:231: error: (Each undeclared identifier is reported only once
concordance.c:231: error: for each function it appears in.)
concordance.c:231: error: expected ‘;’ before ‘index’
concordance.c:240: error: lvalue required as left operand of assignment
concordance.c:240: error: comparison between pointer and integer
concordance.c:240: error: wrong type argument to increment
concordance.c:240: error: lvalue required as increment operand
concordance.c:241: error: array subscript is not an integer
concordance.c: At top level:
concordance.c:252: error: expected ‘)’ before ‘*’ token
concordance.c:407: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_config’:
concordance.c:411: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:411: error: ‘config’ undeclared (first use in this function)
concordance.c:412: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:412: error: expected ‘;’ before ‘size’
concordance.c:414: warning: implicit declaration of function
‘read_config_from_remote’
concordance.c:414: error: ‘size’ undeclared (first use in this function)
concordance.c:414: error: ‘cb’ undeclared (first use in this function)
concordance.c:418: warning: implicit declaration of function
‘write_config_to_file’
concordance.c:423: warning: implicit declaration of function ‘delete_blob’
concordance.c: In function ‘print_time’:
concordance.c:440: warning: implicit declaration of function ‘get_time_year’
concordance.c:440: warning: implicit declaration of function ‘get_time_month’
concordance.c:440: warning: implicit declaration of function ‘get_time_day’
concordance.c:441: warning: implicit declaration of function ‘get_time_dow’
concordance.c:441: warning: implicit declaration of function ‘get_time_hour’
concordance.c:441: warning: implicit declaration of function ‘get_time_minute’
concordance.c:442: warning: implicit declaration of function ‘get_time_second’
concordance.c:442: warning: implicit declaration of function
‘get_time_utc_offset’
concordance.c:442: warning: implicit declaration of function ‘get_time_timezone’
concordance.c:442: warning: format ‘%s’ expects type ‘char *’, but argument 10
has type ‘int’
concordance.c: At top level:
concordance.c:450: error: expected ‘)’ before ‘*’ token
concordance.c:545: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_safemode’:
concordance.c:547: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:547: error: ‘safe’ undeclared (first use in this function)
concordance.c:548: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:548: error: expected ‘;’ before ‘safe_size’
concordance.c:549: error: ISO C90 forbids mixed declarations and code
concordance.c:551: warning: implicit declaration of function
‘read_safemode_from_remote’
concordance.c:551: error: ‘safe_size’ undeclared (first use in this function)
concordance.c:551: error: ‘cb’ undeclared (first use in this function)
concordance.c:557: warning: implicit declaration of function
‘write_safemode_to_file’
concordance.c: At top level:
concordance.c:566: error: expected ‘)’ before ‘*’ token
concordance.c:699: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_firmware’:
concordance.c:702: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:702: error: ‘firmware’ undeclared (first use in this function)
concordance.c:703: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:703: error: expected ‘;’ before ‘firmware_size’
concordance.c:705: warning: implicit declaration of function
‘read_firmware_from_remote’
concordance.c:705: error: ‘firmware_size’ undeclared (first use in this
function)
concordance.c:705: error: ‘cb’ undeclared (first use in this function)
concordance.c:711: warning: implicit declaration of function
‘write_firmware_to_file’
concordance.c: At top level:
concordance.c:878: error: expected ‘)’ before ‘*’ token
concordance.c: In function ‘print_version_info’:
concordance.c:1035: warning: implicit declaration of function ‘get_mfg’
concordance.c:1035: warning: implicit declaration of function ‘get_model’
concordance.c:1035: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1035: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1036: warning: implicit declaration of function ‘get_codename’
concordance.c:1036: error: assignment makes pointer from integer without a cast
concordance.c:1045: warning: implicit declaration of function ‘get_skin’
concordance.c:1047: warning: implicit declaration of function ‘get_fw_ver_maj’
concordance.c:1048: warning: implicit declaration of function ‘get_fw_ver_min’
concordance.c:1051: warning: implicit declaration of function ‘get_fw_type’
concordance.c:1053: warning: implicit declaration of function ‘get_hw_ver_maj’
concordance.c:1054: warning: implicit declaration of function ‘get_hw_ver_min’
concordance.c:1057: warning: implicit declaration of function ‘get_flash_size’
concordance.c:1064: warning: implicit declaration of function ‘get_flash_mfg’
concordance.c:1065: warning: implicit declaration of function ‘get_flash_id’
concordance.c:1065: warning: implicit declaration of function
‘get_flash_part_num’
concordance.c:1065: warning: format ‘%s’ expects type ‘char *’, but argument 4
has type ‘int’
concordance.c:1067: warning: implicit declaration of function ‘get_arch’
concordance.c:1068: warning: implicit declaration of function ‘get_proto’
concordance.c:1070: warning: implicit declaration of function ‘get_hid_mfg_str’
concordance.c:1070: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1071: warning: implicit declaration of function ‘get_hid_prod_str’
concordance.c:1071: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1072: warning: implicit declaration of function ‘get_hid_irl’
concordance.c:1073: warning: implicit declaration of function ‘get_hid_orl’
concordance.c:1073: warning: implicit declaration of function ‘get_hid_frl’
concordance.c:1074: warning: implicit declaration of function ‘get_usb_vid’
concordance.c:1075: warning: implicit declaration of function ‘get_usb_pid’
concordance.c:1076: warning: implicit declaration of function ‘get_usb_bcd’
concordance.c:1078: warning: implicit declaration of function ‘get_serial’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 4
has type ‘int’
concordance.c:1082: warning: implicit declaration of function
‘get_config_bytes_used’
concordance.c:1083: warning: implicit declaration of function
‘get_config_bytes_total’
concordance.c: In function ‘main’:
concordance.c:1128: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:1128: error: ‘data’ undeclared (first use in this function)
concordance.c:1129: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:1129: error: expected ‘;’ before ‘size’
concordance.c:1167: error: ‘size’ undeclared (first use in this function)
concordance.c:1175: warning: implicit declaration of function ‘read_file’
concordance.c:1183: warning: implicit declaration of function ‘detect_mode’
concordance.c:1222: warning: implicit declaration of function ‘init_concord’
concordance.c:1225: warning: implicit declaration of function ‘lc_strerror’
concordance.c:1225: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1241: warning: implicit declaration of function ‘reset_remote’
concordance.c:1250: warning: implicit declaration of function ‘get_identity’
concordance.c:1250: error: ‘cb_print_percent_status’ undeclared (first use in
this function)
concordance.c:1251: error: ‘LC_ERROR_INVALID_CONFIG’ undeclared (first use in
this function)
concordance.c:1272: warning: implicit declaration of function
‘post_connect_test_success’
concordance.c:1279: error: too many arguments to function ‘dump_config’
concordance.c:1282: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1289: warning: implicit declaration of function ‘upload_config’
concordance.c:1293: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1300: error: too many arguments to function ‘dump_firmware’
concordance.c:1303: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1310: warning: implicit declaration of function ‘upload_firmware’
concordance.c:1314: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1321: error: too many arguments to function ‘dump_safemode’
concordance.c:1324: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1331: warning: implicit declaration of function
‘learn_ir_commands’
concordance.c:1335: warning: implicit declaration of function ‘get_time’
concordance.c:1340: warning: implicit declaration of function ‘set_time’
concordance.c:1356: warning: implicit declaration of function ‘deinit_concord’
make: *** [concordance-concordance.o] Error 1
step...@lefave-laptop:~/Downloads/concordance-0.21/concordance$ make
make all-am
make[1]: Entering directory
`/home/stephen/Downloads/concordance-0.21/concordance'
gcc -DHAVE_CONFIG_H -I. -Wall -ansi -pedantic-errors -g -O2 -MT
concordance-concordance.o -MD -MP -MF .deps/concordance-concordance.Tpo -c -o
concordance-concordance.o `test -f 'concordance.c' || echo './'`concordance.c
concordance.c:26:24: error: libconcord.h: No such file or directory
concordance.c:147: error: expected ‘)’ before ‘count’
concordance.c:181: error: expected ‘)’ before ‘length’
concordance.c:192: error: expected ‘)’ before ‘length’
concordance.c:205: error: expected ‘)’ before ‘carrier_clock’
concordance.c: In function ‘get_cmd’:
concordance.c:231: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:231: error: (Each undeclared identifier is reported only once
concordance.c:231: error: for each function it appears in.)
concordance.c:231: error: expected ‘;’ before ‘index’
concordance.c:240: error: lvalue required as left operand of assignment
concordance.c:240: error: comparison between pointer and integer
concordance.c:240: error: wrong type argument to increment
concordance.c:240: error: lvalue required as increment operand
concordance.c:241: error: array subscript is not an integer
concordance.c: At top level:
concordance.c:252: error: expected ‘)’ before ‘*’ token
concordance.c:407: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_config’:
concordance.c:411: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:411: error: ‘config’ undeclared (first use in this function)
concordance.c:412: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:412: error: expected ‘;’ before ‘size’
concordance.c:414: warning: implicit declaration of function
‘read_config_from_remote’
concordance.c:414: error: ‘size’ undeclared (first use in this function)
concordance.c:414: error: ‘cb’ undeclared (first use in this function)
concordance.c:418: warning: implicit declaration of function
‘write_config_to_file’
concordance.c:423: warning: implicit declaration of function ‘delete_blob’
concordance.c: In function ‘print_time’:
concordance.c:440: warning: implicit declaration of function ‘get_time_year’
concordance.c:440: warning: implicit declaration of function ‘get_time_month’
concordance.c:440: warning: implicit declaration of function ‘get_time_day’
concordance.c:441: warning: implicit declaration of function ‘get_time_dow’
concordance.c:441: warning: implicit declaration of function ‘get_time_hour’
concordance.c:441: warning: implicit declaration of function ‘get_time_minute’
concordance.c:442: warning: implicit declaration of function ‘get_time_second’
concordance.c:442: warning: implicit declaration of function
‘get_time_utc_offset’
concordance.c:442: warning: implicit declaration of function ‘get_time_timezone’
concordance.c:442: warning: format ‘%s’ expects type ‘char *’, but argument 10
has type ‘int’
concordance.c: At top level:
concordance.c:450: error: expected ‘)’ before ‘*’ token
concordance.c:545: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_safemode’:
concordance.c:547: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:547: error: ‘safe’ undeclared (first use in this function)
concordance.c:548: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:548: error: expected ‘;’ before ‘safe_size’
concordance.c:549: error: ISO C90 forbids mixed declarations and code
concordance.c:551: warning: implicit declaration of function
‘read_safemode_from_remote’
concordance.c:551: error: ‘safe_size’ undeclared (first use in this function)
concordance.c:551: error: ‘cb’ undeclared (first use in this function)
concordance.c:557: warning: implicit declaration of function
‘write_safemode_to_file’
concordance.c: At top level:
concordance.c:566: error: expected ‘)’ before ‘*’ token
concordance.c:699: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_firmware’:
concordance.c:702: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:702: error: ‘firmware’ undeclared (first use in this function)
concordance.c:703: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:703: error: expected ‘;’ before ‘firmware_size’
concordance.c:705: warning: implicit declaration of function
‘read_firmware_from_remote’
concordance.c:705: error: ‘firmware_size’ undeclared (first use in this
function)
concordance.c:705: error: ‘cb’ undeclared (first use in this function)
concordance.c:711: warning: implicit declaration of function
‘write_firmware_to_file’
concordance.c: At top level:
concordance.c:878: error: expected ‘)’ before ‘*’ token
concordance.c: In function ‘print_version_info’:
concordance.c:1035: warning: implicit declaration of function ‘get_mfg’
concordance.c:1035: warning: implicit declaration of function ‘get_model’
concordance.c:1035: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1035: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1036: warning: implicit declaration of function ‘get_codename’
concordance.c:1036: error: assignment makes pointer from integer without a cast
concordance.c:1045: warning: implicit declaration of function ‘get_skin’
concordance.c:1047: warning: implicit declaration of function ‘get_fw_ver_maj’
concordance.c:1048: warning: implicit declaration of function ‘get_fw_ver_min’
concordance.c:1051: warning: implicit declaration of function ‘get_fw_type’
concordance.c:1053: warning: implicit declaration of function ‘get_hw_ver_maj’
concordance.c:1054: warning: implicit declaration of function ‘get_hw_ver_min’
concordance.c:1057: warning: implicit declaration of function ‘get_flash_size’
concordance.c:1064: warning: implicit declaration of function ‘get_flash_mfg’
concordance.c:1065: warning: implicit declaration of function ‘get_flash_id’
concordance.c:1065: warning: implicit declaration of function
‘get_flash_part_num’
concordance.c:1065: warning: format ‘%s’ expects type ‘char *’, but argument 4
has type ‘int’
concordance.c:1067: warning: implicit declaration of function ‘get_arch’
concordance.c:1068: warning: implicit declaration of function ‘get_proto’
concordance.c:1070: warning: implicit declaration of function ‘get_hid_mfg_str’
concordance.c:1070: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1071: warning: implicit declaration of function ‘get_hid_prod_str’
concordance.c:1071: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1072: warning: implicit declaration of function ‘get_hid_irl’
concordance.c:1073: warning: implicit declaration of function ‘get_hid_orl’
concordance.c:1073: warning: implicit declaration of function ‘get_hid_frl’
concordance.c:1074: warning: implicit declaration of function ‘get_usb_vid’
concordance.c:1075: warning: implicit declaration of function ‘get_usb_pid’
concordance.c:1076: warning: implicit declaration of function ‘get_usb_bcd’
concordance.c:1078: warning: implicit declaration of function ‘get_serial’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 4
has type ‘int’
concordance.c:1082: warning: implicit declaration of function
‘get_config_bytes_used’
concordance.c:1083: warning: implicit declaration of function
‘get_config_bytes_total’
concordance.c: In function ‘main’:
concordance.c:1128: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:1128: error: ‘data’ undeclared (first use in this function)
concordance.c:1129: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:1129: error: expected ‘;’ before ‘size’
concordance.c:1167: error: ‘size’ undeclared (first use in this function)
concordance.c:1175: warning: implicit declaration of function ‘read_file’
concordance.c:1183: warning: implicit declaration of function ‘detect_mode’
concordance.c:1222: warning: implicit declaration of function ‘init_concord’
concordance.c:1225: warning: implicit declaration of function ‘lc_strerror’
concordance.c:1225: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1241: warning: implicit declaration of function ‘reset_remote’
concordance.c:1250: warning: implicit declaration of function ‘get_identity’
concordance.c:1250: error: ‘cb_print_percent_status’ undeclared (first use in
this function)
concordance.c:1251: error: ‘LC_ERROR_INVALID_CONFIG’ undeclared (first use in
this function)
concordance.c:1272: warning: implicit declaration of function
‘post_connect_test_success’
concordance.c:1279: error: too many arguments to function ‘dump_config’
concordance.c:1282: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1289: warning: implicit declaration of function ‘upload_config’
concordance.c:1293: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1300: error: too many arguments to function ‘dump_firmware’
concordance.c:1303: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1310: warning: implicit declaration of function ‘upload_firmware’
concordance.c:1314: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1321: error: too many arguments to function ‘dump_safemode’
concordance.c:1324: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1331: warning: implicit declaration of function
‘learn_ir_commands’
concordance.c:1335: warning: implicit declaration of function ‘get_time’
concordance.c:1340: warning: implicit declaration of function ‘set_time’
concordance.c:1356: warning: implicit declaration of function ‘deinit_concord’
make[1]: *** [concordance-concordance.o] Error 1
make[1]: Leaving directory
`/home/stephen/Downloads/concordance-0.21/concordance'
make: *** [all] Error 2
r...@lefave-laptop:/home/stephen/Downloads/concordance-0.21/concordance# make
make all-am
make[1]: Entering directory
`/home/stephen/Downloads/concordance-0.21/concordance'
gcc -DHAVE_CONFIG_H -I. -Wall -ansi -pedantic-errors -g -O2 -MT
concordance-concordance.o -MD -MP -MF .deps/concordance-concordance.Tpo -c -o
concordance-concordance.o `test -f 'concordance.c' || echo './'`concordance.c
concordance.c:26:24: error: libconcord.h: No such file or directory
concordance.c:147: error: expected ‘)’ before ‘count’
concordance.c:181: error: expected ‘)’ before ‘length’
concordance.c:192: error: expected ‘)’ before ‘length’
concordance.c:205: error: expected ‘)’ before ‘carrier_clock’
concordance.c: In function ‘get_cmd’:
concordance.c:231: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:231: error: (Each undeclared identifier is reported only once
concordance.c:231: error: for each function it appears in.)
concordance.c:231: error: expected ‘;’ before ‘index’
concordance.c:240: error: lvalue required as left operand of assignment
concordance.c:240: error: comparison between pointer and integer
concordance.c:240: error: wrong type argument to increment
concordance.c:240: error: lvalue required as increment operand
concordance.c:241: error: array subscript is not an integer
concordance.c: At top level:
concordance.c:252: error: expected ‘)’ before ‘*’ token
concordance.c:407: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_config’:
concordance.c:411: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:411: error: ‘config’ undeclared (first use in this function)
concordance.c:412: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:412: error: expected ‘;’ before ‘size’
concordance.c:414: warning: implicit declaration of function
‘read_config_from_remote’
concordance.c:414: error: ‘size’ undeclared (first use in this function)
concordance.c:414: error: ‘cb’ undeclared (first use in this function)
concordance.c:418: warning: implicit declaration of function
‘write_config_to_file’
concordance.c:423: warning: implicit declaration of function ‘delete_blob’
concordance.c: In function ‘print_time’:
concordance.c:440: warning: implicit declaration of function ‘get_time_year’
concordance.c:440: warning: implicit declaration of function ‘get_time_month’
concordance.c:440: warning: implicit declaration of function ‘get_time_day’
concordance.c:441: warning: implicit declaration of function ‘get_time_dow’
concordance.c:441: warning: implicit declaration of function ‘get_time_hour’
concordance.c:441: warning: implicit declaration of function ‘get_time_minute’
concordance.c:442: warning: implicit declaration of function ‘get_time_second’
concordance.c:442: warning: implicit declaration of function
‘get_time_utc_offset’
concordance.c:442: warning: implicit declaration of function ‘get_time_timezone’
concordance.c:442: warning: format ‘%s’ expects type ‘char *’, but argument 10
has type ‘int’
concordance.c: At top level:
concordance.c:450: error: expected ‘)’ before ‘*’ token
concordance.c:545: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_safemode’:
concordance.c:547: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:547: error: ‘safe’ undeclared (first use in this function)
concordance.c:548: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:548: error: expected ‘;’ before ‘safe_size’
concordance.c:549: error: ISO C90 forbids mixed declarations and code
concordance.c:551: warning: implicit declaration of function
‘read_safemode_from_remote’
concordance.c:551: error: ‘safe_size’ undeclared (first use in this function)
concordance.c:551: error: ‘cb’ undeclared (first use in this function)
concordance.c:557: warning: implicit declaration of function
‘write_safemode_to_file’
concordance.c: At top level:
concordance.c:566: error: expected ‘)’ before ‘*’ token
concordance.c:699: error: expected declaration specifiers or ‘...’ before
‘lc_callback’
concordance.c: In function ‘dump_firmware’:
concordance.c:702: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:702: error: ‘firmware’ undeclared (first use in this function)
concordance.c:703: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:703: error: expected ‘;’ before ‘firmware_size’
concordance.c:705: warning: implicit declaration of function
‘read_firmware_from_remote’
concordance.c:705: error: ‘firmware_size’ undeclared (first use in this
function)
concordance.c:705: error: ‘cb’ undeclared (first use in this function)
concordance.c:711: warning: implicit declaration of function
‘write_firmware_to_file’
concordance.c: At top level:
concordance.c:878: error: expected ‘)’ before ‘*’ token
concordance.c: In function ‘print_version_info’:
concordance.c:1035: warning: implicit declaration of function ‘get_mfg’
concordance.c:1035: warning: implicit declaration of function ‘get_model’
concordance.c:1035: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1035: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1036: warning: implicit declaration of function ‘get_codename’
concordance.c:1036: error: assignment makes pointer from integer without a cast
concordance.c:1045: warning: implicit declaration of function ‘get_skin’
concordance.c:1047: warning: implicit declaration of function ‘get_fw_ver_maj’
concordance.c:1048: warning: implicit declaration of function ‘get_fw_ver_min’
concordance.c:1051: warning: implicit declaration of function ‘get_fw_type’
concordance.c:1053: warning: implicit declaration of function ‘get_hw_ver_maj’
concordance.c:1054: warning: implicit declaration of function ‘get_hw_ver_min’
concordance.c:1057: warning: implicit declaration of function ‘get_flash_size’
concordance.c:1064: warning: implicit declaration of function ‘get_flash_mfg’
concordance.c:1065: warning: implicit declaration of function ‘get_flash_id’
concordance.c:1065: warning: implicit declaration of function
‘get_flash_part_num’
concordance.c:1065: warning: format ‘%s’ expects type ‘char *’, but argument 4
has type ‘int’
concordance.c:1067: warning: implicit declaration of function ‘get_arch’
concordance.c:1068: warning: implicit declaration of function ‘get_proto’
concordance.c:1070: warning: implicit declaration of function ‘get_hid_mfg_str’
concordance.c:1070: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1071: warning: implicit declaration of function ‘get_hid_prod_str’
concordance.c:1071: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1072: warning: implicit declaration of function ‘get_hid_irl’
concordance.c:1073: warning: implicit declaration of function ‘get_hid_orl’
concordance.c:1073: warning: implicit declaration of function ‘get_hid_frl’
concordance.c:1074: warning: implicit declaration of function ‘get_usb_vid’
concordance.c:1075: warning: implicit declaration of function ‘get_usb_pid’
concordance.c:1076: warning: implicit declaration of function ‘get_usb_bcd’
concordance.c:1078: warning: implicit declaration of function ‘get_serial’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1079: warning: format ‘%s’ expects type ‘char *’, but argument 4
has type ‘int’
concordance.c:1082: warning: implicit declaration of function
‘get_config_bytes_used’
concordance.c:1083: warning: implicit declaration of function
‘get_config_bytes_total’
concordance.c: In function ‘main’:
concordance.c:1128: error: ‘uint8_t’ undeclared (first use in this function)
concordance.c:1128: error: ‘data’ undeclared (first use in this function)
concordance.c:1129: error: ‘uint32_t’ undeclared (first use in this function)
concordance.c:1129: error: expected ‘;’ before ‘size’
concordance.c:1167: error: ‘size’ undeclared (first use in this function)
concordance.c:1175: warning: implicit declaration of function ‘read_file’
concordance.c:1183: warning: implicit declaration of function ‘detect_mode’
concordance.c:1222: warning: implicit declaration of function ‘init_concord’
concordance.c:1225: warning: implicit declaration of function ‘lc_strerror’
concordance.c:1225: warning: format ‘%s’ expects type ‘char *’, but argument 3
has type ‘int’
concordance.c:1241: warning: implicit declaration of function ‘reset_remote’
concordance.c:1250: warning: implicit declaration of function ‘get_identity’
concordance.c:1250: error: ‘cb_print_percent_status’ undeclared (first use in
this function)
concordance.c:1251: error: ‘LC_ERROR_INVALID_CONFIG’ undeclared (first use in
this function)
concordance.c:1272: warning: implicit declaration of function
‘post_connect_test_success’
concordance.c:1279: error: too many arguments to function ‘dump_config’
concordance.c:1282: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1289: warning: implicit declaration of function ‘upload_config’
concordance.c:1293: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1300: error: too many arguments to function ‘dump_firmware’
concordance.c:1303: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1310: warning: implicit declaration of function ‘upload_firmware’
concordance.c:1314: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1321: error: too many arguments to function ‘dump_safemode’
concordance.c:1324: warning: format ‘%s’ expects type ‘char *’, but argument 2
has type ‘int’
concordance.c:1331: warning: implicit declaration of function
‘learn_ir_commands’
concordance.c:1335: warning: implicit declaration of function ‘get_time’
concordance.c:1340: warning: implicit declaration of function ‘set_time’
concordance.c:1356: warning: implicit declaration of function ‘deinit_concord’
make[1]: *** [concordance-concordance.o] Error 1
make[1]: Leaving directory
`/home/stephen/Downloads/concordance-0.21/concordance'
make: *** [all] Error 2
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel