[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: x11amp 0.9-beta1.1



I'm guessing you are running potato, so if not this may not apply:

I've compiled every prerelease version of x11amp, up to and including
beta1.1, without problems. You have the gtk and glib stuff, but do you have
the gdk stuff too? For me, x11amp needs these libraries:

tomorrow:~> ldd /usr/local/bin/x11amp
        libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x40015000)
        libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x40138000)
        libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x4016c000)
        libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x4016f000)
        libdl.so.2 => /lib/libdl.so.2 (0x40191000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40199000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x401a2000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401ae000)
        libm.so.6 => /lib/libm.so.6 (0x40251000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x4026e000)
        libx11amp.so.0 => /usr/local/lib/libx11amp.so.0 (0x4027f000)
        libc.so.6 => /lib/libc.so.6 (0x40284000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
tomorrow:~>

You may want to do a dpkg -S on the libgdk library... I can't really think
of anything else. 

You wouldn't have more than one gtk/gdk/glib packages installed, would you?
Could that be also the problem? I got rid of the old versions, so I didn't
have to worry about that.

Hope that helps (although it probably doesn't),

Alan
surak@imsa.edu

 
> I'm too impatient to wait for a deb of x11amp 0.9-beta1.1, so I tried to
> compile it myself having had great success with the alpha versons.  It
> compiled without issue, but I've got some strange problems with the
> binary.  Here's a cut & paste job.
> 
> odin@bolverk:[~]$ x11amp -version
> /usr/local/lib/x11amp/Output/libOSS.so: undefined symbol:
> gtk_spin_button_new
> /usr/local/lib/x11amp/Input/libmpg123.so: undefined symbol:
> gtk_list_select_item/usr/local/lib/x11amp/Input/libmikmod.so: undefined
> symbol: gtk_pixmap_new
> /usr/local/lib/x11amp/General/libir.so: undefined symbol:
> gtk_spin_button_set_numeric
> x11amp 0.9-beta1.1
> 
> odin@bolverk:[~]$ dpkg -l libgtk1.2-dev libglib1.2-dev
> Desired=Unknown/Install/Remove/Purge
> | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
> uppercase=bad)
> ||/ Name            Version        Description
> +++-===============-==============-============================================
> ii  libgtk1.2-dev   1.2.0-1        Development files for the GIMP Toolkit
> ii  libglib1.2-dev  1.2.0-1        Development files for GLib library
> ii  libgtk1.2       1.2.1-1        The GIMP Toolkit set of widgets for X
> ii  libglib1.2      1.2.1-1        The GLib library of C routines
> 
> so I have what the README claims to need.  Has anyone had any success
> compiling this version of x11amp?
> 


Reply to: