求助:编译问题

其它类软件,非上述版软件
回复
头像
ubunturobo
帖子: 6
注册时间: 2009-09-15 9:29
联系:

求助:编译问题

#1

帖子 ubunturobo » 2009-09-15 9:42

刚开始使用linux,要安装一个软件,老是出错,整的了几天,查了一些书,问题依旧,真让人难受。望各位详细说明一下错误原因和就解决办法,谢谢
./configure没有错误,接下来执行make :

代码: 全选

loginName@loginName-laptop:~/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2$ make
make  all-recursive
make[1]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2'
Making all in rcssbase
make[2]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
Making all in net
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/net'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/net'
Making all in conf
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/conf'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/conf'
Making all in gzip
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/gzip'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/gzip'
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
make[3]: 没有什么可以做的为 `all-am'。
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
make[2]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
Making all in src
make[2]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make  all-am
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/include -W -Wall -g -O2 -MT clangparser.lo -MD -MP -MF .deps/clangparser.Tpo -c -o clangparser.lo clangparser.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -W -Wall -g -O2 -MT clangparser.lo -MD -MP -MF .deps/clangparser.Tpo -c clangparser.cpp  -fPIC -DPIC -o .libs/clangparser.o
在包含自 clangparser.h:27 的文件中,
                 从 clangparser.cpp:32:
coach_lang_tok.h:34:23: 错误: FlexLexer.h:没有该文件或目录
In file included from clangparser.h:27,
                 from clangparser.cpp:32:
coach_lang_tok.h:39: 错误: expected class-name before ‘{’ token
In file included from clangparser.cpp:32:
clangparser.h: In member function ‘virtual bool rcss::clang::Parser::doParse(std::istream&)’:
clangparser.h:79: 错误: ‘class RCSSCLangLexer’没有名为‘switch_streams’的成员
make[3]: *** [clangparser.lo] 错误 1
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make[2]: *** [all] 错误 2
make[2]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2'
make: *** [all] 错误 2
loginName@loginName-laptop:~/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2$ 
上次由 ubunturobo 在 2009-09-15 13:01,总共编辑 1 次。
头像
yaoms
帖子: 4952
注册时间: 2007-10-19 14:51
来自: 深圳

Re: 求助:编译问题

#2

帖子 yaoms » 2009-09-15 9:50

哪有错?
Nothing 有事请发邮件到 yms541 AT gmail.com
alias 爱慕颇雷尔='mplayer'
头像
peachcolor
帖子: 898
注册时间: 2006-05-20 14:03

Re: 求助:编译问题

#3

帖子 peachcolor » 2009-09-15 10:05

这不是看起来没什么问题么,接下来就make install阿
头像
ubunturobo
帖子: 6
注册时间: 2009-09-15 9:29
联系:

Re: 求助:编译问题

#4

帖子 ubunturobo » 2009-09-15 13:02

peachcolor 写了:这不是看起来没什么问题么,接下来就make install阿
先执行./configure,然后执行make就是上面的错误
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: 求助:编译问题

#5

帖子 HuntXu » 2009-09-15 13:44

coach_lang_tok.h:34:23: 错误: FlexLexer.h:没有该文件或目录.h
http://packages.ubuntu.com/search?searc ... ite=jaunty
HUNT Unfortunately No Talent...
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: 求助:编译问题

#6

帖子 wangdu2002 » 2009-09-15 13:52

./configure --prefix=/usr 时先看看缺哪些包,不能满足依赖,肯定是make不了的。 :em02
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
头像
ubunturobo
帖子: 6
注册时间: 2009-09-15 9:29
联系:

Re: 求助:编译问题

#7

帖子 ubunturobo » 2009-09-15 18:10

HuntXu 写了:
coach_lang_tok.h:34:23: 错误: FlexLexer.h:没有该文件或目录.h
http://packages.ubuntu.com/search?searc ... ite=jaunty
加入FlexLexer.h后出现下面错误:

代码: 全选

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking for cos in -lm... yes
checking for deflate in -lz... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler has stringstream... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for libintl.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for memset... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for socklen_t... yes
checking for size_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for floor... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... (cached) yes
checking for mkdir... yes
checking for pow... yes
checking for rint... yes
checking for socket... yes
checking for sqrt... yes
checking for strdup... yes
checking for strerror... yes
checking for flex... no
checking for lex... no
checking if flex is the lexer generator... yes
checking for bison... bison -y
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for boostlib >= 1.32.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-d... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem-d... yes
checking for select... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rcssbase/Makefile
config.status: creating rcssbase/net/Makefile
config.status: creating rcssbase/conf/Makefile
config.status: creating rcssbase/gzip/Makefile
config.status: creating src/Makefile
config.status: creating src/rcsoccersim
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
peverx@peverx-laptop:~/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2$ clear

peverx@peverx-laptop:~/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2$ make
make all-recursive
make[1]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2'
Making all in rcssbase
make[2]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
Making all in net
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/net'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/net'
Making all in conf
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/conf'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/conf'
Making all in gzip
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/gzip'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/gzip'
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
make[3]: 没有什么可以做的为 `all-am'。
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
make[2]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
Making all in src
make[2]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make all-am
make[3]: 正在进入目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -W -Wall -g -O2 -MT clangparser.lo -MD -MP -MF .deps/clangparser.Tpo -c -o clangparser.lo clangparser.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -W -Wall -g -O2 -MT clangparser.lo -MD -MP -MF .deps/clangparser.Tpo -c clangparser.cpp -fPIC -DPIC -o .libs/clangparser.o
In file included from coach_lang_tok.h:34,
from clangparser.h:27,
from clangparser.cpp:32:
./FlexLexer.h:116: 错误: ‘RCSSBASE_API’没有命名一个类型
./FlexLexer.h:119: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:120: 错误: expected ‘;’ before ‘virtual’
./FlexLexer.h:122: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:123: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:124: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:125: 错误: expected ‘;’ before ‘struct’
./FlexLexer.h:126: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:127: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:128: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:129: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:131: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:132: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:133: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:134: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:136: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:137: 错误: expected ‘;’ before ‘virtual’
./FlexLexer.h:138: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:139: 错误: expected ‘;’ before ‘virtual’
./FlexLexer.h:146: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:147: 错误: expected ‘;’ before ‘virtual’
./FlexLexer.h:148: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:149: 错误: expected ‘;’ before ‘virtual’
./FlexLexer.h:150: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:151: 错误: expected ‘;’ before ‘virtual’
./FlexLexer.h:153: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:154: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:155: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:156: 错误: expected ‘;’ before ‘int’
./FlexLexer.h:158: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:159: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:160: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:161: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:162: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:163: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:169: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:170: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:171: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:172: 错误: expected ‘;’ before ‘void’
./FlexLexer.h:173: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:174: 错误: expected ‘;’ before ‘int’
./FlexLexer.h:176: 错误: ‘RCSSBASE_API’没有命名一个类型
./FlexLexer.h:178: 错误: ‘RCSSBASE_API’没有命名一个类型
./FlexLexer.h:180: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:181: 错误: expected ‘;’ before ‘int’
./FlexLexer.h:206: 错误: ISO C++ 不允许声明无类型的‘RCSSBASE_API’
./FlexLexer.h:207: 错误: expected ‘;’ before ‘void’
In file included from clangparser.cpp:32:
clangparser.h:44: 错误: 不能将字段‘rcss::clang::Parser::Param::M_lexer’声明为具有抽象类型‘rcss::clang::Lexer’
coach_lang_tok.h:39: 附注: 因为下列虚函数在‘rcss::clang::Lexer’中为纯虚函数:
./FlexLexer.h:69: 附注: virtual void FlexLexer::yy_switch_to_buffer(yy_buffer_state*)
./FlexLexer.h:71: 附注: virtual yy_buffer_state* FlexLexer::yy_create_buffer(std::istream*, int)
./FlexLexer.h:72: 附注: virtual void FlexLexer::yy_delete_buffer(yy_buffer_state*)
./FlexLexer.h:73: 附注: virtual void FlexLexer::yyrestart(std::istream*)
./FlexLexer.h:87: 附注: virtual void FlexLexer::switch_streams(std::istream*, std::ostream*)
make[3]: *** [clangparser.lo] 错误 1
make[3]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make[2]: *** [all] 错误 2
make[2]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/peverx/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2'
make: *** [all] 错误 2
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: 求助:编译问题

#8

帖子 wangdu2002 » 2009-09-15 18:17

水平太臭,没太看明白,但有两点可能是出错原因: :em03
1、配置时的输出,似乎还少头文件和其他组件;
2、此源码包的编程规格可能与GCC的版本不配套,很多语法不符合编译器的要求,所以编译器使劲报错。 :em20
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
头像
ubunturobo
帖子: 6
注册时间: 2009-09-15 9:29
联系:

Re: 求助:编译问题

#9

帖子 ubunturobo » 2009-09-15 18:42

wangdu2002 写了:./configure --prefix=/usr 时先看看缺哪些包,不能满足依赖,肯定是make不了的。 :em02
以下是执行./configure后的代码:

代码: 全选

./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking for cos in -lm... yes
checking for deflate in -lz... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler has stringstream... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for libintl.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for memset... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for socklen_t... yes
checking for size_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for floor... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... (cached) yes
checking for mkdir... yes
checking for pow... yes
checking for rint... yes
checking for socket... yes
checking for sqrt... yes
checking for strdup... yes
checking for strerror... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking if flex is the lexer generator... yes
checking for bison... bison -y
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for boostlib >= 1.32.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-d... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem-d... yes
checking for select... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rcssbase/Makefile
config.status: creating rcssbase/net/Makefile
config.status: creating rcssbase/conf/Makefile
config.status: creating rcssbase/gzip/Makefile
config.status: creating src/Makefile
config.status: creating src/rcsoccersim
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
 
然后执行make:

代码: 全选

make
make  all-recursive
make[1]: 正在进入目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2'
Making all in rcssbase
make[2]: 正在进入目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
Making all in net
make[3]: 正在进入目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/net'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/net'
Making all in conf
make[3]: 正在进入目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/conf'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/conf'
Making all in gzip
make[3]: 正在进入目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/gzip'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/gzip'
make[3]: 正在进入目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
make[3]: 没有什么可以做的为 `all-am'。
make[3]:正在离开目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
make[2]:正在离开目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase'
Making all in src
make[2]: 正在进入目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make  all-am
make[3]: 正在进入目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
/bin/bash ../libtool --tag=CXX   --mode=link g++ -W -Wall -g -O2 -L../rcssbase/conf -L../rcssbase/net -L../rcssbase/gzip -L/usr/lib -o rcssserver audio.o bodysender.o coach.o csvsaver.o dispsender.o field.o fullstatesender.o heteroplayer.o initsender.o initsendercoach.o initsenderlogger.o initsendermonitor.o initsenderonlinecoach.o initsenderplayer.o landmarkreader.o logger.o main.o monitor.o netif.o pcombuilder.o pcomparser.o player.o playerparam.o object.o referee.o remoteclient.o resultsaver.o serializer.o serializercoachstdv1.o serializercoachstdv7.o serializercoachstdv8.o serializercoachstdv13.o serializercommonstdv1.o serializercommonstdv7.o serializercommonstdv8.o serializermonitor.o serializeronlinecoachstdv1.o serializeronlinecoachstdv6.o serializeronlinecoachstdv7.o serializeronlinecoachstdv8.o serializeronlinecoachstdv13.o serializerplayerstdv1.o serializerplayerstdv7.o serializerplayerstdv8.o serializerplayerstdv13.o serverparam.o stdoutsaver.o stdtimer.o synctimer.o team.o timer.o utility.o visualsendercoach.o visualsenderplayer.o xmlreader.o xpmholder.o player_command_parser.o player_command_tok.o -lrcssclangparser -lrcssconfparser -lrcssnet -lrcssgz -lboost_filesystem-d -lboost_system-d -lz -lm 
libtool: link: g++ -W -Wall -g -O2 -o .libs/rcssserver audio.o bodysender.o coach.o csvsaver.o dispsender.o field.o fullstatesender.o heteroplayer.o initsender.o initsendercoach.o initsenderlogger.o initsendermonitor.o initsenderonlinecoach.o initsenderplayer.o landmarkreader.o logger.o main.o monitor.o netif.o pcombuilder.o pcomparser.o player.o playerparam.o object.o referee.o remoteclient.o resultsaver.o serializer.o serializercoachstdv1.o serializercoachstdv7.o serializercoachstdv8.o serializercoachstdv13.o serializercommonstdv1.o serializercommonstdv7.o serializercommonstdv8.o serializermonitor.o serializeronlinecoachstdv1.o serializeronlinecoachstdv6.o serializeronlinecoachstdv7.o serializeronlinecoachstdv8.o serializeronlinecoachstdv13.o serializerplayerstdv1.o serializerplayerstdv7.o serializerplayerstdv8.o serializerplayerstdv13.o serverparam.o stdoutsaver.o stdtimer.o synctimer.o team.o timer.o utility.o visualsendercoach.o visualsenderplayer.o xmlreader.o xpmholder.o player_command_parser.o player_command_tok.o  -L/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/conf -L/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/net -L/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/gzip -L/usr/lib /home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/.libs/librcssclangparser.so /home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/conf/.libs/librcssconfparser.so /home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/net/.libs/librcssnet.so /home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/rcssbase/gzip/.libs/librcssgz.so -lboost_filesystem-d -lboost_system-d -lz -lm
player_command_tok.o: In function `main':
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.cpp:1: multiple definition of `main'
main.o:/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/main.cpp:68: first defined here
coach.o: In function `rcss::clang::Parser::~Parser()':
coach.cpp:(.text._ZN4rcss5clang6ParserD1Ev[rcss::clang::Parser::~Parser()]+0x1b): undefined reference to `vtable for RCSSCLangLexer'
coach.cpp:(.text._ZN4rcss5clang6ParserD1Ev[rcss::clang::Parser::~Parser()]+0x23): undefined reference to `RCSSCLangFLexLexer::~RCSSCLangFLexLexer()'
coach.o: In function `rcss::clang::Parser::~Parser()':
coach.cpp:(.text._ZN4rcss5clang6ParserD0Ev[rcss::clang::Parser::~Parser()]+0x1b): undefined reference to `vtable for RCSSCLangLexer'
coach.cpp:(.text._ZN4rcss5clang6ParserD0Ev[rcss::clang::Parser::~Parser()]+0x23): undefined reference to `RCSSCLangFLexLexer::~RCSSCLangFLexLexer()'
pcomparser.o: In function `RCSSPComLexer':
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `RCSSPComFlexLexer::RCSSPComFlexLexer(std::basic_istream<char, std::char_traits<char> >*, std::basic_ostream<char, std::char_traits<char> >*)'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `vtable for RCSSPComLexer'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `RCSSPComFlexLexer::RCSSPComFlexLexer(std::basic_istream<char, std::char_traits<char> >*, std::basic_ostream<char, std::char_traits<char> >*)'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `vtable for RCSSPComLexer'
pcomparser.o: In function `~RCSSPComLexer':
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `vtable for RCSSPComLexer'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `RCSSPComFlexLexer::~RCSSPComFlexLexer()'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `vtable for RCSSPComLexer'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `RCSSPComFlexLexer::~RCSSPComFlexLexer()'
player.o: In function `~RCSSPComLexer':
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `vtable for RCSSPComLexer'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `RCSSPComFlexLexer::~RCSSPComFlexLexer()'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `vtable for RCSSPComLexer'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `RCSSPComFlexLexer::~RCSSPComFlexLexer()'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `vtable for RCSSPComLexer'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/player_command_tok.h:34: undefined reference to `RCSSPComFlexLexer::~RCSSPComFlexLexer()'
/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src/.libs/librcssclangparser.so: undefined reference to `RCSSCLangFLexLexer::RCSSCLangFLexLexer(std::basic_istream<char, std::char_traits<char> >*, std::basic_ostream<char, std::char_traits<char> >*)'
collect2: ld returned 1 exit status
make[3]: *** [rcssserver] 错误 1
make[3]:正在离开目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make[2]: *** [all] 错误 2
make[2]:正在离开目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/LoginName/桌面/机器人/仿真2D/server安装包/rcssserver-13.2.2'
make: *** [all] 错误 2
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: 求助:编译问题

#10

帖子 wangdu2002 » 2009-09-15 18:50

貌似源码里的函数出错了。。。 :em20。。。某菜鸟,没有修改源码的能力。 :em03
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
头像
ubunturobo
帖子: 6
注册时间: 2009-09-15 9:29
联系:

Re: 求助:编译问题

#11

帖子 ubunturobo » 2009-09-20 22:18

问题解决了:
执行./configure
把里面显示的no能解决的尽量解决。
最后把源文件拷贝到/home下竟然安装成功……
wmpeng
帖子: 2
注册时间: 2009-11-10 15:14

Re: 求助:编译问题

#12

帖子 wmpeng » 2009-11-10 15:22

ubunturobo 写了:问题解决了:
执行./configure
把里面显示的no能解决的尽量解决。
最后把源文件拷贝到/home下竟然安装成功……
:em11 :em11 :em11 :em11
xiaoma1219
帖子: 1
注册时间: 2010-05-26 23:36

Re: 求助:编译问题

#13

帖子 xiaoma1219 » 2010-06-06 17:56

不知道楼主是怎么解决的,我最近也在装这个,修改了源码,出现了和楼主一样的编译错误,./configure里面也有几个no但是不知道怎么解决……
261147
帖子: 1
注册时间: 2010-07-25 22:41

Re: 求助:编译问题

#14

帖子 261147 » 2010-07-25 22:46

我也是有几个no,正在努力解决。我貌似在flex上出了问题,很头大。
回复