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 258481 - incorrect compile file command
Summary: incorrect compile file command
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-22 10:51 UTC by Vladimir Voskresensky
Modified: 2016-04-20 11:18 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 Vladimir Voskresensky 2016-03-22 10:51:22 UTC
The existing project is configured using exec log.
In the exec log there are the following arguments:
called: g++
                /vobs/server
                g++
                -MMD
                -DAD_CURRENCY_ON
                -DUNISCAPE
                -DAD_UTF8
                -DAD_VER=char *szVer="biswdas_linux"

When the compile file is used it fails, because compile line incorrect handles

-DAD_VER=char *szVer="biswdas_linux"
Comment 1 Alexander Simon 2016-03-23 16:04:54 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/e2c8fa38febc
Comment 2 Vladimir Voskresensky 2016-03-23 16:38:32 UTC
Please, integrate it into 81
Comment 3 Quality Engineering 2016-03-24 03:01:27 UTC
Integrated into 'main-silver', will be available in build *201603240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e2c8fa38febc
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258481 incorrect compile file command
Comment 4 Vladimir Voskresensky 2016-04-15 16:52:59 UTC
v.
Comment 5 soldatov 2016-04-20 11:18:49 UTC
Verified in NetBeans 8.1 with latest updates.