Dave Yeo wrote:> Couple of simple patches attached.Patches applied. Thanks. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
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
Dave Yeo wrote:> 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.That was me. I'll fix it. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Seemingly Similar Threads
- PATCH : Fix missing protoypes
- [PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
- make dllimport/dllexport attributes work with mingw (and others)
- [PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
- [PATCH 2/2] Only link against libogg (and libm) if needed