Программы на C++. Форум разработчиков
-
Anonymous
Netbeans 7.4 C++, простая ошибка сборки hello world, не удалось выполнить все попытки на первых двух страницах результат
Сообщение
Anonymous »
Код: Выделить всё
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory '/cygdrive/c/Users/Great Albino/Documents /NetBeansProjects/Tutorial 1'
cygwin warning:
MS-DOS style path detected: build/Debug/Cygwin_4.x-Windows/Tutorial\.d
Preferred POSIX equivalent is: build/Debug/Cygwin_4.x-Windows/Tutorial/.d
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
"/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin_4.x-Windows/tutorial_1.exe
make[2]: Entering directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1'
mkdir -p build/Debug/Cygwin_4.x-Windows
rm -f build/Debug/Cygwin_4.x-Windows/Tutorial 1.o.d
g++ -c -g -MMD -MP -MF build/Debug/Cygwin_4.x-Windows/Tutorial 1.o.d -o build/Debug/Cygwin_4.x-Windows/Tutorial\ 1.o Tutorial\ 1.cpp
g++: error: 1.o.d: No such file or directory
nbproject/Makefile-Debug.mk:68: recipe for target 'build/Debug/Cygwin_4.x-Windows/Tutorial 1.o' failed
make[2]: *** [build/Debug/Cygwin_4.x-Windows/Tutorial 1.o] Error 1
make[2]: Leaving directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1'
nbproject/Makefile-Debug.mk:60: recipe for target '.build-conf' failed
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 330ms)
#include
int main()
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/20523556/netbeans-7-4-c-simple-hello-world-error-build-failed-tried-everything-on-the-f[/url]
1737670925
Anonymous
[code] "/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory '/cygdrive/c/Users/Great Albino/Documents /NetBeansProjects/Tutorial 1'
cygwin warning:
MS-DOS style path detected: build/Debug/Cygwin_4.x-Windows/Tutorial\.d
Preferred POSIX equivalent is: build/Debug/Cygwin_4.x-Windows/Tutorial/.d
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
"/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin_4.x-Windows/tutorial_1.exe
make[2]: Entering directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1'
mkdir -p build/Debug/Cygwin_4.x-Windows
rm -f build/Debug/Cygwin_4.x-Windows/Tutorial 1.o.d
g++ -c -g -MMD -MP -MF build/Debug/Cygwin_4.x-Windows/Tutorial 1.o.d -o build/Debug/Cygwin_4.x-Windows/Tutorial\ 1.o Tutorial\ 1.cpp
g++: error: 1.o.d: No such file or directory
nbproject/Makefile-Debug.mk:68: recipe for target 'build/Debug/Cygwin_4.x-Windows/Tutorial 1.o' failed
make[2]: *** [build/Debug/Cygwin_4.x-Windows/Tutorial 1.o] Error 1
make[2]: Leaving directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1'
nbproject/Makefile-Debug.mk:60: recipe for target '.build-conf' failed
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/Great Albino/Documents/NetBeansProjects/Tutorial 1'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 330ms)
#include
int main()
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/20523556/netbeans-7-4-c-simple-hello-world-error-build-failed-tried-everything-on-the-f[/url]