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 248998 - IDE can't build "Hello CMake World" sample via Cygwin or MSYS
Summary: IDE can't build "Hello CMake World" sample via Cygwin or MSYS
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-29 09:37 UTC by soldatov
Modified: 2015-06-25 02:28 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 2014-11-29 09:37:40 UTC
I can't build "Hello CMake World" sample via Cygwin or MSYS

cd 'C:\Users\sova\Documents\NetBeansProjects\HelloCMakeWorld_2\build\Debug'
cmake -G Unix Makefiles -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=D:/cygwin64/bin/gcc.exe -DCMAKE_CXX_COMPILER=D:/cygwin64/bin/g++.exe -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..
Cannot run program "cmake" (in directory "C:\Users\sova\Documents\NetBeansProjects\HelloCMakeWorld_2\build\Debug"): CreateProcess error=2, Не удается найти указанный файл

PRE-BUILD FAILED (exit value -2, total time: 78ms)
Comment 1 danilasergeyev 2015-06-23 10:57:42 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/cbebfd390429
Comment 2 danilasergeyev 2015-06-23 12:19:39 UTC
additional fix, change set:
http://hg.netbeans.org/cnd-main/rev/17385310fbcc
Comment 3 Quality Engineering 2015-06-24 02:27:17 UTC
Integrated into 'main-silver', will be available in build *201506240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cbebfd390429
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: fix bug #248998 - IDE can't build "Hello CMake World" sample via Cygwin or MSYS
Comment 4 Quality Engineering 2015-06-25 02:28:11 UTC
Integrated into 'main-silver', will be available in build *201506250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/17385310fbcc
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: fix bug #248998 additional fix