Re: Recompile with -Xlint:unchecked

2022-04-15 Thread Sean Carrick
No problem! Just enjoy NB... Sincerely, Sean Carrick Owner - PekinSOFT Systems s...@pekinsoft.com (309) 989-0672 On Fri, Apr 15, 2022 at 3:53 PM Amn Ojee Uw wrote: > Amazing!! > Thanks sooo much. > On 2022-04-15 3:45 p.m., Sean Carrick wrote: > > Project Properties...Compiling tab...Additiona

Re: Recompile with -Xlint:unchecked

2022-04-15 Thread Amn Ojee Uw
Amazing!! Thanks sooo much. On 2022-04-15 3:45 p.m., Sean Carrick wrote: Project Properties...Compiling tab...Additional Compiler Options: image.png Sincerely, Sean Carrick Owner - PekinSOFT Systems s...@pekinsoft.com (309) 989-0672 On Fri, Apr 15, 2022 at 1:50 PM Amn Ojee Uw wrote: I

Re: Recompile with -Xlint:unchecked

2022-04-15 Thread Sean Carrick
Project Properties...Compiling tab...Additional Compiler Options: [image: image.png] Sincerely, Sean Carrick Owner - PekinSOFT Systems s...@pekinsoft.com (309) 989-0672 On Fri, Apr 15, 2022 at 1:50 PM Amn Ojee Uw wrote: > I am getting this working and don't know NetBeans enough to resolve it

Recompile with -Xlint:unchecked

2022-04-15 Thread Amn Ojee Uw
I am getting this working and don't know NetBeans enough to resolve it, this is the warning: */Note: C:\Users\myApp.java uses unchecked or unsafe operations./**/ /**/Note: Recompile with -Xlint:unchecked for details/* If you know how to edit parameters in NetBeans, so that I can recompile with

Re: Netbeans suddenly reporting CRC errors for several dependencies

2022-04-15 Thread Michael Bien
Interesting, thanks for posting the results of your investigation. If i remember correctly, the zip implementation can vary dependent on the JDK distribution. It does make sense that the JDK provided by arch is using the system's zlib since they have control over it. But some (most?) other ven

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