Gnopernicus and Gnome-hacker-tools



Hello,

On a Redhat 8.0 system with garnome-0.24.2. Gnopernicus builds without a 
hitch. However, when I try to install gnome-hacker-tools i get the 
following errors:

cc1: warning: changing search order for system directory "/usr/include"
cc1: warning:   as it has already been specified as a non-system directory
In file included from gda-odbc-provider.c:28:
gda-odbc.h:32:17: sql.h: No such file or directory
gda-odbc.h:33:20: sqlext.h: No such file or directory
gda-odbc.h:34:22: sqlucode.h: No such file or directory
In file included from gda-odbc.h:35,
                 from gda-odbc-provider.c:28:
gda-odbc-provider.h:29:17: sql.h: No such file or directory
gda-odbc-provider.h:30:20: sqlext.h: No such file or directory
In file included from gda-odbc.h:35,
                 from gda-odbc-provider.c:28:
gda-odbc-provider.h:59: parse error before "SQLHANDLE"
gda-odbc-provider.h:59: warning: no semicolon at end of struct or union
gda-odbc-provider.h:60: warning: type defaults to `int' in declaration of `hdbc'
gda-odbc-provider.h:60: warning: data definition has no type or storage class
gda-odbc-provider.h:61: parse error before "hstmt"
gda-odbc-provider.h:61: warning: type defaults to `int' in declaration of `hstmt'
gda-odbc-provider.h:61: warning: data definition has no type or storage class
gda-odbc-provider.h:62: parse error before "version"
gda-odbc-provider.h:62: warning: type defaults to `int' in declaration of `version'
gda-odbc-provider.h:62: warning: data definition has no type or storage class
gda-odbc-provider.h:63: parse error before "db"
gda-odbc-provider.h:63: warning: type defaults to `int' in declaration of `db'
gda-odbc-provider.h:63: warning: data definition has no type or storage class
gda-odbc-provider.h:64: parse error before '}' token
gda-odbc-provider.h:64: warning: type defaults to `int' in declaration of `GdaOdbcConnectionData'
gda-odbc-provider.h:64: warning: data definition has no type or storage class
In file included from gda-odbc-provider.c:28:
gda-odbc.h:41: parse error before "SQLHANDLE"
gda-odbc-provider.c: In function `gda_odbc_provider_open_connection':
gda-odbc-provider.c:165: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:165: (Each undeclared identifier is reported only once
gda-odbc-provider.c:165: for each function it appears in.)
gda-odbc-provider.c:167: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:167: parse error before "rc"
gda-odbc-provider.c:179: parse error before ')' token
gda-odbc-provider.c:180: `rc' undeclared (first use in this function)
gda-odbc-provider.c:180: warning: implicit declaration of function `SQLAllocEnv'
gda-odbc-provider.c:181: warning: implicit declaration of function `SQL_SUCCEEDED'
gda-odbc-provider.c:188: warning: implicit declaration of function `SQLAllocConnect'
gda-odbc-provider.c:191: `SQL_NULL_HANDLE' undeclared (first use in this function)
gda-odbc-provider.c:192: warning: implicit declaration of function `SQLFreeEnv'
gda-odbc-provider.c:198: warning: implicit declaration of function `SQLConnect'
gda-odbc-provider.c:199: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:199: parse error before ')' token
gda-odbc-provider.c:205: warning: implicit declaration of function `SQLFreeConnect'
gda-odbc-provider.c:212: warning: implicit declaration of function `SQLAllocStmt'
gda-odbc-provider.c:216: warning: implicit declaration of function `SQLDisconnect'
gda-odbc-provider.c:225: warning: implicit declaration of function `SQLGetInfo'
gda-odbc-provider.c:225: `SQL_DRIVER_VER' undeclared (first use in this function)
gda-odbc-provider.c: In function `gda_odbc_provider_close_connection':
gda-odbc-provider.c:242: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c: In function `process_sql_commands':
gda-odbc-provider.c:266: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:269: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:269: `sql' undeclared (first use in this function)
gda-odbc-provider.c:270: `SQLSMALLINT' undeclared (first use in this function)
gda-odbc-provider.c:270: parse error before "ncols"
gda-odbc-provider.c:271: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:281: parse error before ')' token
gda-odbc-provider.c:284: `rc' undeclared (first use in this function)
gda-odbc-provider.c:284: warning: implicit declaration of function `SQLExecDirect'
gda-odbc-provider.c:284: `SQL_NTS' undeclared (first use in this function)
gda-odbc-provider.c:289: warning: implicit declaration of function `SQLNumResultCols'
gda-odbc-provider.c:289: `ncols' undeclared (first use in this function)
gda-odbc-provider.c:294: parse error before "name"
gda-odbc-provider.c:296: warning: implicit declaration of function `SQLDescribeCol'
gda-odbc-provider.c:297: `name' undeclared (first use in this function)
gda-odbc-provider.c:297: `nlen' undeclared (first use in this function)
gda-odbc-provider.c:301: warning: implicit declaration of function `SQLMoreResults'
gda-odbc-provider.c:306: warning: implicit declaration of function `SQLFreeStmt'
gda-odbc-provider.c:306: `SQL_CLOSE' undeclared (first use in this function)
gda-odbc-provider.c:324: warning: implicit declaration of function `SQLFetch'
gda-odbc-provider.c:326: parse error before "value"
gda-odbc-provider.c:327: `SQLINTEGER' undeclared (first use in this function)
gda-odbc-provider.c:330: warning: implicit declaration of function `SQLGetData'
gda-odbc-provider.c:330: `SQL_C_CHAR' undeclared (first use in this function)
gda-odbc-provider.c:331: `value' undeclared (first use in this function)
gda-odbc-provider.c:331: `ind' undeclared (first use in this function)
gda-odbc-provider.c: In function `gda_odbc_provider_get_server_version':
gda-odbc-provider.c:426: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c: In function `gda_odbc_provider_get_database':
gda-odbc-provider.c:445: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:446: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:446: parse error before "rc"
gda-odbc-provider.c:457: `rc' undeclared (first use in this function)
gda-odbc-provider.c:457: warning: implicit declaration of function `SQLGetConnectOption'
gda-odbc-provider.c:457: `SQL_CURRENT_QUALIFIER' undeclared (first use in this function)
gda-odbc-provider.c: In function `gda_odbc_provider_change_database':
gda-odbc-provider.c:475: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:476: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:476: parse error before "rc"
gda-odbc-provider.c:487: `rc' undeclared (first use in this function)
gda-odbc-provider.c:487: warning: implicit declaration of function `SQLSetConnectOption'
gda-odbc-provider.c:487: `SQL_CURRENT_QUALIFIER' undeclared (first use in this function)
gda-odbc-provider.c:487: `UDWORD' undeclared (first use in this function)
gda-odbc-provider.c:487: parse error before "name"
gda-odbc-provider.c: In function `gda_odbc_provider_begin_transaction':
gda-odbc-provider.c:505: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:506: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:506: parse error before "rc"
gda-odbc-provider.c:517: `rc' undeclared (first use in this function)
gda-odbc-provider.c:517: `SQL_AUTOCOMMIT' undeclared (first use in this function)
gda-odbc-provider.c:518: `SQL_AUTOCOMMIT_OFF' undeclared (first use in this function)
gda-odbc-provider.c: In function `gda_odbc_provider_commit_transaction':
gda-odbc-provider.c:536: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:537: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:537: parse error before "rc"
gda-odbc-provider.c:548: `rc' undeclared (first use in this function)
gda-odbc-provider.c:548: warning: implicit declaration of function `SQLTransact'
gda-odbc-provider.c:548: `SQL_COMMIT' undeclared (first use in this function)
gda-odbc-provider.c: In function `gda_odbc_provider_rollback_transaction':
gda-odbc-provider.c:566: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:567: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:567: parse error before "rc"
gda-odbc-provider.c:578: `rc' undeclared (first use in this function)
gda-odbc-provider.c:578: `SQL_ROLLBACK' undeclared (first use in this function)
gda-odbc-provider.c: In function `gda_odbc_provider_supports':
gda-odbc-provider.c:595: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:596: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:596: parse error before "rc"
gda-odbc-provider.c:597: `SQLINTEGER' undeclared (first use in this function)
gda-odbc-provider.c:598: `SQLSMALLINT' undeclared (first use in this function)
gda-odbc-provider.c:599: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:610: `rc' undeclared (first use in this function)
gda-odbc-provider.c:610: `SQL_DDL_INDEX' undeclared (first use in this function)
gda-odbc-provider.c:611: `ival' undeclared (first use in this function)
gda-odbc-provider.c:614: `SQL_DI_CREATE_INDEX' undeclared (first use in this function)
gda-odbc-provider.c:627: `SQL_PROCEDURES' undeclared (first use in this function)
gda-odbc-provider.c:628: `yn' undeclared (first use in this function)
gda-odbc-provider.c:647: `SQL_TXN_CAPABLE' undeclared (first use in this function)
gda-odbc-provider.c:648: `sval' undeclared (first use in this function)
gda-odbc-provider.c:664: `SQL_CREATE_VIEW' undeclared (first use in this function)
gda-odbc-provider.c: At top level:
gda-odbc-provider.c:691: parse error before "get_databases_rs"
gda-odbc-provider.c:691: parse error before '*' token
gda-odbc-provider.c:692: warning: return type defaults to `int'
gda-odbc-provider.c:692: warning: no previous prototype for `get_databases_rs'
gda-odbc-provider.c: In function `get_databases_rs':
gda-odbc-provider.c:693: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:693: parse error before "rc"
gda-odbc-provider.c:695: `rc' undeclared (first use in this function)
gda-odbc-provider.c:695: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:697: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:697: parse error before "value"
gda-odbc-provider.c:698: `SQLINTEGER' undeclared (first use in this function)
gda-odbc-provider.c:701: `SQL_C_CHAR' undeclared (first use in this function)
gda-odbc-provider.c:702: `value' undeclared (first use in this function)
gda-odbc-provider.c:702: `ind' undeclared (first use in this function)
gda-odbc-provider.c:711: `recset' undeclared (first use in this function)
gda-odbc-provider.c: In function `get_odbc_databases':
gda-odbc-provider.c:724: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:726: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:726: parse error before "rc"
gda-odbc-provider.c:747: `rc' undeclared (first use in this function)
gda-odbc-provider.c:747: warning: implicit declaration of function `SQLTables'
gda-odbc-provider.c:747: `SQL_NTS' undeclared (first use in this function)
gda-odbc-provider.c:756: `SQL_NO_DATA' undeclared (first use in this function)
gda-odbc-provider.c:760: `SQL_CLOSE' undeclared (first use in this function)
gda-odbc-provider.c: In function `get_odbc_indexes':
gda-odbc-provider.c:773: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c: At top level:
gda-odbc-provider.c:795: parse error before "get_columns_rs"
gda-odbc-provider.c:795: parse error before '*' token
gda-odbc-provider.c:796: warning: return type defaults to `int'
gda-odbc-provider.c:796: warning: no previous prototype for `get_columns_rs'
gda-odbc-provider.c: In function `get_columns_rs':
gda-odbc-provider.c:797: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:797: parse error before "rc"
gda-odbc-provider.c:799: `rc' undeclared (first use in this function)
gda-odbc-provider.c:799: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:801: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:801: parse error before "value"
gda-odbc-provider.c:802: `SQLINTEGER' undeclared (first use in this function)
gda-odbc-provider.c:805: `SQL_C_CHAR' undeclared (first use in this function)
gda-odbc-provider.c:806: `value' undeclared (first use in this function)
gda-odbc-provider.c:806: `ind' undeclared (first use in this function)
gda-odbc-provider.c:827: `SQL_C_LONG' undeclared (first use in this function)
gda-odbc-provider.c:828: `ival' undeclared (first use in this function)
gda-odbc-provider.c:881: `recset' undeclared (first use in this function)
gda-odbc-provider.c: In function `get_odbc_fields_metadata':
gda-odbc-provider.c:893: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:897: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:897: parse error before "rc"
gda-odbc-provider.c:925: `rc' undeclared (first use in this function)
gda-odbc-provider.c:925: warning: implicit declaration of function `SQLColumns'
gda-odbc-provider.c:927: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:927: parse error before ')' token
gda-odbc-provider.c:934: `SQL_NO_DATA' undeclared (first use in this function)
gda-odbc-provider.c:938: `SQL_CLOSE' undeclared (first use in this function)
gda-odbc-provider.c: At top level:
gda-odbc-provider.c:949: parse error before "get_procedure_rs"
gda-odbc-provider.c:949: parse error before '*' token
gda-odbc-provider.c:950: warning: return type defaults to `int'
gda-odbc-provider.c:950: warning: no previous prototype for `get_procedure_rs'
gda-odbc-provider.c: In function `get_procedure_rs':
gda-odbc-provider.c:951: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:951: parse error before "rc"
gda-odbc-provider.c:955: `rc' undeclared (first use in this function)
gda-odbc-provider.c:955: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:957: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:957: parse error before "value"
gda-odbc-provider.c:958: `SQLINTEGER' undeclared (first use in this function)
gda-odbc-provider.c:961: `SQL_C_CHAR' undeclared (first use in this function)
gda-odbc-provider.c:962: `value' undeclared (first use in this function)
gda-odbc-provider.c:962: `ind' undeclared (first use in this function)
gda-odbc-provider.c:1008: `recset' undeclared (first use in this function)
gda-odbc-provider.c: In function `get_odbc_procedures':
gda-odbc-provider.c:1021: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:1024: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:1024: parse error before "rc"
gda-odbc-provider.c:1051: `rc' undeclared (first use in this function)
gda-odbc-provider.c:1051: warning: implicit declaration of function `SQLProcedures'
gda-odbc-provider.c:1053: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:1053: parse error before ')' token
gda-odbc-provider.c:1059: `SQL_NO_DATA' undeclared (first use in this function)
gda-odbc-provider.c:1063: `SQL_CLOSE' undeclared (first use in this function)
gda-odbc-provider.c: At top level:
gda-odbc-provider.c:1074: parse error before "get_tables_rs"
gda-odbc-provider.c:1074: parse error before '*' token
gda-odbc-provider.c:1075: warning: return type defaults to `int'
gda-odbc-provider.c:1075: warning: no previous prototype for `get_tables_rs'
gda-odbc-provider.c: In function `get_tables_rs':
gda-odbc-provider.c:1076: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:1076: parse error before "rc"
gda-odbc-provider.c:1078: `rc' undeclared (first use in this function)
gda-odbc-provider.c:1078: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:1080: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:1080: parse error before "value"
gda-odbc-provider.c:1081: `SQLINTEGER' undeclared (first use in this function)
gda-odbc-provider.c:1084: `SQL_C_CHAR' undeclared (first use in this function)
gda-odbc-provider.c:1085: `value' undeclared (first use in this function)
gda-odbc-provider.c:1085: `ind' undeclared (first use in this function)
gda-odbc-provider.c:1118: `recset' undeclared (first use in this function)
gda-odbc-provider.c: In function `get_odbc_tables':
gda-odbc-provider.c:1131: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:1133: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:1133: parse error before "rc"
gda-odbc-provider.c:1157: `rc' undeclared (first use in this function)
gda-odbc-provider.c:1159: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:1159: parse error before ')' token
gda-odbc-provider.c:1166: `SQL_NO_DATA' undeclared (first use in this function)
gda-odbc-provider.c:1170: `SQL_CLOSE' undeclared (first use in this function)
gda-odbc-provider.c: At top level:
gda-odbc-provider.c:1181: parse error before "get_types_rs"
gda-odbc-provider.c:1181: parse error before '*' token
gda-odbc-provider.c:1182: warning: return type defaults to `int'
gda-odbc-provider.c:1182: warning: no previous prototype for `get_types_rs'
gda-odbc-provider.c: In function `get_types_rs':
gda-odbc-provider.c:1183: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:1183: parse error before "rc"
gda-odbc-provider.c:1185: `rc' undeclared (first use in this function)
gda-odbc-provider.c:1185: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:1187: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:1187: parse error before "value"
gda-odbc-provider.c:1188: `SQLINTEGER' undeclared (first use in this function)
gda-odbc-provider.c:1191: `SQL_C_CHAR' undeclared (first use in this function)
gda-odbc-provider.c:1192: `value' undeclared (first use in this function)
gda-odbc-provider.c:1192: `ind' undeclared (first use in this function)
gda-odbc-provider.c:1195: `typname' undeclared (first use in this function)
gda-odbc-provider.c:1213: `SQL_C_LONG' undeclared (first use in this function)
gda-odbc-provider.c:1214: `ival' undeclared (first use in this function)
gda-odbc-provider.c:1223: `recset' undeclared (first use in this function)
gda-odbc-provider.c: In function `get_odbc_types':
gda-odbc-provider.c:1236: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:1239: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:1239: parse error before "rc"
gda-odbc-provider.c:1263: `rc' undeclared (first use in this function)
gda-odbc-provider.c:1263: warning: implicit declaration of function `SQLGetTypeInfo'
gda-odbc-provider.c:1263: `SQL_ALL_TYPES' undeclared (first use in this function)
gda-odbc-provider.c:1269: `SQL_NO_DATA' undeclared (first use in this function)
gda-odbc-provider.c:1273: `SQL_CLOSE' undeclared (first use in this function)
gda-odbc-provider.c: In function `get_odbc_views':
gda-odbc-provider.c:1287: `priv_data' undeclared (first use in this function)
gda-odbc-provider.c:1289: `SQLRETURN' undeclared (first use in this function)
gda-odbc-provider.c:1289: parse error before "rc"
gda-odbc-provider.c:1313: `rc' undeclared (first use in this function)
gda-odbc-provider.c:1315: `SQLCHAR' undeclared (first use in this function)
gda-odbc-provider.c:1315: parse error before ')' token
gda-odbc-provider.c:1322: `SQL_NO_DATA' undeclared (first use in this function)
gda-odbc-provider.c:1326: `SQL_CLOSE' undeclared (first use in this function)
gda-odbc-provider.c: In function `get_odbc_sequence':
gda-odbc-provider.c:1342: `priv_data' undeclared (first use in this function)
make[6]: *** [gda-odbc-provider.lo] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [build-work/main.d/libgda-0.11.0/Makefile] Error 2
make[2]: *** [../../gnome/libgda/cookies/main.d/install] Error 2
make[1]: *** [../../gnome/libgnomedb/cookies/main.d/install] Error 2
make: *** [../../gnome/glade/cookies/main.d/install] Error 2

-- 
Computers to Help People, Inc.
http://www.chpi.org
825 East Johnson; Madison, WI 53703





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