[gobolinux-users] Error in compiling mplayer
Viola Zoltán
violazoli at gmail.com
Fri Jan 25 05:29:23 NZDT 2008
Dear Jonas, sorry it is not succeeded! See:
freetype -lz -lfontconfig -lz -lmad -ltheora -logg -lxvidcore -lm
-lpthread -ldl -rdynamic -lm
/usr/local/lib/libpango-1.0.so: undefined reference to
`g_unichar_get_script'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_sequence_new'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_iter_is_begin'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_sequence_move'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_sort_changed_iter'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_iter_next'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_sequence_swap'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_slice_copy'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_get_user_special_dir'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_sequence_remove'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_once_init_leave'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_timeout_add_seconds_full'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_foreach'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_iter_is_end'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_iter_get_position'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_sort_iter'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_get_iter_at_pos'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_sequence_set'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_insert_before'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_get_end_iter'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_sequence_free'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_get_begin_iter'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_get_length'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_hash_table_get_keys'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_once_init_enter_impl'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_iter_get_sequence'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to `g_sequence_get'
/usr/local/lib/libgtk-x11-2.0.so: undefined reference to
`g_sequence_iter_prev'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1
Compile: Build process failed.
2008/1/23, Jonas Karlsson <jonka750 at student.liu.se>:
>
> On Wed, 23 Jan 2008 17:25:29 +0100, Viola Zoltán <violazoli at gmail.com>
> wrote:
>
> > Hm, I disabled the GLib 2.14.4, Symlinked the GLib 2.12.11, but not
> > succeeded Compiling the Mplayer!
> >
> It's because GLib 2.12.11 is referenced directly in one of your pkg-config
> files. This issue is fixed in later versions of our tools. To fix it
> manually
> run 'FixDirReferences /System/Links/Libraries/pkgconfig/*'. Then it should
> work to switch versions of GLib without the old version being referenced.
>
> --
> /Jonas
>
> > 2008/1/23, Viola Zoltán <violazoli at gmail.com>:
> >>
> >> Dear Jonas:
> >> vz at Csiszilla ~]ls -l /Programs/GLib/2.12.11/lib/libglib-2.0.so
> >> lrwxrwxrwx 1 pv pv 24 jan 2 01.20 /Programs/GLib/2.12.11/lib/libglib-
> >> 2.0.so -> libglib-2.0.so.0.1200.11
> >>
> >> I have two GLib:
> >>
> >> vz at Csiszilla /Programs/GLib]ls
> >> 2.12.11 2.14.4 Current
> >>
> >> The Current is to the 2.14.4
> >>
> >> I should change the Current link before compiling the Mplayer?
> >>
> >> Zoli
> >>
> >> 2008/1/23, Jonas Karlsson <jonka750 at student.liu.se>:
> >> >
> >> > On Tue, 22 Jan 2008 19:04:20 +0100, Viola Zoltán <violazoli at gmail.com
> >
> >> > wrote:
> >> >
> >> > > Hi, I Compiled the xvidcore. Succeeded. After this, I disabled the
> >> > mplayer,
> >> > > and try compile it. But it wrote me the following error message:
> >> > >
> >> > >
> >> >
> >> > > [...] -lgtk-x11-2.0 -lgdk-x11-2.0
> >> > > -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -
> >> > lgobject-2.0
> >> > > -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0-L/Programs/Cairo/1.4.0/lib
> >> > > -L/Programs/ATK/1.17.0/lib -L/Programs/Audiofile/0.2.6/lib
> >> > > -L/Programs/Audiofile/0.2.6/lib -L/Programs/Esound/0.2.38/lib
> >> > > -L/Programs/GLib/2.12.11/lib [...]
> >> > > /usr/local/lib/libpango- 1.0.so: undefined reference to
> >> > > `g_unichar_get_script'
> >> > > /usr/local/lib/libgtk-x11-2.0.so: undefined reference to
> >> > `g_sequence_new'
> >> > [...]
> >> > As far as I understand this should not happen. libglib-2.0 is
> referenced
> >> > after libpango and libgtk and therefore the linker should find those
> >> > symbols. And the GLib version is apparantly 2.12.11, which is recent
> >> > enough
> >> > as far as I know. That is if it is installed and libglib-2.0 exists.
> >> > What is the output from 'ls -l /Programs/GLib/2.12.11/lib/libglib-
> 2.0.so
> >> > '?
> >> > Do you have GLib 2.12.11 installed?
> >> >
> >> > --
> >> > /Jonas
> >> >
> >> > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> >> > _______________________________________________
> >> > gobolinux-users mailing list
> >> > gobolinux-users at lists.gobolinux.org
> >> > http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
> >> >
> >>
> >>
> >>
> >> --
> >> Honlapom: http://poliverzum.birodalom.net/powi
> >> Fórumom: http://birodalom.net/forum
> >>
> >> A #86-os sorszámú hivatalosan bejegyzett GoboLinux felhasználó
> >> The #86 official GoboLinux-user
> >>
> >> A GoboLinux felhasználók hivatalos magyar fóruma:
> >> The official forum for the hungarian GoboLinux-users:
> >> http://linux.birodalom.net/smf
> >>
> >
> >
> >
>
>
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> _______________________________________________
> gobolinux-users mailing list
> gobolinux-users at lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
--
Honlapom: http://poliverzum.birodalom.net/powi
Fórumom: http://birodalom.net/forum
A #86-os sorszámú hivatalosan bejegyzett GoboLinux felhasználó
The #86 official GoboLinux-user
A GoboLinux felhasználók hivatalos magyar fóruma:
The official forum for the hungarian GoboLinux-users:
http://linux.birodalom.net/smf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gobolinux.org/pipermail/gobolinux-users/attachments/20080124/07438ab5/attachment-0001.htm
More information about the gobolinux-users
mailing list