Click here to Skip to main content
15,900,108 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.
What is rcssserver-15.0.1 (robo cup soccer simulation) dependences?
rcssserver is available from http://sourceforge.net/projects/sserver/files/rcssserver/15.0.1/rcssserver-15.0.1.tar.gz/download[^]
because when i go to make it, i get this error:
VB
player_command_tok.lpp:255:2: error: #endif without #if

layer_command_tok.lpp:1574:0: warning: "YY_NUM_RULES" redefined
coach_lang_tok.cpp:3944:0: note: this is the location of the previous definition
player_command_tok.lpp:1575:0: warning: "YY_END_OF_BUFFER" redefined
coach_lang_tok.cpp:3945:0: note: this is the location of the previous definition
player_command_tok.lpp:1669:0: warning: "yymore" redefined
coach_lang_tok.cpp:4011:0: note: this is the location of the previous definition
coach_lang_tok.cpp:3932:5: error: too many initializers for ‘const flex_int16_t [128]’
coach_lang_tok.cpp:4012:6: error: expected unqualified-id before ‘-’ token
coach_lang_tok.cpp:4025:5: error: expected declaration before ‘}’ token

But this source code , does not have any error!
Thank you for answering to my question.
*** Best Regards ***
Posted
Updated 13-Dec-11 10:21am
v3

1 solution

How are you trying to generate the code? Using a makefile that comes with the project or make your own? Almost looks like there's a #endif missing in the code causing havoc (would explain all the redefinitions)... did you accidentally open one of the files and delete a line?
 
Share this answer
 
Comments
smss IR 14-Dec-11 7:16am    
No,i did not opened any file .
Albert Holguin 14-Dec-11 10:49am    
You didn't answer all the questions.
smss IR 14-Dec-11 13:02pm    
Excuse me. i for compile the source code, using of "make" command in terminal(linux) and the make file is default in source code and i do not edit it.
Albert Holguin 14-Dec-11 13:29pm    
Have you tried to look for help on their wiki-space? Here's the link[^]... since this question is pretty specific to that project, you may have better luck asking there. I don't really have time to download it and try to compile.
smss IR 14-Dec-11 13:32pm    
Ok.All right.Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900