[flac-dev] Testing needed

Dave Yeo dave.r.yeo at gmail.com
Sun Feb 26 12:51:01 PST 2012


On 02/26/12 02:18 am, Erik de Castro Lopo wrote:
> Hi all,
> 
> I think we're getting close to the first FLAC release in over 4
> years.
> 
> I have tested whats currently in Git on x86, x86_64 and PowerPC
> Linux and would appreciate reports of successful compiles (and even
> more importantly any failures) on OSX, Windows and elsewhere.

Hi, build dies here on OS/2 as aout is a very simple object format and
doesn't support most types of .section.
...
 sh ../../../strip_non_asm_libtool_args.sh nasm -f aout -d
OBJ_FORMAT_aout -i./ bitreader_asm.nasm  -DDLL_EXPORT -DPIC -o
.libs/bitreader_asm.o
nasm -f aout -d OBJ_FORMAT_aout -i./ bitreader_asm.nasm -DDLL_EXPORT
-o .libs/bitreader_asm.o
nasm.h:77: error: segment name `.note.GNU-stack progbits noalloc
noexec nowrite align=1' not recognized
...
Wrapping the section with %ifndef OBJ_FORMAT_aout fixes it.
There are also warnings about implicit declarations of _response() and
_wildcard() fixed by including stdlib.h
I also see the same iconv warnings as mingw.
Couple of simple patches attached.
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-a.out-format-does-not-support-many-.section-directiv.patch
Type: application/x-patch
Size: 620 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20120226/e63cd568/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Include-stdlib.h-for-_response-and-_wildcard-declara.patch
Type: application/x-patch
Size: 619 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20120226/e63cd568/attachment-0001.bin 


More information about the flac-dev mailing list