Still possess a Build Error.

2018-03-29 Thread A Z
I have made the changes to the path of all the utililites so that they are directly under c:\ I am still getting the response that cd 'C:\Users\User\Desktop\CppApplication_1' C:\GNU_Make\make.exe -f Makefile CONF=Debug clean "/C/GNU_Make/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Efrem Mc
Thanks for providing that link. I didn't have any problems using Cygwin and I have that on a Windows 7 system with NB 8.0 My C Compiler from Cygwin is GCC 4.5.3, cmake is 2.8.9 and no Qmake tool. Efrem On Thu, Mar 29, 2018 at 1:19 PM, Валера Солдатов wrote: > Or http://wiki.netbeans.org/HowToC

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Валера Солдатов
Or http://wiki.netbeans.org/HowToCreate64-BitC/C++WindowsProgramWithNetBeans 29.03.2018 19:35, Mark Wilmoth пишет: Use QT packages that come with MSYS2, but you don't need it if you are not compiling QT projects. See how to install them below: http://www.areaofthoughts.com/2013/08/how-to-creat

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Mark Wilmoth
FYI, I forgot to mention, in the past, QT installs won't work unless you use a QT Patcher program to fix internal paths in the builds so it is probably why it does not work. The MSYS installer fixes the path for you when you install the package.   From: Mark Wilmoth To: "us...@netbeans.

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Mark Wilmoth
Use QT packages that come with MSYS2, but you don't need it if you are not compiling QT projects. See how to install them below:  http://www.areaofthoughts.com/2013/08/how-to-create-64-bit-cc-windows-program.html http://www.areaofthoughts.com/2013/09/how-to-setup-64-bit-qt-511-for-use-with.html  

Re: Help with C++ on Netbeans 8.2

2018-03-29 Thread Mark Wilmoth
It could be the space in the directory name "GNU Make" causing it. You might want to make it "GNU_Make". Make sure it's in your Windows  path system variable too.  From: A Z To: "us...@netbeans.incubator.apache.org" Sent: Thursday, March 29, 2018 2:26 AM Subject: Help with C++ on Ne

Help with C++ on Netbeans 8.2

2018-03-29 Thread A Z
I am have trouble building a starter project of C++ on Netbeans 8.2 I have set up the C++ module for Netbeans, but am getting this error. Can someone please reply to me with the necessary solution for overcoming this error, so that I can build with success, please? cd 'C:\Users\User\Desktop\CppA