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 164375

Summary: Can't launch HelloQtWorld sample in output tab
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: Andrew Krasny <akrasny>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2009-05-04 12:05:38 UTC
Platform: Windows
MinGW, Msys and Cygwin are installed on computer
MinGW, Msys and Cygwin are not added into %Path%

Scenario:
- Create 'Hello Qt World' project
- Select 'MinGW' as compiler collection for this project
- Run it
==> run fails

P.S. But I can launch project in external terminal
Comment 1 Andrew Krasny 2009-05-04 12:10:20 UTC
Preliminary evaluation shows that the problem is with paths converting on Windows (looks like cygwin notation is used if
cygwin was found on the system even if mingw is used)
Comment 2 Andrew Krasny 2009-05-04 12:30:02 UTC
No, that was wrong evaluation ;)
The problem is with macro expansion on Windows. After switching to hostinfo.sh $osname-$platform is extracted to
Windows-x86 instdead Windows_XP-x86. So we are fail to find unbuffer.so... 
Comment 3 Andrew Krasny 2009-05-04 14:24:51 UTC
Fixed: http://hg.netbeans.org/cnd-main/rev/7f57c259c062