首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Fedora中制作Carmen Robotics工具箱的问题

在Fedora中制作Carmen Robotics工具箱的问题
EN

Stack Overflow用户
提问于 2012-08-20 17:33:47
回答 1查看 193关注 0票数 0

我遇到了在Fedora中安装Carmen工具包的问题;

制作:

输入make时,会收到以下错误消息

代码语言:javascript
复制
---- 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

..。许多相似的线

代码语言:javascript
复制
---- 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提供了大量的输出,其结尾是:

代码语言:javascript
复制
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编译可能是一次可怕的经历,但我没想到它会给我带来这么大的麻烦,特别是因为我过去在另一台计算机上成功地完成了编译。

我甚至不能做干净的

在这个话题上,有谁能提供智慧吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-08-20 19:43:35

我把评级从3.82降到3.81,这个问题就消失了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/12042285

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档