Re: C/C++ Support

2025-04-30 Thread Simon IJskes - QCG
On 4/30/25 11:59, Simon IJskes - QCG wrote: On 4/24/25 16:39, Bradley Willcott wrote: If so, then it appears that the original source code includes Oracle proprietary code. Therefore, it will require Oracle to either release this code, or for them to update the whole C/C++ add-on. I doubt

Re: C/C++ Support

2025-04-30 Thread Simon IJskes - QCG
On 4/24/25 16:39, Bradley Willcott wrote: If so, then it appears that the original source code includes Oracle proprietary code. Therefore, it will require Oracle to either release this code, or for them to update the whole C/C++ add-on. I doubt either scenario is likely. However, for the

Re: C/C++ Support

2025-04-24 Thread Bradley Willcott
Oracle proprietary code. Therefore, it will require Oracle to either release this code, or for them to update the whole C/C++ add-on. I doubt either scenario is likely. However, for the most part, I currently don't see a problem with using NB v21, though it would be nice to see the C/++ add-

Re: C/C++ Support

2025-04-23 Thread František Kučera
Hello, I also prefer this classic plugin for C/C++ development. Can anyone estimate how much work it will be to make it working under current NetBeans version? Franta - To unsubscribe, e-mail: users-unsubscr

Re: C/C++ Support

2025-04-10 Thread slipbits
tched to Eclipse. Let's look at NB 8.2. It no longer used. I suspect that the reasons are that the languages (Java, C/C++) have evolved beyond NB 8.2's ability to handle them, and NB has itself evolved to make it more usable to its audience. But note, NB 8.2 (well as later NB'

Re: C/C++ Support

2025-04-06 Thread Bradley Willcott
Check out my Gist link. You will need NB v21. Therefore, you will have */two/* versions installed. One for C/C++, and one for Java. On 6/4/25 00:55, slipbits wrote: One note, I have NB 25, and in NB 25 there is no "Netbeans 8.2 Plugin Portal". There is an C/C++ plugin. That could b

Re: C/C++ Support

2025-04-05 Thread slipbits
Thank you. One note, I have NB 25, and in NB 25 there is no "Netbeans 8.2 Plugin Portal". There is an C/C++ plugin. That could be why when I select a new C/C++ project all I get is: "Lightweight C/C++ Project". And the rest of your description, then, does not apply. W

C/C++ Support

2025-04-05 Thread Bradley Willcott
Hi there. I have been doing some investigating into this issue: "A lack of C/C++ support in Netbeans". As the process includes a lot of screenshots, I have created a GitHub Gist: https://gist.github.com/bewillcott/ddb8a4d6d08b4d9070daa1bc4399f7e6. I hope this comes though prope

Re: C/C++ Support

2025-04-04 Thread Pieter van den Hombergh
"strip" (I copied the > command from elsewhere). When I omit it, the debug symbols, created by > option `-ggdb` were not removed again from the binary. > Now, what a surprise, I can debug my code with NetBeans. Wow, that's > great. > > So now I have: > Compile Command

Re: C/C++ Support

2025-04-04 Thread slipbits
So now I have: Compile Commands:     cc -ggdb -fPIC -shared Build:     cc -ggdb -shared -fPIC media.c -o libmedia.so     mkdir -p /home/ich/.jpilot/plugins     mv libmedia.so /home/ich/.jpilot/plugins/ Clean:     rm -r /home/ich/.jpilot/plugins Run:     jpilot -d -Ulf Am 03.03.25 um 17:33 schrieb

Re: C/C++ Support

2025-03-24 Thread Pieter van den Hombergh
in >> Linux) has to be provided or whether the input 'line' extends to as large >> as is needed. Another feature that needs experimentation. >> >> But, if it works for you then that is great. >> >> art >> >> On 3/3/2025 4:33 PM, Ulf Zibis wrote:

Re: C/C++ Support

2025-03-24 Thread slipbits
Beans. Wow, that's great. So now I have: Compile Commands:     cc -ggdb -fPIC -shared Build:     cc -ggdb -shared -fPIC media.c -o libmedia.so     mkdir -p /home/ich/.jpilot/plugins     mv libmedia.so /home/ich/.jpilot/plugins/ Clean:     rm -r /home/ich

Re: C/C++ Support

2025-03-04 Thread Ulf Zibis
    mv libmedia.so /home/ich/.jpilot/plugins/ Clean:     rm -r /home/ich/.jpilot/plugins Run:     jpilot -d -Ulf Am 03.03.25 um 17:33 schrieb slipbits: Hi Ulf; Way back in the bottom of this email, I asked about C/C++ support. Some answers followed. I work in a Windows environment and have

Re: C/C++ Support

2025-03-03 Thread slipbits
ugins     mv libmedia.so /home/ich/.jpilot/plugins/ Clean:     rm -r /home/ich/.jpilot/plugins Run:     jpilot -d -Ulf Am 03.03.25 um 17:33 schrieb slipbits: Hi Ulf; Way back in the bottom of this email, I asked about C/C++ support. Some answers followed. I work in a Windows environment and

Re: C/C++ Support

2025-03-03 Thread Ulf Zibis
b slipbits: Hi Ulf; Way back in the bottom of this email, I asked about C/C++ support. Some answers followed. I work in a Windows environment and have cygwin (a Windows Linux) with mingw and gcc. There is no documentation of what is required for entries in "Compile Command", "

Re: C/C++ Support

2025-03-03 Thread slipbits
Hi Ulf; Way back in the bottom of this email, I asked about C/C++ support. Some answers followed. I work in a Windows environment and have cygwin (a Windows Linux) with mingw and gcc. There is no documentation of what is required for entries in "Compile Command", "Build&qu

Re: C/C++ Support

2025-03-02 Thread Ulf Zibis
rom version 12 and the upgrade failed miserably.  The C/C++ issue was one of the impediments. 73, Ron / W4MMP On 11/8/2024 11:41, slipbits wrote: Is C/C++ still supported? I've been trying to use Netbeans as my C/C++ IDE and have so far been unsuccessful. I have used it for Java with no issue

Re: C/C++ Support

2024-11-25 Thread Bradley Willcott
Hi there. The mail digest cut the top few lines from my previous response: == There is a plug-in: CPPLite Kit. I am using NB23. This kit needs either: ccls, or clangd. I'm running on Linux and using ccls. Regards, Brad. == ---

Re: C/C++ Support

2024-11-25 Thread Pieter van den Hombergh
, 23:31 schreef Eric Bresie : > As I recall, the original Netbeans 8.x C/C++ (cnd) plugin support was > never donated so attempts were made to try to reimplement some as it a > Cpplite flavors and replace / refactor where possible. Some of this > involved replacing proprietary f

Re: C/C++ Support

2024-11-24 Thread Eric Bresie
As I recall, the original Netbeans 8.x C/C++ (cnd) plugin support was never donated so attempts were made to try to reimplement some as it a Cpplite flavors and replace / refactor where possible. Some of this involved replacing proprietary functionality. Below is some details but might be better

Re: C/C++ Support

2024-11-24 Thread Owen Thomas
x27;s friend. On Sun, 24 Nov 2024 at 09:45, Stroud Custer wrote: > Try C Lion, jetbrains IDE. Ive used their PyCharm for Python and like it > a lot. > > On Sat, Nov 23, 2024, 5:13 PM Arbol One wrote: > >> It is futile to try using Netbeans as an IDE for C/C++. Just saying.

Re: C/C++ Support

2024-11-24 Thread Bradley Willcott
12 and the upgrade failed miserably.  The C/C++ issue was one of the impediments. 73, Ron / W4MMP On 11/8/2024 11:41, slipbits wrote: Is C/C++ still supported? I've been trying to use Netbeans as my C/C++ IDE and have so far been unsuccessful. I have used it for Java with no issues, but I ca

Re: C/C++ Support

2024-11-23 Thread Stroud Custer
Try C Lion, jetbrains IDE. Ive used their PyCharm for Python and like it a lot. On Sat, Nov 23, 2024, 5:13 PM Arbol One wrote: > It is futile to try using Netbeans as an IDE for C/C++. Just saying. > On 2024-11-08 11:41 a.m., slipbits wrote: > > Is C/C++ still supported? I'

Re: C/C++ Support

2024-11-23 Thread Arbol One
It is futile to try using Netbeans as an IDE for C/C++. Just saying. On 2024-11-08 11:41 a.m., slipbits wrote: Is C/C++ still supported? I've been trying to use Netbeans as my C/C++ IDE and have so far been unsuccessful. I have used it for Java with no issues, but I can't seem to ge

Re: C/C++ Support

2024-11-23 Thread Geertjan Wielenga
für iOS <https://aka.ms/o0ukef> > > -- > *Von:* Geertjan Wielenga > *Gesendet:* Samstag, November 23, 2024 7:11 PM > *An:* slipbits > *Cc:* users@netbeans.apache.org > *Betreff:* Re: C/C++ Support > > NetBeans is you. You care. Make it happen.

Re: C/C++ Support

2024-11-23 Thread r...@rene-poepperl.de
contributors and to a new spirit of engagement!Thank you, for all the work you have put in the project over all the years!Best regards,René Gesendet von Outlook für iOS  Von: Geertjan Wielenga Gesendet: Samstag, November 23, 2024 7:11 PMAn: slipbits Cc: users@netbeans.apache.org Betreff: Re: C/C

Re: C/C++ Support

2024-11-23 Thread Thanasis Kakalis
Greetings to everyone, C/C++ support in modern NetBeans (version 14 and beyond) is a function of the recommended list of Java JDKs for the installation. Regarding the NetBeans 8.2 C/C++ plugin, it needs Java 11 JDK to be properly installed, because the JDK in question can validate the plugin

Re: C/C++ Support

2024-11-23 Thread Geertjan Wielenga
NetBeans is you. You care. Make it happen. :-) Gj On Sat, Nov 23, 2024 at 6:53 PM slipbits wrote: > > Hi Ron; > > I have not received an answer. I think that Netbeans has abandoned C/C++ > and has no intention of ever restoring it. From the respondents side, no > one ca

Re: C/C++ Support

2024-11-23 Thread slipbits
Hi Ron; I have not received an answer. I think that Netbeans has abandoned C/C++ and has no intention of ever restoring it. From the respondents side, no one cares. So when a C/C++ question is asked to the community, no one in the community is interested, and no one responds. I have used

Re: C/C++ Support

2024-11-23 Thread Ron Patton
Hi, Have you received an answer?  I'm still on version 12 due to this issue.  I tried moving on from version 12 and the upgrade failed miserably.  The C/C++ issue was one of the impediments. 73, Ron / W4MMP On 11/8/2024 11:41, slipbits wrote: > Is C/C++ still supported? I've b

C/C++ Support

2024-11-08 Thread slipbits
Is C/C++ still supported? I've been trying to use Netbeans as my C/C++ IDE and have so far been unsuccessful. I have used it for Java with no issues, but I can't seem to get it going for C/C++. Is there any documentation or FAQ that can be used as a guideline for setup

How do you configure a C/C++ in Netbeans

2023-12-27 Thread lostbits
Win11-x64 Netbeans 20 I have looked at the Apache document describing configuring Netbeans for C/C++, https://netbeans.apache.org/tutorial/main/kb/docs/cnd/development-environment/#front::community/releases/80/cpp-setup-instructions.adoc. If I am not mistaken, there is not a a single

How to fix C/C++ system error in finding a compiler file

2023-07-01 Thread slipbits
NB 18 Win 11-x64 cygwin Build command: c:\cygwin64\bin\g++.exe -O2 *.o -o Eliza.exe I'm trying to use the C/C++ I/F. During a compile the error message "C:/cygwin64/lib/gcc/x86_64-pc-cygwin/11/collect2.exe: error while loading shared libraries: ?: cannot open shared object file: No

C/C++ Plugin: shorten the destination path

2023-06-30 Thread Geert Vancompernolle
I'm using the NetBeans C/C++ plugin to develop and run applications on a Raspberry Pi (using NB17 for the moment).  All works fine: remote compiling, remote debugging, etc... One thing, however, is extremely annoying: the length of the path where NetBeans stores its information o

Re: C/C++ plug-in: no linefeed in output window

2023-05-21 Thread Tim de Vries
if it's in the terminal, it's in your processing of out/err. If it's in your display, thats your paint/scroll. tim On 21/05/2023 8:04 a.m., Geert Vancompernolle wrote: Just started today using the C/C++ plug-in.  Got it from NB8.2 since the plug-in has not been updated

C/C++ plug-in: no linefeed in output window

2023-05-21 Thread Geert Vancompernolle
Just started today using the C/C++ plug-in.  Got it from NB8.2 since the plug-in has not been updated (yet?) for more recent NB's. All is working fine except that the following commands:     retval = wiringPiI2CWriteReg8(fd, 0x00, 0x80);     printf("Writing IODIR_A = [0x%02X].\n&q

Is there documentation on C/C++ Netbeans

2023-04-13 Thread slipbits
I'm trying to find some documentation which describes the Netbeans Lightweight C/C++ setup options. Are there any help files, manual for Netbeans, or tutorials? thanks art - To unsubscribe, e-mail: users-uns

Re: C/C++ Full Install HELP

2023-03-29 Thread Tim de Vries
ware should work? Is that what NetBeans should do? Or me? Tim On 2023-03-29 9:49 p.m., LarryL wrote: 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 Clic

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

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread slipbits
s there any way to compile a file, build a project, or execute a build? The editing is great. art On 3/14/2023 8:35 AM, Bradley Willcott wrote: Hi Robert. Goto: Tools/Plugins/Settings:  Activate -> Netbeans 8.2 Plugin Portal Then goto "Available Plugins" tab, and install: "C/

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread Bradley Willcott
Hi Robert. Goto: Tools/Plugins/Settings:  Activate -> Netbeans 8.2 Plugin Portal Then goto "Available Plugins" tab, and install: "C/C++". This will give you everything you are looking for. Brad. On 12/3/23 12:13, Robert Yu Tin-Tat wrote: When I go to the C/C++ to

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread Bradley Willcott
Hi Robert. Goto: Tools/Plugins/Settings:  Activate -> Netbeans 8.2 Plugin Portal Then goto "Available Plugins" tab, and install: "C/C++". This will give you everything you are looking for. Brad. On 12/3/23 12:13, Robert Yu Tin-Tat wrote: When I go to the C/C++ to

Cannot Access C/C++ Range of Options

2023-03-11 Thread Robert Yu Tin-Tat
Is Netbeans 17 currently not supporting full C/C++ functionality at the moment? When I go to the C/C++ to make a C/C++ program on Netbeans 17, there hasn't been as much options as it had in its previous versions. In fact, there is only one option and that's to start up with a iig

C/C++ Integration

2022-09-06 Thread slipbits
Is Netbeans abandoning future development of C/C++? I have tried to use Netbeans Lightweight C/C++ IDE in the last few releases unsuccessfully. The current Netbeans 15 does not support syntax highlighting using CLANGD, and as in previous releases, individual files can not be compiled and (for

Re: C/C++ Compiling and clangd integration

2022-06-01 Thread antonio
Hi, "Tools->Options->C/C++->clangd" is not a feature of Apache NetBeans, are you using NB 8.X C/C++ plugin? Cheers, Antonio El 1/6/22 a las 20:03, slipbits escribió: NB 13 Win 7/10/11 gcc 11.3.0 I'm trying to use NB as a C/C++ IDE. Some issues: 1. I can't

C/C++ Compiling and clangd integration

2022-06-01 Thread slipbits
NB 13 Win 7/10/11 gcc 11.3.0 I'm trying to use NB as a C/C++ IDE. Some issues: 1. I can't compile. Properties->Compile Commands = "g++.exe -c -dumpdir ..\obj\ -std=c++17 -o ..\obj\", but Run->Compile File is 'grayed' and can't be used. I've a

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-15 Thread Graham Horner
NB on LinuxMint x64.  Build server is an ARM-powered set-top box running a Debian derivative. I'm building Kodi (C++) under an armv7 toolchain and have now got that working quite nicely with the 8.2 plugin and some hacks on the build server. It would be good to reach the same point with NB13+.

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-15 Thread Antonio
Hi, So what's your setup? Windows with a remote Linux build server? Thanks, Antonio El 15/4/22 a las 10:38, Graham Horner escribió: For me, the only use-case that makes sense.  Given it's a bad idea to build inside a git repo (IIRC gcc actually gives you a warning) the build artifacts should

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-15 Thread Graham Horner
For me, the only use-case that makes sense.  Given it's a bad idea to build inside a git repo (IIRC gcc actually gives you a warning) the build artifacts should be only on the remote build server.  That means the Simple setup of the 8.2 plugin is preferred. I installed clangd-12 and pointed yo

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-14 Thread antonio
Hi Graham, Well, that's good enough testing! The fact is that you'll need to install "clangd", which is a language server (available at https://clangd.llvm.org/), different from plain "clang" which is a compiler. Currently clangd does not support remote development (although you can still b

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-13 Thread Graham Horner
I think you are assuming my knowledge of Netbeans is more than it really is. To get this far with C/C++ I've relied heavily on the defaults but your fork is not suggesting anything so I get lost quickly. For 'location of clangd' I chose /usr/bin/clang but I'm getting no co

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-13 Thread Antonio
The fork does support remote building. That's the part of cnd from 8.2 that could be ported. So please keep up the good testing! Cheers, Antonio El 13/4/22 a las 17:00, Graham Horner escribió: I built the 'basic' version of your fork and added cpplite. I can't make much use of it for my main p

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-13 Thread Graham Horner
ad.  My .git directory is about the same size as all the rest of the source tree (~2GB).  I don't need it on the build server but that plugin insists on trying to upload it with every build (and fails for unexplained reasons).  I think others have been asking for this for a long time.

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-13 Thread antonio
So you're using NetBeans 8.2 C/C++ modules. We don't support those Oracle binaries any longer. You may want to give https://github.com/vieiro/netbeans/tree/feature/cnd-small-4 a spin, though. Cheers, Antonio El 5/4/22 a las 19:13, Graham Horner escribió: I'm not using cpplite

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-05 Thread Graham Horner
I'm not using cpplite under 11.2, so I don't have that folder. Can you point me to a description of the conf files - in the docs? On 5/4/22 17:34, antonio wrote: In windows, recursively copy the following folder C:\Users\[YOUR_USER]\AppData\Roaming\NetBeans\11.X\config\Preferences\org\netbeans

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-05 Thread Graham Horner
ow. On 05/04/2022 16:39, Graham Horner wrote: Hi I've been using NB 11.2 for some C/C++ projects (Kodi and linux kernel).  For some reason, NB never completes the background scan to parse all the symbols but does parse some of them.  I thought I'd try NB13 to see if it got better. 

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-05 Thread antonio
Hi, Some comments below. On 05/04/2022 16:39, Graham Horner wrote: Hi I've been using NB 11.2 for some C/C++ projects (Kodi and linux kernel).  For some reason, NB never completes the background scan to parse all the symbols but does parse some of them.  I thought I'd try NB13 to

[C/C++][NB13] Netbeans hangs parsing project

2022-04-05 Thread Graham Horner
Hi I've been using NB 11.2 for some C/C++ projects (Kodi and linux kernel).  For some reason, NB never completes the background scan to parse all the symbols but does parse some of them.  I thought I'd try NB13 to see if it got better.  It didn't. First I couldn't op

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

2022-02-04 Thread Eric Bresie
that someone (cant remember who) was using the > old NB 8.2 C/C++ plugin with one of the new Apache NB releases. > > I would like to do the same. > > I have configured the 8.2 plugin repo and clicked install on the C/C++ > module, which downloads, and partially installs, but then fa

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

2022-01-25 Thread LarryL
html> > > > https://www.shayanderson.com/application/setup-netbeans-for-c-and-c-compilers.htm > > <https://www.shayanderson.com/application/setup-netbeans-for-c-and-c-compilers.htm> > > > https://tutsmaster.org/how-to-install-c-c-on-netbeans-ide/ > <h

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

2022-01-24 Thread Jonathan Bergh
.html > <https://netbeans.apache.org/kb/docs/cnd/quickstart.html> > > > > > https://www.shayanderson.com/application/setup-netbeans-for-c-and-c-compilers.htm > > > > https://tutsmaster.org/how-to-install-c-c-on-netbeans-ide/ > > > > and Bradley Wilcott’s email of 1

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

2022-01-24 Thread David Gradwell
/setup-netbeans-for-c-and-c-compilers.htm https://tutsmaster.org/how-to-install-c-c-on-netbeans-ide/ and Bradley Wilcott’s email of 18th Jan 2022. In summary, I can get the compiler to work in NetBeans on both Mac OS and Windows 10 but can’t get the debugger to work. Perhaps we can work toget

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

2022-01-24 Thread Jonathan Bergh
was wondering whether anyone had any tips on how to solve the following > - I saw on the mailing list that someone (cant remember who) was using the > old NB 8.2 C/C++ plugin with one of the new Apache NB releases. > > I would like to do the same. > > I have configured the 8.2

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

2022-01-24 Thread Michael Bien
whether anyone had any tips on how to solve the following - I saw on the mailing list that someone (cant remember who) was using the old NB 8.2 C/C++ plugin with one of the new Apache NB releases. I would like to do the same. I have configured the 8.2 plugin repo and clicked install on the C/C

Installing C/C++ 8.2 in NB 12.6

2022-01-24 Thread Jonathan Bergh
hi, I was wondering whether anyone had any tips on how to solve the following - I saw on the mailing list that someone (cant remember who) was using the old NB 8.2 C/C++ plugin with one of the new Apache NB releases. I would like to do the same. I have configured the 8.2 plugin repo and clicked

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-19 Thread slipbits
NB 12.5 Win-7-64 cygwin gcc v11 installed under cygwin clang v8.0.1 installed under cygwin clangd v13.0.0 installed under Win-7 Hi (and sorry for being a pest); I'm still having difficulty. 1. clang/clangd downloaded and installed. (no issue) 2. Tools->Option->C/C++->ccls configu

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread antonio
Hi, NetBeans does indeed use ccls[1] or clangd[2] (with a d), not clang. Both of them are LSP Servers for C/C++ (and more languages). You can use these LSP Servers with some other editor (Vim, Emacs, VSCode, etc.). We are trying to recover some of the previous NB<=8.2 C/C++ features,

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread slipbits
Thanks; After I followed Bradley Willcott's directions I returned to Tools->Options->C/C++ and found that it (now) contained linkages to clang, not clangd. Before this change the C/C++ options where for ccls and clangd, not clang. You are probably correct in that I downloaded t

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread antonio
isk. 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

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread Bradley Willcott
Try the following: NB: Tools -> Plugins -> Settings: Activate: Netbeans 8.2 Plugin Portal Switch to -> Updates: Click on: [Check for Updates] Switch to -> Available Plugins: Install: "C/C++" plugin Hope this helps. Brad. On 18/1/22 05:17, slipbits wrote: NB 12.5

[C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread slipbits
NB 12.5 Windows 7 Cygwin I'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 downloa

Re: Netbeans 12.6 C/;C++

2022-01-03 Thread antonio
Hi, There's File/New Project/Lightweight C/C++ Project Kind regards, Antonio El 3/1/22 a las 18:43, dms489 escribió: I have Netbeans 12.6 running to develop Java programs. I also need to develop C/C++. In the good old days of Netbeans 8-ish, there was a clear set of directions for addin

Netbeans 12.6 C/;C++

2022-01-03 Thread dms489
I have Netbeans 12.6 running to develop Java programs. I also need to develop C/C++. In the good old days of Netbeans 8-ish, there was a clear set of directions for adding C/C++. I can't find such info for the newer Netbeans IDE's. Help, please. DMS -- David Smith david.sm...@dms489.com

Re: Opening older C/C++ projects in NB 12.4

2021-12-06 Thread Geertjan Wielenga
mmand and —args and with setting jdkhome as an environment variable > but it still fails the validation step. I’m okay with NB11 for what I’m > doing despite the lack of support. > > On Dec 4, 2021, at 1:48 AM, mez...@yahoo.com wrote: > > To install previus version C/C++ plugin into new

Re: Opening older C/C++ projects in NB 12.4

2021-12-06 Thread slipbits
48 AM, mez...@yahoo.com wrote: To install previus version C/C++ plugin into new netbeans 12.4 or 12.5 you need to start netbeans with jdk 1.8, if you run it with higher jdks the validation, during installation, doesn't work. A) eg.: /work1/bin/netbeans/netbeans-12.5/bin/netbeans --jdkhome

Re: Opening older C/C++ projects in NB 12.4

2021-12-04 Thread Tom Maszerowski
doing despite the lack of support. > On Dec 4, 2021, at 1:48 AM, mez...@yahoo.com wrote: > > To install previus version C/C++ plugin into new netbeans 12.4 or 12.5 you > need to start netbeans with jdk 1.8, if you run it with higher jdks the > validation, during installation, doesn

Re: Opening older C/C++ projects in NB 12.4

2021-12-03 Thread Tom Maszerowski
Unfortunately, no. I uninstalled the old C/C++ plugin and installed C/C++ version 1.4 with no change. > On Dec 3, 2021, at 6:59 AM, Geertjan Wielenga > wrote: > > Probably the plugins for C/C++ you had installed previously you'll need to > install again in 12.4. >

Re: Opening older C/C++ projects in NB 12.4

2021-12-03 Thread Geertjan Wielenga
Probably the plugins for C/C++ you had installed previously you'll need to install again in 12.4. Gj On Fri, Dec 3, 2021 at 12:50 PM Tom Maszerowski wrote: > I just took the plunge and upgraded from NB 11 to 12. When I try to open > C/C++ projects that worked fine in NB 11 noth

Opening older C/C++ projects in NB 12.4

2021-12-03 Thread Tom Maszerowski
I just took the plunge and upgraded from NB 11 to 12. When I try to open C/C++ projects that worked fine in NB 11 nothing happens. There’s no error, NB just doesn’t do anything. Has the project format changed? Do I need to re-create the projects from scratch? It’s obviously not the end of the

Re: Building C/C++ projects on Netbeans 12.4 Ubuntu 18.04.

2021-09-09 Thread Rick Curry
From the top level menu: Tools->Plugins, settings tab Check NetBeans 8.2 Plugin Portal Switch to Available Plugins tab Press Check for Newest Find "C/C++" entry, check, Install Exit the plugins menu Tool->Options, C/C++ tab, Build-tools subtab You will see the tool collections y

Building C/C++ projects on Netbeans 12.4 Ubuntu 18.04.

2021-08-19 Thread dms489
I need to build C/C++ projects on Netbeans 12.4 Ubuntu 18.04. There have been a long list of failures - trying earlier versions of Netbeans and even Eclipse. I can't find a simple tutorial / example for using the Lightweight C/C++. Here is what I have done so far: 1. Install Netbeans 12.4

Using the C/C Tool Collection Descriptors - not seeing toolchain after install

2021-08-17 Thread Rick Curry
t and the C/C++ add-on to 12.4 for each test run, which was a little tedious but workable once I understood this was the necessary cycle. - I created an NBM package as described. This seemed to fail on signing, so I added a self-signed certificate. Perhaps add a link and say if self-signed will wor

Re: Simple C/C++ project not working NB 12.4 Mac Big Sur

2021-08-14 Thread Will Hartung
s better choice I > think. Sorry If my answerdoesn't fix your build. > > 14.08.2021 19:30, Will Hartung пишет: > > I have the C/C++ plugin, it says "Version 1.3". > > > > I have XCode installed. I can type 'gcc' on the command line, and it >

Re: Simple C/C++ project not working NB 12.4 Mac Big Sur

2021-08-14 Thread Валера Солдатов
d Output' is better choice I think. Sorry If my answerdoesn't fix your build. 14.08.2021 19:30, Will Hartung пишет: I have the C/C++ plugin, it says "Version 1.3". I have XCode installed. I can type 'gcc' on the command line, and it "works" (it'

Simple C/C++ project not working NB 12.4 Mac Big Sur

2021-08-14 Thread Will Hartung
I have the C/C++ plugin, it says "Version 1.3". I have XCode installed. I can type 'gcc' on the command line, and it "works" (it's a front for clang on MacOS). I create a simple C/C++ Application with a main.c, try to build/run And i get cd '/Users

Re: C/C++

2021-03-12 Thread frui...@yahoo.co.uk.INVALID
Is this your first time using C/C++ with Netbeans?Have you used it before with NB 12.2 or earlier?I am just trying to work out if you are saying this is a new issue with 12.3 On Friday, 12 March 2021, 04:21:42 GMT, César García wrote: Hi all, How can I install the C / C ++ version

Re: C/C++

2021-03-12 Thread César García
ND plugin rather than the > lightweight C++ plugin. > > Tristan > -- > *From:* César García > *Sent:* Friday, March 12, 2021 2:14:38 PM > *To:* users@netbeans.apache.org > *Subject:* C/C++ > > Hi all, > > How can I install th

Re: C/C++

2021-03-12 Thread Tristan Lewis
ristan From: César García Sent: Friday, March 12, 2021 2:14:38 PM To: users@netbeans.apache.org Subject: C/C++ Hi all, How can I install the C / C ++ version of NB 8.2 in the new version NB 12.3. ??? Thank you very much for your help Best regards,

C/C++

2021-03-11 Thread César García
Hi all, How can I install the C / C ++ version of NB 8.2 in the new version NB 12.3. ??? Thank you very much for your help Best regards,

Re: NB 12.3 C/C++ support

2021-03-11 Thread Geertjan Wielenga
Wielenga > wrote: > >> Yes, we’d love to have full support for C/C++, however the task of >> integrating and updating it is massive and so far no one has turned up to >> do it. >> >> Gj >> >> On Thu, 11 Mar 2021 at 10:35, Alex Orlov >> wrote: >

Re: NB 12.3 C/C++ support

2021-03-11 Thread Vano Beridze
Is there any document which describes what needs to be done? On Thu, Mar 11, 2021 at 1:48 PM Geertjan Wielenga wrote: > Yes, we’d love to have full support for C/C++, however the task of > integrating and updating it is massive and so far no one has turned up to > do it. > > Gj

Re: NB 12.3 C/C++ support

2021-03-11 Thread Geertjan Wielenga
Yes, we’d love to have full support for C/C++, however the task of integrating and updating it is massive and so far no one has turned up to do it. Gj On Thu, 11 Mar 2021 at 10:35, Alex Orlov wrote: > Hi all, > > I got a message today, saying, that NB 12.3 was released. They say: >

NB 12.3 C/C++ support

2021-03-11 Thread Alex Orlov
Groovy and C/C++.»   Could anyone explain, why NB is a `full IDE for Java, PHP, JS etc` but only `so me support for C/C++`. I always thought that NB provides a full support for C/C++, doesn’t it?     -- Best regards, Alex Orlov

Re: C/C++ is NetBeans really worth using?

2021-02-27 Thread frui...@yahoo.co.uk.INVALID
the Local Terminal but it is a loose end that is grating on me, I suppose all programmers have a touch of COD :-) On Monday, 22 February 2021, 21:26:55 GMT, Alonso Del Arte wrote: For the sake of completeness, I would like to reiterate what I wrote off-list last week but meant to share with

Re: C/C++ is NetBeans really worth using?

2021-02-24 Thread frui...@yahoo.co.uk.INVALID
) On Monday, 22 February 2021, 21:26:55 GMT, Alonso Del Arte wrote: For the sake of completeness, I would like to reiterate what I wrote off-list last week but meant to share with the whole list: I've had problems setting up C/C++ for NetBeans three times, but each time I've f

Re: C/C++ is NetBeans really worth using?

2021-02-23 Thread Thomas Kellerer
frui...@yahoo.co.uk.INVALID schrieb am 23.02.2021 um 17:17: @Geertjan Wielenga suggested running NetBeans on a JDK earlier than 14. I had been using jdk-15.0.2 and the next lowest on the Oracle site seemed to be jdk-11.0.10 so I downloaded and installed that. There did not seem to be a way with

Re: C/C++ is NetBeans really worth using?

2021-02-23 Thread frui...@yahoo.co.uk.INVALID
:\Program Files\NetBeans-12.2\netbeans\etc\netbeans.confand changed netbeans_jdkhome to this: netbeans_jdkhome="C:\Program Files\Java\jdk-11.0.10" Running Netbeans I was then able to install the C/C++ plugin without problems, and no need to mess around with unpack200.exe,  though it did hover

Re: C/C++ is NetBeans really worth using?

2021-02-22 Thread Alonso Del Arte
For the sake of completeness, I would like to reiterate what I wrote off-list last week but meant to share with the whole list: I've had problems setting up C/C++ for NetBeans three times, but each time I've found Cygwin and GCC to be the right combination. I have not done anything i

Re: C/C++ is NetBeans really worth using?

2021-02-22 Thread Geertjan Wielenga
Run NetBeans itself on a JDK earlier than JDK 14. Gj On Mon, Feb 22, 2021 at 9:41 PM frui...@yahoo.co.uk.INVALID wrote: > From replies it seems like NetBeans is not really being developed for > C/C++ however users really seem to like NetBeans and don't seem to have any > issues

Re: C/C++ is NetBeans really worth using?

2021-02-22 Thread frui...@yahoo.co.uk.INVALID
From replies it seems like NetBeans is not really being developed for C/C++ however users really seem to like NetBeans and don't seem to have any issues using it for C/C++. For that reason I decided to persevere and try to load the 8.2 plugin -but I have problems and need some help. B

  1   2   3   >