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 - Can't launch HelloQtWorld sample in output tab
Summary: Can't launch HelloQtWorld sample in output tab
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 12:05 UTC by soldatov
Modified: 2009-05-04 14:24 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 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