ChinaUnix.net
相关文章推荐:

make*** cpuarm1176starto 错误 2

现象如下; sql_lex.cc: In function `void lex_init()': sql_lex.cc:85: `symbols' undeclared (first use this function) sql_lex.cc:85: (Each undeclared identifier is reported only once for each function it appears in.) sql_lex.cc:87: `sql_functions' undeclared (first use this function) sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)': sql_lex.cc:171: `get_hash_symbol' undeclare...

by yyjjss - MySQL - 2004-08-24 09:09:02 阅读(726) 回复(1)

相关讨论

[quote]/usr/bin/install: stat‘./t/*.disabled’失败: 没有那个文件或目录 make[4]: [install-data-local] 错误 1 (忽略)[/quote] mysql 5.0.51 make install的时候出现以上错误,请问是怎么回事 安装完仍可以使用

by qfangcn - MySQL - 2008-01-09 22:41:26 阅读(2560) 回复(2)

[root@esoracle 2.6.9-42.EL-i686]# make mrproper scripts/Makefile.clean:10: Documentation/DocBook/Makefile: 没有那个文件或目录 make[1]: *** 没有规则可建立目标 Documentation/DocBook/Makefile 停止 make: *** [_mrproper_Documentation/DocBook] 错误 2 [root@esoracle 2.6.9-42.EL-i686]#

by bleach - 内核/嵌入技术 - 2006-10-25 08:16:55 阅读(938) 回复(7)

gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/var/lib/mysql -lmysqlclient -lz -lcrypt /usr/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status make[2]: *** [vchkpw] Error 1 make[2]: Leaving directory `/home/mail/mail/vpopmail-5.4.2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mail/mail/vpopmail-5.4.2' make: *** [all] Error ...

by todaynet - 服务器应用 - 2006-04-11 15:41:00 阅读(780) 回复(8)

Error:..\..\srinclude\sr_ethernet.h(16)- Missing newline before EOF - inserted 什么意思?请大虾指教! /**************************** sr_include.h ****************************/ #ifndef __SR_ETHERNET_H__ #define __SR_ETHERNET_H__ #ifdef __cplusplus extern "C" { #endif #include "stddefs.h" BOOL SRETHERNET_Init(void); #ifdef __cplusplus } #endif #endif

by embededman - 程序开发 - 2005-12-15 18:54:53 阅读(590) 回复(1)

bash-2.05b# make index Generating INDEX - please wait.. "Makefile", line 57: warning: String comparison operator should be either == or != "Makefile", line 57: Malformed conditional ((${OSVERSION} < 503001 && ${OSVERSIO N} >;= 500000) || (${OSVERSION} <= 492000)) "Makefile", line 57: Missing dependency operator "Makefile", line 59: if-less endif "Makefile", line 59: Need an operator "/usr/ports/ed...

by zoneone - BSD - 2005-08-28 09:34:39 阅读(1172) 回复(5)

:( 各位大侠,请赐教。 谢谢版主的赐教。 我目前的操作系统是SCO 5.06a ,现在想安装mysql4.0.25 。经过如下: 1、我已安装了SCO 5.06a的开发系统(development system)。 2、下载gzip-1.2.4.tar,解压,#tar xvf gzip-1.2.4.tar,产生gzip-1.2.4目录。 3、下载make-3.80.tar.gz放到根目录,将gzip-1.2.4目录下的gunzip拷贝到根目录。 # ./gunzip make-3.80.tar.gz,产生make-3.80.tar文件, 再解包:#tar xvf make-3.80.tar...

by szf200412 - MySQL - 2005-08-05 00:52:25 阅读(860) 回复(0)

  在configure PHP后,make时出现错误: /bin/sh /tmp/php-4.3.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/ctype/ -I/tmp/php-4.3.11/ext/ctype/ -DPHP_ATOM_INC -I/tmp/php-4.3.11/include -I/tmp/php-4.3.11/main -I/tmp/php-4.3.11 -I/tmp/php-4.3.11/ext/xml/expat -I/tmp/php-4.3.11/TSRM -I/tmp/php-4.3.11/Zend -D_POSIX_PTHREAD_SEMANTICS -g -O2 -c /tmp/php-4.3.11/ext/ctype/ctype.c -o...

by jobsmail - Solaris - 2005-06-21 22:53:02 阅读(478) 回复(0)

Application initialization failed: no display name and no $DISPLAY environment v ariable Error in startup script: invalid command name "button" while executing "button .ref" (file "scripts/kconfig.tk" line 51) make: *** [xconfig] Error 1

by ahking - Linux论坛 - 2005-01-19 08:32:25 阅读(310) 回复(1)

源文件:nmsp.h nmsp.cpp 写的Makefile make 的时候出现 'ake: Fatal error: Don't know how to make target `nmsp.h

by nflx - Solaris - 2004-06-16 13:20:33 阅读(429) 回复(1)

为了给同搭建一个开发环境要在aix 5.3上安装一个 unixodbc,configure的时候没有报错,但是make的 时候却报错: SQLGetPrivateProfileString.c:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mutex_ini' SQLGetPrivateProfileString.c:68: error: expected ')' before '*' token SQLGetPrivateProfileString.c:73: error: expected ')' before '*' token SQLGetPrivateProfileString.c: In function 'che...

by a.a - AIX - 2009-02-06 08:58:03 阅读(2178) 回复(1)