C/C++ Full Install HELP

2023-03-29 Thread LarryL
Re: NetBeans 17; macOS Monterey Hi, The following docs instructions, to Activate/Install “C/C++”, generated this error: *** NetBeans 17 IDE Installer Installation completed unsuccessfully Click Finish to quit the NetBeans IDE installer and try to restart IDE. The Plugin Installer found problem t

Setup CppLite Kit HELP

2023-03-29 Thread LarryL
Re: Netbeans 17; macOS Monterey Hi, Docs say to have ‘.ccls’ in the project directory and have it contain: g++ -xc++ -Iinclude -std=c++17 Also, lightweight C/C++ requires ‘BUILD/Compile’ commands; __'CLEAN’ commands; __ ‘RUN’ commands. Q

Re: Installing C/C++ 8.2 in NB 12.6

2022-01-25 Thread LarryL
Hi, If you’re running NB 12.6, on a Mac, try its default C++ pull-down menu found in ‘Preferences’. Have Homebrew repo install either CCLS or ClangD LSP client and configure C++ Project next. To compile your code, goto ‘Project Properties - Build' Pick and choose compiler toggles from the followi

Re: NB_12.6_ClangD_C++_ Help

2022-01-22 Thread LarryL
Hi, Perhaps CCLS is more straight-forward to function with NB 12.6, than ClangD: % ccls --version Homebrew ccls version clang version 13.0.0 % ccls --help OVERVIEW: C/C++/Objective-C language server See more on https://github.com/MaskRay/ccls/wiki USAGE: ccls [options] OPTIONS: Generic

Re: NB_12.6_ClangD_C++_ Help

2022-01-22 Thread LarryL
Hi, Please interpret the following into something NetBeans IDE 12.6 'editor' can utilize: ** https://clangd.llvm.org/config.html ** % clangd --help OVERVIEW: clangd is a language server that provides IDE-like features to editors. It should be used via an editor plugin rather than invoke