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

message when ACE is missing is cryptic #80

Closed
paulfitz opened this issue Oct 14, 2013 · 2 comments
Closed

message when ACE is missing is cryptic #80

paulfitz opened this issue Oct 14, 2013 · 2 comments

Comments

@paulfitz
Copy link
Member

Attempting to configure YARP using CMake on a system without ACE gives this message:

CMake Error at conf/FindACE.cmake:75 (file):
  file STRINGS file "/root/cvs/yarp/ACE_INCLUDE_DIR-NOTFOUND/ace/Version.h"
  cannot be read.
Call Stack (most recent call first):
  conf/YarpAceCheck.cmake:18 (find_package)
  CMakeLists.txt:49 (include)
CMake Error at conf/FindACE.cmake:91 (message):
  Include file ace/Version.h does not exist
Call Stack (most recent call first):
  conf/YarpAceCheck.cmake:18 (find_package)
  CMakeLists.txt:49 (include)
-- Configuring incomplete, errors occurred!

It might be clearer to state that ACE has not been found and fail, or configure to compile without ACE.

@drdanz
Copy link
Member

drdanz commented Oct 17, 2013

Should be fixed by commit 967ddfa
Can you please check?

@paulfitz
Copy link
Member Author

Yes, looks good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants