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 269327 - "The project tool collection does not equal to real compiler" window appears
Summary: "The project tool collection does not equal to real compiler" window appears
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-14 08:51 UTC by soldatov
Modified: 2017-04-19 11:40 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 2016-12-14 08:51:58 UTC
CMakeLists.txt:
===================================
project(Test)
cmake_minimum_required(VERSION 2.8)
set(SRC main.cpp)
add_definitions(-DAAA=1)
add_executable(Test ${SRC})

main.cpp:
===================================
#if AAA != 1
# error AAA != 1
#endif

int main() {
    return 0;
}

Platform: Windows 7
Compiler: Cygwin

Scenario:
- Call "C/C++ Project with Existing Sources" wizard
- Press Next button
- Select folder with CMakeLists.txt
==> "Use Build Analyzer" check box is switched on
- Press Finish button
==> IDE builds project, but "The project tool collection does not equal to real compiler" window appears
Comment 1 Alexander Simon 2017-03-20 13:17:01 UTC
fixed in enum, branch release82, changeset cbb7f95eadd5
Comment 2 Quality Engineering 2017-03-24 02:52:48 UTC
Integrated into 'main-silver', will be available in build *201703240002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/32cdf19666dc
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #269327 "The project tool collection does not equal to real compiler" window appears
(transplanted from cbb7f95eadd5cf1651465d0d2c8530e5ae5e3470)
Comment 3 ilia 2017-04-12 12:44:15 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=269327 Changesets:
    http://hg.netbeans.org/releases/rev/cbb7f95eadd5 # fixed Bug #269327 "The project tool collection does not equal to real compiler" window appears
Comment 4 soldatov 2017-04-19 11:40:41 UTC
Verified in NetBeans IDE 8.2 (Build 201704181436)