search for: ac_005fheader_005ftiocgwinsz

Displaying 2 results from an estimated 2 matches for "ac_005fheader_005ftiocgwinsz".

2013 May 26
0
flac 1.3.0pre3 pre-release
...hments/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_005fTIOCGWINSZ-661 The following patch adds the functionality: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Use-location-of-TIOCGWINSZ-from-autoconf-manual.patch Type: application/octet-stream Size: 1120 bytes Desc: not available Url : http://lists.xiph.org/pipermail/...
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