[MPlayer-dev-eng] [PATCH] Windows DLL support for OS X/Intel (cleaned version)
Bernd Ernesti
mplayer-dev-eng at lists.veego.de
Mon Nov 20 00:04:49 CET 2006
On Sun, Nov 19, 2006 at 10:31:44PM +0100, Bernd Ernesti wrote:
> On Sun, Nov 19, 2006 at 09:46:52PM +0100, Reimar Döffinger wrote:
> > Hello,
> > On Sun, Nov 19, 2006 at 03:22:02PM -0500, Nicolas Plourde wrote:
> > > On 11/19/06, Reimar Döffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de>
> > > wrote:
> > > >Hello,
> > >
> > > Should be fine now
> >
> > I think it should be okay, though it would be good if someone else could
> > have a look and esp. test on linux and some BSD.
>
> Was this ever compiled?
>
> wine/debugtools.h:67: warning: useless keyword or type name in empty declaration
> wine/debugtools.h:67: warning: empty declaration
> ext.c:356: error: parse error before "if"
Removing the stale } made it possible to compile ext.c but later when
mplayer is linked:
loader/libloader.a(ldt_keeper.o): In function `Setup_LDT_Keeper':
ldt_keeper.c:(.text+0x76): undefined reference to `mmap_anon'
loader/libloader.a(ext.o): In function `FILE_dommap':
ext.c:(.text+0x1cd): undefined reference to `mmap_anon'
loader/libloader.a(ext.o): In function `CreateFileMappingA':
ext.c:(.text+0x2b6): undefined reference to `mmap_anon'
loader/libloader.a(ext.o): In function `VirtualAlloc':
ext.c:(.text+0x4d5): undefined reference to `mmap_anon'
gmake: *** [mplayer] Error 1
Bernd
More information about the MPlayer-dev-eng
mailing list