Displaying 6 results from an estimated 6 matches for "safe_malloc_mul_2op_".
2012 Jun 24
3
Patch for cross compilation with MinGW32
...w32msvc 
--target=i586-mingw32msvc --build=i586-linux but ran into several linker 
problems. Are these options somehow wrong? It worked fine when I 
compiled libogg-0.dll. Anyway, I attached a patch to allow cross 
compilation with MinGW32 on my machine again:
First, I moved the implementation of *safe_malloc_mul_2op_ to alloc.h, 
just like all the other alloc implementations, and removed the thereby 
obsolete alloc.c implementation from grabbag.
Second, I just wrapped FLAC__clz_soft_uint32 with an #ifndef __MINGW32__.
I tested the patch for both Linux and MinGW32 compiles, and both result 
in functional progra...
2007 Nov 26
2
xmms-flac security update breaks XMMS' flac-playing ability
...his is most irritating as I have over 3,500 
CDs ripped and FLAC'd in my personal music library.
Whenever I run xmms via bash, this is what I see:
Gtk-WARNING **: Unable to locate loadable module in module_path: 
"libpixmap.so",
/usr/lib/xmms/Input/libxmms-flac.so: undefined symbol: safe_malloc_mul_2op_
What is the fix for this?
I use an Ubuntu variant called Linux Mint 2.2.
Thanks,
Myke
-- 
Myke Carter <mykec@mykec.net>
The Mykec Network <http://mykec.net>
Paris, KY 40361-1013
2007 Nov 27
0
xmms-flac security update breaks XMMS' flac-playing ability
...,500
> CDs ripped and FLAC'd in my personal music library.
> 
> Whenever I run xmms via bash, this is what I see:
> 
> Gtk-WARNING **: Unable to locate loadable module in module_path: 
> "libpixmap.so",
> /usr/lib/xmms/Input/libxmms-flac.so: undefined symbol:
> safe_malloc_mul_2op_
> 
> What is the fix for this?
> 
> I use an Ubuntu variant called Linux Mint 2.2.
> 
> Thanks,
> Myke
      ____________________________________________________________________________________
Get easy, one-click access to your favorites. 
Make Yahoo! your homepage.
http://w...
2007 Dec 04
0
Compilation of flac-1.2.1 fails under MinGW
...O2 -MT stream_decoder.lo -MD 
-MP -MF .deps/stream_decoder.Tpo -c stream_ decoder.c  -DDLL_EXPORT 
-DPIC -o .libs/stream_decoder.o
In file included from stream_decoder.c:56:
../../include/share/alloc.h:41:5: #error
In file included from stream_decoder.c:56:
../../include/share/alloc.h: In function `safe_malloc_mul_2op_':
../../include/share/alloc.h:120: error: `SIZE_T_MAX' undeclared (first 
use in th is function)
../../include/share/alloc.h:120: error: (Each undeclared identifier is 
reported  only once
../../include/share/alloc.h:120: error: for each function it appears in.)
../../include/share/alloc.h:...
2013 Mar 11
3
flac 1.3.0pre2 pre-release
...or maybe deliberately non-standard behavior.   See 6.7.4 of the C99
> spec for details.
I've read section 6.7.4 from here:
    http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf
My reading of that section suggests that the usage in FLAC is valid and
correct.
As for the addition of safe_malloc_mul_2op_ to file src/share/utf8/utf8.c,
that simply should not be necessary. I suggest this is an error in the
Visual Studio project files.
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2013 Mar 09
9
flac 1.3.0pre2 pre-release
Hi all,
Second and hopefully final pre-release is here:
    http://downloads.xiph.org/releases/flac/beta/
I have personally tested this code on:
    x86-linux
    x86_64-linux
    powerpc-linux
    armhf-linux
    i386-freebsd9.1
    i386-openbsd5.2
I also cross-compiled from Linux to 32 bit Windows and the compile ran to
completion (the test suite requires a bunch of hacking before it can