orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

Removed inclusion of history.h when using editline #4

Closed marcoesposito1988 closed 10 years ago

marcoesposito1988 commented 10 years ago

ocl fails on OS X Maverics 10.9 with the following error:

ros_base_ws/src/ocl/taskbrowser/TaskBrowser.cpp:102:12: fatal error: 'editline/history.h' file not found

include < editline/history.h >

This change allows compilation to succeed.

Does editline distribute a history.h on any other platform?

meyerj commented 10 years ago

/usr/include/editline/history.h is installed as a symlink to /usr/include/editline/readline.h in all active Ubuntu distributions. It should be save to remove the separate include directive.