我遇到了在Fedora中安装Carmen工具包的问题;
制作:
输入make时,会收到以下错误消息
---- Copying global/carmen-std.ini to carmen.ini
***********
E X P O R T
***********
---- Copying ipc.h to [path]/carmen-0.7.4-beta/include/carmen..。许多相似的线
---- Copying param_interface.h to [path]/carmen-0.7.4-beta/include/carmen
Makefile:7: *** missing separator. Stop.
make: *** [export] Error 255我搜索了一下,发现这可能是由空格引起的,而不是行开头的制表符。在makefile的第7行附近没有这样的问题。-d make -d提供了大量的输出,其结尾是:
Updating goal targets.... Considering target file `export'.
File `export' does not exist.
Finished prerequisites of target file `export'.
Must remake target `export'.
Invoking recipe from ../Makefile.rules:285 to update target `export'.
Putting child 0x174b8e0 (export) PID 5816 on the chain.
Live child 0x174b8e0 (export) PID 5816
Reaping winning child 0x174b8e0 PID 5816
Live child 0x174b8e0 (export) PID 5819
Reaping winning child 0x174b8e0 PID 5819
Removing child 0x174b8e0 PID 5819 from chain.
Successfully remade target file `export'.
GNU Make 3.82 Built for x86_64-redhat-linux-gnu Copyright (C) 2010
Free Software Foundation, Inc. License GPLv3+:
GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `../Makefile.conf' (search path) (no ~ expansion)...
Reading makefile `../Makefile.vars' (search path) (no ~ expansion)...
Makefile:7: *** missing separator. Stop.
Reaping losing child 0xda4940 PID 5794
make: *** [export] Error 255
Removing child 0xda4940 PID 5794 from chain. 我听说到Carmen编译可能是一次可怕的经历,但我没想到它会给我带来这么大的麻烦,特别是因为我过去在另一台计算机上成功地完成了编译。
我甚至不能做干净的
在这个话题上,有谁能提供智慧吗?
发布于 2012-08-20 19:43:35
我把评级从3.82降到3.81,这个问题就消失了。
https://stackoverflow.com/questions/12042285
复制相似问题