[MPlayer-users] mplayerplug-in QT

Björn Sandell biorn at dce.chalmers.se
Thu Jan 8 11:38:34 CET 2004


On Wed, 7 Jan 2004 23:58:15 -0800
rcooley <rcooley at spamcop.net> wrote:

> [Automatic answer: RTFM (read DOCS, FAQ), also read
> DOCS/bugreports.html] On Thu, 8 Jan 2004 00:03:25 +0100
> Björn Sandell <biorn at dce.chalmers.se> wrote:
> 
> 
> > That's what I tried (3.4-current).
> > 
> > Care to list the glitches so they can get fixed?
> 
> The first problem I had was with iconv:
> 
> libvo/libvo.a(font_load_ft.o): In function `prepare_charset':
> font_load_ft.o(.text+0x1a3b): undefined reference to `libiconv_open'
> font_load_ft.o(.text+0x1a5c): undefined reference to `libiconv_close'
> font_load_ft.o(.text+0x1a66): undefined reference to `libiconv_open'
> font_load_ft.o(.text+0x1af8): undefined reference to `libiconv'
> font_load_ft.o(.text+0x1b6a): undefined reference to `libiconv_close'

This is a generic bug; someone forgot a few '#ifdef USE_ICONV' in
libvo/font_load_ft.c. I'll look into whenever I have some free time;
hopefully someone beats me to it!

Btw, as this is a link time error, I assume that you used
./configure --with-extraincdir=/usr/local/include
Adding --with-extralibdir=/usr/local/lib would work around this problem.

> The Second problem:
> 
> loader/libloader.a(win32.o)(.data+0x5adc): undefined reference to
> `exp_EH_prolog'
> collect2: ld returned 1 exit status                            
 
Yepp, the trick is to make sure that loader/loader_objfix.sh doesn't
run (e.g. by patching loader/Makefile).
 
> After doing a little patchwork to get around the second problem,
> the third problem was:
> 
> loader/libloader.a(stubs.o): In function `_unk_exp1':
> stubs.o(.data+0x34): undefined reference to `_export_names'
> stubs.o(.data+0x3f): undefined reference to `_printf'
> collect2: ld returned 1 exit status

See above :)

-- 
Björn Sandell       DCE/DFS Sysadmin       IT department
Chalmers University of Technology    www.dce.chalmers.se




More information about the MPlayer-users mailing list