目标'cinset'的配方失败了

时间:2018-04-04 14:07:05

标签: ace tao

我正在尝试在this教程和this之后安装ace和tao。但是在我从TAO_wrapper目录输入“make”命令后,我得到以下错误:

 make[1]: Leaving directory '/home/robot/ACE_wrappers/apps/gperf'
make[1]: Entering directory '/home/robot/ACE_wrappers/apps/gperf/src'

GNUmakefile: /home/robot/ACE_wrappers/apps/gperf/src/GNUmakefile.gperf MAKEFLAGS=w

make[1]: Leaving directory '/home/robot/ACE_wrappers/apps/gperf/src'
make[1]: Entering directory '/home/robot/ACE_wrappers/apps/gperf/tests'

GNUmakefile: /home/robot/ACE_wrappers/apps/gperf/tests/GNUmakefile.cinset MAKEFLAGS=w

g++ -fvisibility=hidden -fvisibility-inlines-hidden -Wnon-virtual-dtor -O3 -ggdb -pthread -fno-strict-aliasing -Wall -W -Wpointer-arith -pipe -D_GNU_SOURCE   -I/home/robot/ACE_wrappers -D__ACE_INLINE__ -I../../..  -c -o .obj/c.o /home/robot/ACE_wrappers/apps/gperf/tests/c.cpp
g++ -fvisibility=hidden -fvisibility-inlines-hidden -Wnon-virtual-dtor -O3 -ggdb -pthread -fno-strict-aliasing -Wall -W -Wpointer-arith -pipe -D_GNU_SOURCE   -I/home/robot/ACE_wrappers -D__ACE_INLINE__ -I../../..  -c -o .obj/test.o /home/robot/ACE_wrappers/apps/gperf/tests/test.cpp
g++ -fvisibility=hidden -fvisibility-inlines-hidden -Wnon-virtual-dtor -O3 -ggdb -pthread -fno-strict-aliasing -Wall -W -Wpointer-arith -pipe -D_GNU_SOURCE   -I/home/robot/ACE_wrappers -D__ACE_INLINE__ -I../../..  -Wl,-E -L/home/robot/ACE_wrappers/lib -L.  -L../../../lib  -o cout .obj/c.o .obj/test.o -lACE -ldl -lrt 
.obj/test.o: In function `main':
/home/robot/ACE_wrappers/apps/gperf/tests/test.cpp:24: undefined reference to `in_word_set(char const*, unsigned int)'
/home/robot/ACE_wrappers/apps/gperf/tests/test.cpp:24: undefined reference to `in_word_set(char const*, unsigned int)'
collect2: error: ld returned 1 exit status
GNUmakefile.cinset:196: recipe for target 'cout' failed
make[1]: *** [cout] Error 1
make[1]: Leaving directory '/home/robot/ACE_wrappers/apps/gperf/tests'
GNUmakefile:1241: recipe for target 'cinset' failed
make: *** [cinset] Error 2

当我编译gperf时,单独的ace包装我没有收到任何错误。但是当我尝试编译孔ACE_wrapper包时,我得到了错误。

1 个答案:

答案 0 :(得分:0)

可能有些东西搞砸了你的文件系统。由于这只是一个单元测试,因此不应该忽略这个问题。作为替代方案,您可以运行make realcleanmake