This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101831 - cannot build sample project on Windows
Summary: cannot build sample project on Windows
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 20:12 UTC by Alexander Simon
Modified: 2007-11-29 14:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE, dialog and cygwin (77.75 KB, image/gif)
2007-04-19 20:15 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2007-04-19 20:12:05 UTC
Project system do not build Quite sample.
Resolve missing tools dialog is appeared.
Button OK is disable.
Comment 1 Alexander Simon 2007-04-19 20:15:04 UTC
Created attachment 41288 [details]
IDE, dialog and cygwin
Comment 2 Alexander Simon 2007-04-19 20:21:37 UTC
Make in project context menu on Make-file build project successfully. 
Comment 3 Alexander Simon 2007-04-19 20:24:25 UTC
Make log:

Running "make -f Makefile " in C:\Documents and Settings\Alex\Quote_1

make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/cygdrive/c/Documents and Settings/Alex/Quote_1'
mkdir -p build/Debug/Cygwin-Windows
g++.exe    -c -g -Wall -o build/Debug/Cygwin-Windows/disk.o disk.cc
mkdir -p build/Debug/Cygwin-Windows
g++.exe    -c -g -Wall -o build/Debug/Cygwin-Windows/cpu.o cpu.cc
mkdir -p build/Debug/Cygwin-Windows
g++.exe    -c -g -Wall -o build/Debug/Cygwin-Windows/memory.o memory.cc
mkdir -p build/Debug/Cygwin-Windows
g++.exe    -c -g -Wall -o build/Debug/Cygwin-Windows/customer.o customer.cc
mkdir -p build/Debug/Cygwin-Windows
g++.exe    -c -g -Wall -o build/Debug/Cygwin-Windows/module.o module.cc
mkdir -p build/Debug/Cygwin-Windows
g++.exe    -c -g -Wall -o build/Debug/Cygwin-Windows/quote.o quote.cc
mkdir -p build/Debug/Cygwin-Windows
g++.exe    -c -g -Wall -o build/Debug/Cygwin-Windows/system.o system.cc
mkdir -p dist/Debug/Cygwin-Windows
g++.exe     -o dist/Debug/Cygwin-Windows/quote_1
build/Debug/Cygwin-Windows/disk.o build/Debug/Cygwin-Windows/cpu.o
build/Debug/Cygwin-Windows/memory.o build/Debug/Cygwin-Windows/customer.o
build/Debug/Cygwin-Windows/module.o build/Debug/Cygwin-Windows/quote.o
build/Debug/Cygwin-Windows/system.o  
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Alex/Quote_1'

make successful. Exit value 0.


Comment 4 Alexander Simon 2007-04-19 20:37:30 UTC
Problem in class CppSettings in method getMakePath().
Method returns not existing file path:
C:\Cygwin\bin\make.exe


Comment 5 _ gordonp 2007-04-20 00:12:49 UTC
My 10:30 commit broke Windows but the fix was putback at 11:30.
Comment 6 Alexander Simon 2007-04-20 05:34:16 UTC
verified, work