Menu

#39 99.71 rpm build missing files?

open
nobody
None
5
2012-10-23
2007-03-09
No

It appears that the libbmdbfcdx's are missing from this build?

RPM build errors:
File not found by glob:
/tmp/xharbour-0.99.71-root/usr/lib/xharbour/libbmdbfcdx*.a

Looking further back into install, this is what I find also..

gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fsigned-char -O3 -c ../../odbc.c -oodbc.o
../../odbc.c:103:17: error: sql.h: No such file or directory
../../odbc.c:104:20: error: sqlext.h: No such file or directory
../../odbc.c:105:22: error: sqltypes.h: No such file or directory
../../odbc.c: In function 'HB_FUN_SQLALLOCEN':
../../odbc.c:125: error: 'HENV' undeclared (first use in this function)
../../odbc.c:125: error: (Each undeclared identifier is reported only once
../../odbc.c:125: error: for each function it appears in.)
../../odbc.c:125: error: expected ';' before 'hEnv'
../../odbc.c:126: error: 'RETCODE' undeclared (first use in this function)
../../odbc.c:126: error: expected ';' before 'ret'
../../odbc.c:128: error: 'hEnv' undeclared (first use in this function)
../../odbc.c:129: error: 'ret' undeclared (first use in this function)
../../odbc.c: In function 'HB_FUN_SQLALLOCCO':
../../odbc.c:134: error: 'HDBC' undeclared (first use in this function)
../../odbc.c:134: error: expected ';' before 'hDbc'

Discussion


Log in to post a comment.