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
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
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
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.
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
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
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