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 90917 - c++ compile error messages have no link
Summary: c++ compile error messages have no link
Status: RESOLVED DUPLICATE of bug 94275
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-11 21:55 UTC by wshackle
Modified: 2007-04-19 19:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wshackle 2006-12-11 21:55:27 UTC
As was previously discussed, in the following message. When compiling 
C++ code many of the error messages are displayed as plain text in
the build output instead of as underlined links that would take the user
directly to the line in the appropriate source file. The unlinked errors
seem to mostly be occuring in header but some errors in header files get linked.


http://www.nabble.com/c%2B%2B-compile-error-messages-have-no-link-tf2795115.html#a7797999
Comment 1 _ gordonp 2006-12-11 22:19:59 UTC
I need to verify what product you're using. You filed against an obsolete
module (probably by accident). I'm assuming you're using the C/C++ development
pack released last week and not the cpp module?

I'm changing this from cpp to cnd. If by chance you are using cpp, you should
know that its an obsolete module which was replaced by the C/C++ pack (cnd
modules).
Comment 2 eskild 2006-12-12 12:00:10 UTC
I'll chime in as well: I see the problem with a project created using "Project
from existing makefile". I use a cross-compilation gcc tool chain for PPC
running on Linux via distcc. Example output where links fail:

ppc_405-gcc -c -I. -I../include -I../include/generated \
  -Wall -g -DDEBUG -DPPC405 -o .obj.ppc/init.o init.c
init.c: In function `main':
init.c:321: `SafeReq_' undeclared (first use in this function)
init.c:321: (Each undeclared identifier is reported only once
init.c:321: for each function it appears in.)
Comment 3 _ nzero2002 2007-04-19 19:49:41 UTC

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