search for: _safe_malloc_mul_2op_

Displaying 5 results from an estimated 5 matches for "_safe_malloc_mul_2op_".

Did you mean: safe_malloc_mul_2op_
2013 Mar 11
2
flac 1.3.0pre2 pre-release
...xternal symbol > _FLAC__bitreader_bits_left_for_byte_alignment > G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_decoder.obj) Ben Alison is working on tthis. Lets allow that work to come to a conclusion. > Error 9 error LNK2001: unresolved external symbol > _safe_malloc_mul_2op_ > G:\Programming\flac-1.3.0pre2\src\flac\utf8_static.lib(utf8.obj) flac > Error 10 error LNK1120: 9 unresolved externals > G:\Programming\flac-1.3.0pre2\objs\release\bin\flac.exe flac > > Error 9 is related to the location of _safe_malloc_mul_2op_. It's > easiest...
2013 Mar 11
2
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote: > Here's a patch that fixes the creation of larger than 2 GB FLAC files. > Without this patch both GCC and MSVC compiles of FLAC will fail on > Windows when they have written 2 GB file while encoding from stdin. And > after 4GB when encoding from WAV file. Ok. > It includes Ben Allison's MSVC changes and JonY's MinGW changes with > some
2012 Feb 27
0
Testing needed
On 02/26/12 10:37 pm, Erik de Castro Lopo wrote: > Dave Yeo wrote: > >> Couple of simple patches attached. > > Patches applied. Thanks. I also see that static builds are now broken, alloc.c:37 (../../src/share/grabbag/.libs/grabbag.a(alloc.o)): Definition of symbol _safe_malloc_mul_2op_ (multiply defined) memory.c:224 (../../src/libFLAC/.libs/FLAC.a(memory.o)): Definition of symbol _safe_malloc_mul_2op_ (multiply defined) make.exe[3]: *** [metaflac.exe] Error 1 Haven't looked into it yet as it is bed time here. Thanks Dave
2013 Mar 12
0
flac 1.3.0pre2 pre-release
On 11.3.2013 21:21, Erik de Castro Lopo wrote: >> Error 9 error LNK2001: unresolved external symbol >> _safe_malloc_mul_2op_ >> G:\Programming\flac-1.3.0pre2\src\flac\utf8_static.lib(utf8.obj) flac >> Error 10 error LNK1120: 9 unresolved externals >> G:\Programming\flac-1.3.0pre2\objs\release\bin\flac.exe flac >> >> Error 9 is related to the location of _safe_malloc_mul_2op_. It'...
2013 Mar 11
0
flac 1.3.0pre2 pre-release
...static.lib(stream_encoder_framing.obj) flac Error 8 error LNK2001: unresolved external symbol _FLAC__bitwriter_write_raw_uint32_little_endian G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_encoder_framing.obj) flac Error 9 error LNK2001: unresolved external symbol _safe_malloc_mul_2op_ G:\Programming\flac-1.3.0pre2\src\flac\utf8_static.lib(utf8.obj) flac Error 10 error LNK1120: 9 unresolved externals G:\Programming\flac-1.3.0pre2\objs\release\bin\flac.exe flac Error 9 is related to the location of _safe_malloc_mul_2op_. It's easiest to fix by having the code in u...