hi,
i really hope that's not my fault (forget to install something), but after the compiling gem from cvs (it's working now, no more glext problem) i have this error:
undefined symbol: mpeg3_MMX_80w
when loading Gem.pd_linux.
also, should i configure --with-avcodec=/home/patrick/src/ffmpeg/libavcodec/libavcodec.a --with-avformat=/home/patrick/src/ffmpeg/libavformat/libavformat.a
or it's not necessary? patrick
patrick wrote:
hi,
i really hope that's not my fault (forget to install something), but after the compiling gem from cvs (it's working now, no more glext problem) i have this error:
undefined symbol: mpeg3_MMX_80w
seems to be a problem with your mpeg3-lib. are you sure the headers and static libs your building gem with belong to the dynamic libs Gem is trying to open at startup ? (in short: are the libmpeg3 and libmpeg3-devel of the same version ?)
also, should i configure --with-avcodec=/home/patrick/src/ffmpeg/libavcodec/libavcodec.a --with-avformat=/home/patrick/src/ffmpeg/libavformat/libavformat.a
no it is not necessary, if you don't need ffmpeg support.
mfg.asdr. IOhannes
hi IOhannes,
are the libmpeg3 and libmpeg3-devel of the same version ?)
from heroinewarrior website: /usr/local/lib/libmpeg3.a /usr/local/include/libmpeg3.h
also, should i configure --with-avcodec=/home/patrick/src/ffmpeg/libavcodec/libavcodec.a --with-avformat=/home/patrick/src/ffmpeg/libavformat/libavformat.a
no it is not necessary, if you don't need ffmpeg support.
what if i did a ./configure --enable-shared (in ffmpeg)? do i have to specify the path to th static libs also? cause i'm getting errors when loading Gem.pd_linux when doing so:
Gem.pd_linux: undefined symbol: dc1394_create_handle so i ./configure ffmpeg --disable-dc1394
but now i'm getting undefined symbol: ogg_stream some so i ./configure ffmpeg --disable-vorbis
and it's the turn of : xvid_encore ...
what i'm doing wrong? thanks, patrick