[Home]

Summary:ASTERISK-12642: Asterisk 1.6.0-beta9 doesn't compile under Open Solaris
Reporter:Doug McCallum (dougm)Labels:
Date Opened:2008-08-25 14:02:14Date Closed:2011-06-07 14:07:19
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Portability
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:main/editline/np/vis.c doesn't compile due to solaris-compat/compat.h not being included anywhere.  The Makefile can be modified to use -include to make it compile.

A secondary, but lesser, problem is that the Makefiles are very gcc/gnu specific. It doesn't compile with the Sun Studio compilers at all.
Comments:By: Jason Parker (jparker) 2008-08-25 14:40:36

The editline issue is already fixed in svn.

The gcc part is not something we are likely to change.