Displaying 2 results from an estimated 2 matches for "d6cc9a45".
2013 May 26
0
flac 1.3.0pre3 pre-release
...hing like this?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Sun-Studio-can-not-include-static-function-from-exte.patch
Type: application/octet-stream
Size: 847 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130526/d6cc9a45/attachment.obj
-------------- next part --------------
I found one more issue on Solaris 10 Sparc, where TIOCGWINSZ is defined in
termios.h. Fortunately there is an autoconf-idiom for that as documented in
http://www.gnu.org/software/autoconf/manual/autoconf.html#index-AC_005fHEADER_005fTIOCGW...
2013 Apr 07
2
flac 1.3.0pre3 pre-release
Dagobert Michelsen wrote:
> Yes, C99 is on and according to B.2.18 from
> http://docs.oracle.com/cd/E19205-01/819-5265/bjapp/index.html
> also casual use. What does not work is the inclusion of a static function
> from extern inline. It also does work if I declare bitwriter_grow_ also
> as "inline".
I actually think SUN/Oracle Studio is doing the wrong thing here as