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 197470 - Build failed if "Use Smart Build Analyzer to &Configure Code Assistance" is selected.
Summary: Build failed if "Use Smart Build Analyzer to &Configure Code Assistance" is s...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-06 05:54 UTC by Alexander Simon
Modified: 2011-04-07 08:48 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 Alexander Simon 2011-04-06 05:54:07 UTC
Step to reproduce:
- select Tools->Options->C/C++->Project Options->Use Smart Build Analyzer to &Configure Code Assistance
- Create project with existing code for litesql-0.3.3
- build is failed on some OS (reproduced on Ubuntu and OpenSolaris) with message:
[Makefile (Make) ]  cd . && autoheader
[Makefile (Make) ]  autoheader: '/usr/bin/autom4te' terminated by signal: 11
[Makefile (Make) ]  gmake: *** [stamp-h.in] Error 1
Comment 2 Alexander Simon 2011-04-06 08:21:44 UTC
fixing, change set:
http://hg.netbeans.org/cnd-main/rev/2a6fe283dfb5
Comment 3 Alexander Simon 2011-04-06 08:45:53 UTC
fixed, last change set:
http://hg.netbeans.org/cnd-main/rev/3f329c699be5
Comment 4 Quality Engineering 2011-04-07 08:48:04 UTC
Integrated into 'main-golden', will be available in build *201104070400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2a6fe283dfb5
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #197470 Build failed if "Use Smart Build Analyzer to &Configure Code Assistance" is selected.