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 164442 - support cygwin 1.7
Summary: support cygwin 1.7
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 06:59 UTC by tbrunhoff
Modified: 2009-05-10 07:51 UTC (History)
1 user (show)

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 tbrunhoff 2009-05-05 06:59:20 UTC
In an attempt to find the right way to configure new projects, I tried handbrake (handbrake.fr) with a variety of problems:
 - get source with 
    svn co svn://svn.handbrake.fr/HandBrake/trunk HandBrake
 - start netbeans, create "project from existing source"
 - select custom, create project from Configure and run configure

The first problem is a dialog that says:
  Could not successfully run the C:\applications\programming\cygwin\bin\gcc.exe compiler to configure the built-in
source file parser. Please make sure C:\applications\programming\cygwin\bin\gcc.exe is in your PATH and restart the IDE.

This seems a bit odd that the program knows precisely where the binary is, yet wants it in the path?? Even adding it
the PATH variable and restarting the ide doesn't fix it. The complaint pops up twice every time I start the ide (and the
project is open). I'm running cygwin 1.7 beta.

Product Version: NetBeans IDE Dev (Build 200904011705)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\toddb\.netbeans\6.7m3
Comment 1 tbrunhoff 2009-05-05 07:57:54 UTC
Simpler: create a new application project, and try setting a breakpoint on the first line of main. The breakpoint is
never hit.
Comment 2 Vladimir Voskresensky 2009-05-05 11:35:07 UTC
Todd, is your last comment (about breakpoint) correspond to *this* IZ?
Comment 3 Egor Ushakov 2009-05-05 15:49:55 UTC
the problem is because gcc.exe is a symbolic link
Comment 4 tbrunhoff 2009-05-05 16:40:48 UTC
> is your last comment (about breakpoint) correspond to *this* IZ?

Yes. I thought the gcc linkage problem might also be related to the gdb debug problem. Perhaps this is a different bug?
And should be submitted separately.  What would you prefer?
Comment 5 Alexander Simon 2009-05-05 17:42:08 UTC
fixed
Comment 6 Quality Engineering 2009-05-07 07:47:20 UTC
Integrated into 'main-golden', will be available in build *200905070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/84b9dfa9fda9
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixingIZ#164442:problems with new projects
Comment 7 Quality Engineering 2009-05-10 07:51:12 UTC
Integrated into 'main-golden', will be available in build *200905100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ba3965cca9ef
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed IZ#164442:support cygwin 1.7
- detect base folder from registry