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

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

2021-02-17 Thread mez...@yahoo.com.INVALID
over almost a decade. But I also have the impression, increasingly it has become notable that development on that part has stopped long ago. So for someone looking to start with a C/C++ IDE in these days, sadly I would not recommend Netbeans. Andreas -Original Message- From: Trist

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

2021-02-16 Thread Andreas Heckel
I do agree with Tristan. I am still using the old 8.2 plugin, mainly because I am used to it over almost a decade. But I also have the impression, increasingly it has become notable that development on that part has stopped long ago. So for someone looking to start with a C/C++ IDE in these

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

2021-02-16 Thread Tristan Lewis
You might have more luck with the 8.2 CND plugin Go Tools->Plugins then select the settings tab. Tick Netbeans 8.2 plugin portal. Then search for C/C++ in available plugins. I use the c++ integration daily for my work, it is rather full featured (the lightweight support on the other hand

C/C++ is NetBeans really worth using?

2021-02-16 Thread frui...@yahoo.co.uk.INVALID
A book suggested using NetBeans installed on a PC for development of C/C++ software for a Raspberry PI which would be the remote build server. The book is fairly old but since I want to develop C/C++ programs for both Windows and for Raspberry PI OS Buster I thought I would give it a go. I

Re: Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread Emilian Bold
OpenBeans is based on 11.2 but has the C/C++ modules freshly compiled: http://www.openbeans.org/comparison.html --emi On Mon, Jun 1, 2020 at 2:07 AM Ulf Zibis wrote: > > Hi, > > you can add this UpdateCenter to NB: > http://updates.netbeans.org/netbeans/updates/8.2/uc/fin

Re: Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread Ulf Zibis
://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz In my experience, unfortunately the debugger does not work any more 100 % with NB 11.3 -Ulf Am 31.05.20 um 22:03 schrieb slipbits: Netbeans 11.3 Win 7-64 bit Cygwin I would like to install a C/C++ plugin

Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread slipbits
Netbeans 11.3 Win 7-64 bit Cygwin I would like to install a C/C++ plugin for Netbeans 11.3. The comments I've read seem to indicate that an integrated C/C++ has been in the offing for quite some time (Oracle was late in delivering the C/C++ modules).  I have had header difficulty

Re: [C++]C++ plugin installation

2020-05-17 Thread Bilu
gt; > Le 12/05/2020 à 08:32, Emilian Bold a écrit : >> Try http://openbeans.org/ it has the C/C++ modules included. >> >> Not sure which UC of mine you used... I don't have any except those >> for OpenBeans. >> >> --emi >> >> >> On Tue, May

Re: [C++]C++ plugin installation

2020-05-13 Thread Bilu
company can not get it install Anyway thanks i will give a try to Openbeans Le 12/05/2020 à 08:32, Emilian Bold a écrit : > Try http://openbeans.org/ it has the C/C++ modules included. > > Not sure which UC of mine you used... I don't have any except those > for OpenBeans. >

Re: [C++]C++ plugin installation

2020-05-11 Thread Emilian Bold
Try http://openbeans.org/ it has the C/C++ modules included. Not sure which UC of mine you used... I don't have any except those for OpenBeans. --emi On Tue, May 12, 2020 at 9:07 AM Bilu wrote: > Hello, > > For some reason my company Firewall is blocking connections to the

[C++]C++ plugin installation

2020-05-11 Thread Bilu
Hello, For some reason my company Firewall is blocking connections to the Netbeans 8.2 Plugin portal url hence i am not able to install C++ plugin which is available only there i think. I checked earlier Update centers provided by Emilian but no C++. Is there the C++ plugin available somewhere f

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-27 Thread frui...@yahoo.co.uk.INVALID
It looks like there was a problem with my old SD card however a new card still gives an issue when I install the C/C++ plugin from the Netbeans 8.2 plugin portal. The message is below. This message actually appears every time the IDE is started. The IDE does now say that it contains C/C++. Why

Re: Netbeans C/C++ installation failed

2020-03-27 Thread frui...@yahoo.co.uk.INVALID
I am using the Raspbian Full release based on Debian Buster. The distribution includes Netbeans 10 which I installed, however it does not automatically include C/C++ support. To get that I started Netbeans and went to Tools>Plugins>Settings.In there I could select Netbeans 8.2

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-26 Thread Emilian Bold
> It could be that the old card was faulty but until I did the C/C++ plugin > installation (which failed) Raspbian was booting and working fine. Correlation does not imply causation. Something is always running right before a hardware failure. Maybe the installation triggered many writes

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Geertjan Wielenga
Right. Gj On Thu, 26 Mar 2020 at 08:37, Vladimir Kokovic wrote: > "...Since -Dnbjdk.home = /usr/lib/jvm/jdk-14 which has no pack200 and > unpack200 programs, I had to do symlink on jdk-13.0.1/bin/pack200 and > jdk-13.0.1/bin/unpack200 in jdk-14/bin ..." > > Vladimir Kokovic, DP senior (69) > Se

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Vladimir Kokovic
"...Since -Dnbjdk.home = /usr/lib/jvm/jdk-14 which has no pack200 and unpack200 programs, I had to do symlink on jdk-13.0.1/bin/pack200 and jdk-13.0.1/bin/unpack200 in jdk-14/bin ..." Vladimir Kokovic, DP senior (69) Serbia, Belgrade, March 26, 2020

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Geertjan Wielenga
You’re running NetBeans on JDK 14 I guess and so I’d suggest using an earlier JDK when installing C/C++ features since JDK 14 does not include Pack200, as explained on the 11.3 Download page, for unpacking. Gj On Thu, 26 Mar 2020 at 08:31, Geertjan Wielenga wrote: > It’s not the stabl

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Geertjan Wielenga
It’s not the stablest environment for an already unstable set of features, i.e., the C/C++ features. Gj On Thu, 26 Mar 2020 at 08:12, gmail Vladimir Koković < vladimir.koko...@gmail.com> wrote: > Just to mention that I've been working on clone and build Netbeans for 10 > year

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Vladimir Kokovic
After your suggestions, I remembered that I had Netbeans since Tuesday that has CND, so I did copy nbbuild/netbeans/dlight to current Netbeans and now have C/C++ again. However, the problem of installing C/C++ still remains. Vladimir Kokovic, DP senior (69) Serbia, Belgrade, March 26, 2020

Re: Netbeans C/C++ installation failed

2020-03-26 Thread gmail Vladimir Koković
2 things happened: 1. Netbeans didn't want to get started until I added: -Dtryme.args = "- modules --refresh --update-all ..." 2. I tried installing the C/C++ plugin again since it disappeared from the lis

Re: Netbeans C/C++ installation failed

2020-03-26 Thread Geertjan Wielenga
;modules" into the >> "11.3" folder. >> >> >> >> On Thu, 26 Mar 2020 at 17:33, gmail Vladimir Koković < >> vladimir.koko...@gmail.com> wrote: >> >>> After clone and build Netbeans on Wednesday, March 25, 2 things happened: &g

Re: Netbeans C/C++ installation failed

2020-03-25 Thread Greg McPherson
ened: >> 1. >> Netbeans didn't want to get started until I added: >> -Dtryme.args = "- modules --refresh --update-all ..." >> 2. >> I tried installing the C/C++ plugin again since it disappeared from the >> list of installed plugins! >> Since -Dnbjd

Re: Netbeans C/C++ installation failed

2020-03-25 Thread Geertjan Wielenga
Rather than clone and build, can you use the latest release, i.e., 11.3 and then install the C/C++ plugin there? Gj On Thu, 26 Mar 2020 at 07:33, gmail Vladimir Koković < vladimir.koko...@gmail.com> wrote: > After clone and build Netbeans on Wednesday, March 25, 2 things happ

Netbeans C/C++ installation failed

2020-03-25 Thread gmail Vladimir Koković
After clone and build Netbeans on Wednesday, March 25, 2 things happened: 1. Netbeans didn't want to get started until I added: -Dtryme.args = "- modules --refresh --update-all ..." 2. I tried installing the C/C++ plugin again since it disappeared from the list of installed

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-25 Thread frui...@yahoo.co.uk.INVALID
I have another SD card now so I am going to give it a go and take screenshots.It could be that the old card was faulty but until I did the C/C++ plugin installation (which failed) Raspbian was booting and working fine. On Wednesday, 25 March 2020, 22:13:40 GMT, Emilian Bold wrote

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-25 Thread Emilian Bold
The most likely explanation is that it was the hardware card failing that made NetBeans not work properly. I wouldn't know how the 8.2 plugins work with current NetBeans but other people seem to suggest this workaround (although OpenBeans.org has had the /up-to-date/ C/C++ modules since

Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-25 Thread frui...@yahoo.co.uk.INVALID
Are there any know problems running the C/C++ plugin for Netbeans 10 on the latest distribution of Raspbian? I had a clean installation of the latest full Raspbian on a 32G microSD.Using sudo apt-get install netbeans It loaded Netbeans 10 which ran fine but had no C/C++ support.I believed the

Re: SOLVED: Apache Netbeans w/NetBeans 8.2 C/C++ plugin on Raspberry Pi 4B (ARM64) running Ubuntu 18.04.4/xubuntu

2020-02-28 Thread John G. Weed
All, I am one to give credit where credit is due. Emilian was correct in as far as the basic C/C++ functionality does not require JDK 8. So I will amend my instructions to reflect that revelation. For my own circumstances, we still require the JDK 8 to have the software perform as expected

Re: SOLVED: Apache Netbeans w/NetBeans 8.2 C/C++ plugin on Raspberry Pi 4B (ARM64) running Ubuntu 18.04.4/xubuntu

2020-02-28 Thread Emilian Bold
> > write out the steps I followed to build a Raspberry Pi 4B (4GB) running > > > the Ubuntu 18.04.4 LTS operating system, with the xubuntu desktop, for > > > the purpose of running the NetBeans 11.2 IDE with (most importantly) > > > support for the NetBean

Re: SOLVED: Apache Netbeans w/NetBeans 8.2 C/C++ plugin on Raspberry Pi 4B (ARM64) running Ubuntu 18.04.4/xubuntu

2020-02-28 Thread Carl Mosca
> > > > Forgive me if this needs to be sent via some other venue, but since > this has been such a pain in the butt to find an answer to, I thought I'd > write out the steps I followed to build a Raspberry Pi 4B (4GB) running the > Ubuntu 18.04.4 LTS operating system, wi

Re: SOLVED: Apache Netbeans w/NetBeans 8.2 C/C++ plugin on Raspberry Pi 4B (ARM64) running Ubuntu 18.04.4/xubuntu

2020-02-28 Thread John G. Weed
her venue, but since this > > has been such a pain in the butt to find an answer to, I thought I'd write > > out the steps I followed to build a Raspberry Pi 4B (4GB) running the > > Ubuntu 18.04.4 LTS operating system, with the xubuntu desktop, for the > > purpose of r

  1   2   >