/usr/local/include on remote host is not traced by local host

已回答

Hello

I have a problem with remote development. As in the screenshots, /usr/local/include directory on remote host is not being tracked by local host so header files in the directory are not recognized by Clion. There is no problem with /usr/include directory. Can anyone help me?

2

Hi!

In the full remote development mode, the CLion instance runs locally and synchronizes header search paths from the remote machine to the local host (to resolve the code correctly in CLion). Previously, we’ve triggered the synchronization of the header search paths on every CMake reload, which might be a time-consuming task. Now in CLion 2019.1 the resync is performed only when triggered manually, by calling Tools | Resync with Remote Hosts.

Please do Tools | Resync with Remote Hosts, it should help.

You can use the clion.remote.resync.system.cache registry option (Help | Find Action, type "Registry...") if you would like the synchronization to be triggered on every CMake reload. Please see https://blog.jetbrains.com/clion/2019/03/clion-2019-1-rc/ for more details.

3
Avatar
Permanently deleted user

Thanks for the help! It is now resolved.

0

请先登录再写评论。