Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTT_Server doesn't compile #38

Closed
echofourpapa opened this issue Jun 17, 2012 · 5 comments
Closed

RTT_Server doesn't compile #38

echofourpapa opened this issue Jun 17, 2012 · 5 comments

Comments

@echofourpapa
Copy link
Collaborator

RTT_Server after last commit does not compile, like MatchLoop.cpp line 43: usleep(tickDelta);
gives the error: "usleep was not declared in this scope".

@altf4
Copy link
Owner

altf4 commented Jun 19, 2012

Since your fix to this had a number of changes in your branch that conflict, I just added the line myself. It should merge in just fine, since they're identical.

Fixed in ae6259d

Give this version a try out, if it builds then I'll close this Issue

@echofourpapa
Copy link
Collaborator Author

Merged, and it compiles with make, but eclipse throws this error: RTT_Server.cpp:171: undefined reference to `RTT::MessageManager::DeleteQueue(int)'

@altf4
Copy link
Owner

altf4 commented Jun 20, 2012

Did you do a clean? `RTT::MessageManager::DeleteQueue(int)' is a new function just introduced. If you have an old version of RTT_Common, it won't have it.

To be sure, run:
make clean; make;

@echofourpapa
Copy link
Collaborator Author

Building via terminal works just fine. However even after cleaning all projects and then building all in Eclipse I get the same error. But it may be unrelated, I could have have Eclipse all screwed up again.

@altf4
Copy link
Owner

altf4 commented Jun 20, 2012

Okay, since it builds now, I'm closing this

@altf4 altf4 closed this as completed Jun 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants