Textinput include files

Hi,

Please move textinput header files to include directory. It would be much easier to build a custom user interface :slight_smile:

Thanks.

Hi,

What are you building and thus which include directory are you referring to (cling or ROOT)?

Axel.

Hi,

Iā€™m referring to cling.

Iā€™m trying to build a user interface like cling.cpp (https://github.com/root-mirror/cling/blob/master/tools/driver/cling.cpp).

examplemain.cpp (https://github.com/root-mirror/cling/blob/master/lib/UserInterface/textinput/doc/examplemain.cpp) aims to show how to do this, but prebuilt packages do not contain the necessary texinput headers. Thus a custom main needs the full source of cling to build.

However, if I have those headers in the include path, it compiles fine, and linking to clingUserInterface (which is available in binary distributions) makes a working program.

Thanks,

dobragab

Hi,

Might be done - could you confirm that commit 996e8f2130b68c86dd9fe88945d7d2031b18fac3 does it for you?

Axel.

It solved the issue. Thanks for fast solution! :slight_smile: