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 82579 - Errors repeated in the output window
Summary: Errors repeated in the output window
Status: RESOLVED DUPLICATE of bug 82308
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-13 08:49 UTC by Jan Lahoda
Modified: 2006-08-14 17:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Example project. (3.08 KB, application/x-gzip)
2006-08-13 08:50 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2006-08-13 08:49:30 UTC
[recent sources, checked out from the "cnd-nb50-dev" branch, Linux+GCC]

Steps to reproduce:
1. Download attached test project, unpack it and open in the CND (please note
that the project is intentionaly not compilable).
2. Build the project - the output window correctly shows correctly result of
compilation.
3. Build the project again - the output window shows:
Running "make -f Makefile CONF=Debug" in /tmp/Application1

make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/tmp/Application1'
g++    -c -g -o build/Debug/GNU-Linux-x86/newmain.o newmain.cc
newmain.cc: In function `int main(int, char**)':
newmain.cc:16: error: `e' was not declared in this scope
newmain.cc:16: error: `e' was not declared in this scope
newmain.cc:16: error: `e' was not declared in this scope
newmain.cc:16: error: `e' was not declared in this scope
[and the last error is repeated many times]

My gcc version is:
gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
Comment 1 Jan Lahoda 2006-08-13 08:50:27 UTC
Created attachment 32867 [details]
Example project.
Comment 2 _ gordonp 2006-08-14 17:32:34 UTC

*** This issue has been marked as a duplicate of 82308 ***