Hi there,

The "clangd for Windows" does not have any "clangd-index-server.exe", nor "clangd-indexer.exe", just a "clangd.exe". You've probably downloaded the indexer, not the clangd.

Just unzip clangd zip file somewhere in a directory in your disk. If you have this directory in your PATH then NetBeans should find it for you. Otherwise you'll have to add it manually (say "C:\Users\whatever\clang\bin\clangd.exe).

Cheers,
Antonio



On 17/01/2022 22:17, slipbits wrote:
'm trying to host all my C/C++ projects on Netbeans (because I like NB) and am having some difficulty. NB tools->options->C/C++ requires either a ccls or clangd <https://github.com/clangd/clangd/releases/tag/13.0.0>protocol server. I downloaded clangd <https://github.com/clangd/clangd/releases/tag/13.0.0> for windows <https://github.com/clangd/clangd/releases/download/13.0.0/clangd-windows-13.0.0.zip> as a zip file and then extracted clangd-index-server-monitor.exe, clangd-index-server.exe. clangd-indexer.exe to my cygwin /bin directory. Then, in turn, I changed the C/C++ "clangd Location" to each of  the files (/bin/<filename>). In all cases I was then unable to modify my project file (below).

H


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to