error with "make"....
"Ing. Wolfgang Duller" <[email protected]> Tue, 27 Dec 2005 19:13:49 +0100
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Message-ID | <[email protected]> |
dear list, i have problems with installing... i have configures the radius --with-mysql when i use make... i get this error message... the last few lines i posted here... any clue thnks wolfgang gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../include -I../include/radius -I../include/radius -g -O2 -MT mysql.lo -MD -MP -MF .deps/mysql.Tpo -c mysql.c -fPIC -DPIC -o .libs/mysql.lo mysql.c:35:25: mysql/mysql.h: No such file or directory mysql.c:36:26: mysql/errmsg.h: No such file or directory mysql.c: In function `do_mysql_query': mysql.c:55: `MYSQL' undeclared (first use in this function) mysql.c:55: (Each undeclared identifier is reported only once mysql.c:55: for each function it appears in.) mysql.c:55: `mysql' undeclared (first use in this function) mysql.c:65: parse error before ')' token mysql.c:73: `CR_SERVER_GONE_ERROR' undeclared (first use in this function) mysql.c: In function `rad_mysql_reconnect': mysql.c:88: `MYSQL' undeclared (first use in this function) mysql.c:88: `mysql' undeclared (first use in this function) mysql.c:110: parse error before ')' token mysql.c: In function `rad_mysql_query': mysql.c:141: `MYSQL' undeclared (first use in this function) mysql.c:141: parse error before ')' token mysql.c:141: parse error before ')' token mysql.c: In function `rad_mysql_getpwd': mysql.c:149: `MYSQL_RES' undeclared (first use in this function) mysql.c:149: `result' undeclared (first use in this function) mysql.c:150: `MYSQL_ROW' undeclared (first use in this function) mysql.c:150: parse error before "row" mysql.c:161: `MYSQL' undeclared (first use in this function) mysql.c:161: parse error before ')' token mysql.c: At top level: mysql.c:165: parse error before "if" mysql.c:170: `result' undeclared here (not in a function) mysql.c:170: initializer element is not constant mysql.c:170: warning: data definition has no type or storage class mysql.c:172: subscripted value is neither array nor pointer mysql.c:172: warning: initialization makes integer from pointer without a cast mysql.c:172: initializer element is not constant mysql.c:172: warning: data definition has no type or storage class mysql.c:173: warning: parameter names (without types) in function declaration mysql.c:173: warning: data definition has no type or storage class mysql.c:175: parse error before "return" mysql.c:179: parse error before "MYSQL_RES" mysql.c:179: warning: no semicolon at end of struct or union mysql.c:180: warning: data definition has no type or storage class mysql.c:181: warning: data definition has no type or storage class mysql.c: In function `rad_mysql_n_columns': mysql.c:186: `dp' undeclared (first use in this function) mysql.c:186: parse error before ')' token mysql.c: In function `rad_mysql_n_tuples': mysql.c:198: `dp' undeclared (first use in this function) mysql.c:198: parse error before ')' token mysql.c: In function `rad_mysql_exec': mysql.c:209: `MYSQL_RES' undeclared (first use in this function) mysql.c:209: `result' undeclared (first use in this function) mysql.c:210: `data' undeclared (first use in this function) mysql.c:221: `MYSQL' undeclared (first use in this function) mysql.c:221: parse error before ')' token mysql.c: In function `rad_mysql_column': mysql.c:239: `dp' undeclared (first use in this function) mysql.c:239: parse error before ')' token mysql.c: In function `rad_mysql_next_tuple': mysql.c:253: `dp' undeclared (first use in this function) mysql.c:253: parse error before ')' token mysql.c: In function `rad_mysql_free': mysql.c:264: `dp' undeclared (first use in this function) mysql.c:264: parse error before ')' token make[2]: *** [mysql.lo] Error 1 make[2]: Leaving directory `/home/httpd/vhosts/4matrix.com/radius/radius-1.3/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/httpd/vhosts/4matrix.com/radius/radius-1.3' make: *** [all] Error 2