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 269875 - "Create Separate Projects for Dependencies" mode in "C/C++ Project from Binary Files" wizard
Summary: "Create Separate Projects for Dependencies" mode in "C/C++ Project from Binar...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-20 12:13 UTC by soldatov
Modified: 2017-04-19 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test project (Windows/Cygwin) (169.00 KB, application/x-gzip)
2017-02-20 12:19 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2017-02-20 12:13:29 UTC
In test base some tests checks "C/C++ Project from Binary Files" wizard. On Windows I can't verify "Create Separate Projects for Dependencies" list box.

Scenario:
- Create Subproject Application project
- Add "-g3 -gwarf-2" C++ compiler flag into all sub-projects
- Build projects
- Call "C/C++ Project from Binary Files" wizard
- Add 'main.exe' into Binary Files field
==> empty 'shared libraries' table

I see this behavior on Windows/Cygwin, I think Windows/MSYS2 same behavior.
Comment 1 soldatov 2017-02-20 12:19:31 UTC
Created attachment 163668 [details]
test project (Windows/Cygwin)
Comment 2 Alexander Simon 2017-03-20 12:03:09 UTC
Did you mean "-gdwarf-2" flag?
Comment 3 Alexander Simon 2017-03-20 12:28:21 UTC
fixed on emum, branch release82, changeset abbc38027c11
Comment 4 soldatov 2017-03-20 13:08:30 UTC
My typo. Really I use:
-DIFDEF_COMPILER_MODELFLAGS=-g3 -gdwarf-2 -gstrict-dwarf

With "-g3 -gdwarf-2" doesn't work too.
Comment 5 Quality Engineering 2017-03-24 02:53:11 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/54ba0439862c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #269875 "Create Separate Projects for Dependencies" mode in "C/C++ Project from Binary Files" wizard
(transplanted from abbc38027c1100985ca61e28ba08f7dfc189739a)
Comment 6 ilia 2017-04-12 12:50:03 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=269875 Changesets:
    http://hg.netbeans.org/releases/rev/abbc38027c11 # fixed Bug #269875 "Create Separate Projects for Dependencies" mode in "C/C++ Project from Binary Files" wizard
    http://hg.netbeans.org/releases/rev/adadc5a84def # fixed Bug #269875 "Create Separate Projects for Dependencies" mode in "C/C++ Project from Binary Files" wizard
Comment 7 soldatov 2017-04-19 10:25:54 UTC
Verified in NetBeans IDE 8.2 (Build 201704181436)