AGoh2019 opened a new issue, #9158:
URL: https://github.com/apache/netbeans/issues/9158
### Apache NetBeans version
Apache NetBeans 28
### What happened
I have been trying to configure these parameters for a lightweight C/C++
file using the MinGW64 toolchain, and I am also unable to download the NB C/C++
Pack:
a. What to enter inside the "Configuration Name" box
b. How and what to add to the "Build" command
c. How and what to add to the "Clean" command
d. How and what to add to the "Run" command
Would suggest NB scan our drives (usually SSD) to look for a C/C++ toolchain
and configure the right files in the configuration setup without user
intervention.
Would suggest the same for other languages that are supported on NetBeans.
OS: Windows NT 10.x
### Language / Project Type / NetBeans Component
_No response_
### How to reproduce
#include <stdio.h>
int main(void)
{
printf("Hello C!");
// return 0;
}
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
Windows Home 64-bit
### JDK
MinGW64
### Apache NetBeans packaging
Apache NetBeans platform
### Anything else
Can't configure C/C++ Toolchain and obtain NB C/C++ Pack.
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists