ChinaUnix.net
相关文章推荐:

nodejs windows error gyp 编译

平台:HP_UX IA64 11.23 我用ansic编译一段内核代码 出现这么一个报错 error 24: "mod.c", line 1234 # '&&' expected instead of 'struct'. case WRITE_ACTION: ^^^^^^^^^^ WRITE_ACTION是自己定义的一个ioctl #define WRITE_ACTION _IOW() 有人知道这个error是什么意思吗?baidu,google都没找到相关的~~

by 洋没吐气 - C/C++ - 2007-09-01 13:23:51 阅读(1588) 回复(3)

相关讨论

编译的时候提示不成功!但是去看产生的SPLF没有说什么30.40的错误,看LOG的时候提示 Compilation stopped. Internal failure occurred. error code is 13. Compilation failed. Program ACRE031 not created in library CPT999 不明白在哪里错了!

by lishw - AS400 - 2007-04-17 18:50:46 阅读(2026) 回复(2)

c33-linux-elf-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../include -I../include/control -O2 -g -fpic -D__linux__ -I/usr/local/c33-linux/c33-axlinux/include -D__MINIGUI_LIB__ -D_REENTRANT -O2 -Wall -Wstrict-prototypes -pipe -DNDEBUG -c simedit.c -Wp,-MD,.deps/simedit.TPlo -o simedit.o {standard input}: Assembler messages: {standard input}:1596: error: reloc 360 not supported by object f...

by kingroc - 内核/嵌入技术 - 2006-12-25 11:55:08 阅读(1123) 回复(0)

我初学C++, 写了如下代码但编译时报错fatal error C1004: unexpected end of file found, 不知为何,请指点: #include #include class student { private: int no; public: void init(); void print(); }; class student :: init() { no = 0; } class student::print () { cout << no << endl; } void main() { class student stu1; stu1.init() ; stu1.print(); }

by morfast - C/C++ - 2006-10-08 11:42:15 阅读(4638) 回复(7)

about kernel underside error information....please help... ------------------------- mount: error 6 mounting ext3 mount: error 2 mounting none switchroot: mount failed: 22 umount /initrd/dev failed: 2 Kernel panic - not syncing: Attempted to kill init! ------------------------------------------------------------- 有看过之前的贴,一直都没有个所以然。 对于,mkrootdev:label /roo...

by justinyun - 内核/嵌入技术 - 2006-09-18 14:10:06 阅读(666) 回复(0)

UnixWare+informix环境esql编译时提示: fatal error: library not found: -lx 我的makefile 中并没有链该库,好像是esql本身要链该库,我在整个系统中都搜索了没有这个库。请教该怎么解决?

by lish_bin - 其他UNIX - 2006-01-06 17:17:36 阅读(1644) 回复(3)

esql编译时提示: fatal error: library not found: -lx 我的makefile 中并没有链该库,好像是esql本身要链该库,我在整个系统中都搜索了没有这个库。请教该怎么解决?

by lish_bin - Informix - 2006-01-06 08:22:40 阅读(1377) 回复(3)

[root@ftpserver openldap-2.3.9]# ./configure Configuring OpenLDAP 2.3.9-Release ... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)....

by 牙齿晒太阳 - 系统管理 - 2006-01-04 10:10:04 阅读(1320) 回复(5)

找了以前的贴子没有这方面的问题,用/etc/conf/bin/idtune 改了SEMMNI ,SEMMNS,SEMMAP 后编译内核报以下错误,机器还能正常启动,不知怎么恢复!!!! Relinking Kernel... The UNIX Operating System will now be rebuilt. This will take a few minutes. Please wait. Root for this system build is / LINE: spt ocrwi ictM spt 0 940 58 61952 -1 FATAL error: Mas...

by alinxiong - 其他UNIX - 2005-04-25 16:09:28 阅读(1107) 回复(2)

./compile qmail-remote.c In file included from /usr/include/openssl/ssl.h:179, from qmail-remote.c:36: /usr/include/openssl/kssl.h:72:18: krb5.h: Ã&ÓÐÄÇ&&Îļ&&òÄ&¼ In file included from /usr/include/openssl/ssl.h:179, from qmail-remote.c:36: /usr/include/openssl/kssl.h:132: parse error before "krb...

by wengxg - 服务器应用 - 2004-11-12 11:03:50 阅读(1071) 回复(6)

在rh9.0下编译的vls,在rh9.0下可以使用。放到一个精简的linux系统中 (/dev、/etc、/lib、/bin、/sbin等目录下只有最基本的文件,不过vls所需的lib***.so还是有的),在shell下运行vls却提示Bus error,请问这可能是什么原因? 还有,我想静态编译vls,但是我依次执行 export CFLAGS=-static export CPPFLAGS=-static export CXXFLAGS=-static ./configure make make install 用ldd察看,还是需要.so文件,请问应该如何才能静态编...

by Elite - C/C++ - 2004-05-29 23:30:24 阅读(994) 回复(0)