[asterisk-bugs] [Asterisk 0014517]: signals.h - syntax error before '*' token
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jul 6 15:02:32 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14517
======================================================================
Reported By: asgaroth
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14517
Category: Core/BuildSystem
Reproducibility: always
Severity: major
Priority: normal
Status: ready for review
Asterisk Version: 1.6.0.5
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-02-20 08:38 CST
Last Modified: 2009-07-06 15:02 CDT
======================================================================
Summary: signals.h - syntax error before '*' token
Description:
Whenever attempting building asterisk 1.6.0.5 on Solaris I have a
compilation failure that exits with the following error:
[CC] version.c -> version.o
In file included from sig.h:47,
from el.h:107,
from common.c:51,
from editline.c:4:
/usr/include/signal.h:77: error: syntax error before '*' token
make[2]: *** [editline.o_a] Error 1
make[1]: *** [editline/libedit.a] Error 2
make: *** [main] Error 2
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0014981 [patch] Compilation issue on Solaris du...
======================================================================
----------------------------------------------------------------------
(0107424) dougm (reporter) - 2009-07-06 15:02
https://issues.asterisk.org/view.php?id=14517#c107424
----------------------------------------------------------------------
I haven't been able to look at asterisk for a while but now have some time.
When I tried the patch last week, it seemed to work, but after an update
this morning it doesn't. The first problem is that the main/channel.c file
has changed what is included and the patch fails to apply. The Makefile
does get updated.
Even after fixing the patch issue, we're back to editline.c having the
signal.h issue. "make menuselect" works, but the build fails when trying
to rebuild in order to make libedit.a. All worked when I did a make clean
followed by make and the editline Makefile got rebuilt.
Issue History
Date Modified Username Field Change
======================================================================
2009-07-06 15:02 dougm Note Added: 0107424
======================================================================
More information about the asterisk-bugs
mailing list