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

what is #include <cmd>? #23

Closed
sangli00 opened this issue Sep 7, 2016 · 4 comments
Closed

what is #include <cmd>? #23

sangli00 opened this issue Sep 7, 2016 · 4 comments

Comments

@sangli00
Copy link

sangli00 commented Sep 7, 2016

source : examples/general/pi/pisim.cpp

error detail:
RaftLib-RaftLib-d6e6fa3/examples/general/pi/pisim.cpp:29:15: fatal error: cmd: No such file or directory
#include

I can't find any about cmd info.

@sangli00
Copy link
Author

sangli00 commented Sep 7, 2016

wo.... I find it .

https://github.com/RaftLib/cmdargs

@jonathan-beard
Copy link
Member

jonathan-beard commented Sep 7, 2016

Likely need to fix that if it didn't auto install with the library build. Traveling today, will run in a container to make sure it installs cleanly on a fresh system. Figured the CI mostly covered me for that. Did you by chance build the examples by themselves or as part of the main cmake build process?

Thanks!

On Sep 7, 2016, at 04:21, LSang notifications@github.com wrote:

source : examples/general/pi/pisim.cpp

error detail:
RaftLib-RaftLib-d6e6fa3/examples/general/pi/pisim.cpp:29:15: fatal error: cmd: No such file or directory
#include

I can't find any about cmd info.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@sangli00
Copy link
Author

sangli00 commented Sep 8, 2016

I think,README add this package detail info.
Yes,I refer to README cmake this build.

@jonathan-beard
Copy link
Member

ok, I think we've gotten this one fixed. I'll add to the readme. I'm also adding a .pc file to make it easier to build outside the initial clone and cmake so that all needed libraries will be linked with pkg-config on linux/unix based systems.

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