[MPlayer-users] cygwin error in dhahelper

Henry Garcia defsyn at gmail.com
Mon Jun 2 18:47:37 CEST 2008


>
> I tried to compile mplayer with an uptodate cygwin on windows xp today and
> i got the following errors:
>
> vidix/sysdep/libdha_win32.c:82
>>
>> : error: `dhahelper_t' undeclared (first use in th
>> is function)
>>
>
You need to go back a little further in your report:

Look at line 9 in the libdha_win32.c file

The include statement should be changed:

original
#include "vidix/dhahelperwin/dhahelper.h"

changed
#include "../../vidix/dhahelperwin/dhahelper.h"


There's also another file with the same or a similar problem. But it's error
will show
up after fixing the first one.

You should see a message about not being able to find a file: specifically
the dhahelper.h
header file.

That's because the c source file incorrectly points to the wrong location.

Hank



More information about the MPlayer-users mailing list