LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Xine (https://www.linuxquestions.org/questions/linux-newbie-8/xine-13509/)

luger 02-04-2002 12:05 PM

Xine
 
Hello, I've been trying to compile xine for the longest time now. I have it working once but then my hdd crashed and have not been able to get it to work since.
I have all the libs needed from the xine webpage and the xine-lib installs fine with no issues. The configure for the xine-ui seems fine with no error but when i do the make i get the error
below. I tried the new cvs version and ver-9.8/9.6 and have the exact same issues. My Xfree86-4.1 works fine and im using enlightenment. The same layout that i have when it first
worked.

Can someone plz help.

The error I get is:

../../src/xitk/xine-toolkit/.libs/libxitk.al(mrlbrowser.lo): In function `xitk_m
rlbrowser_create':
mrlbrowser.lo(.text+0x2298): undefined reference to `xine_get_input_plugin_descr
iption'
collect2: ld returned 1 exit status
make[4]: *** [xine] Error 1
make[4]: Leaving directory `/usr/local/src/xine/xine-ui-0.9.9cvs/src/xitk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/xine/xine-ui-0.9.9cvs/src/xitk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/xine/xine-ui-0.9.9cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/xine/xine-ui-0.9.9cvs'
make: *** [all-recursive-am] Error 2

isajera 02-04-2002 03:13 PM

make sure you're using the same version of the libs and ui - you need to run "make install" on the libs as root to get them installed correctly - if that still doesn't work, try running 'ldconfig' at the command line after the libs have been installed.

el_felipe 02-04-2002 07:06 PM

Make sure you have the xine libs in your PATH, since the default choice is /usr/local/xine... You should find out how to do the job, using ld.so.conf, ld.so.cache and ldconfig, and THEN compile xine-ui

good luck!

el_felipe

Kage 02-04-2002 08:55 PM

What distro are you running? If you are running one that supports rpms here's a link for you.

http://cambuca.ldhs.cetuc.puc-rio.br...de/XINE-0.9.8/

Just go into the directory that best describes the architecture of your system and download the rpms.

luger 02-06-2002 03:18 PM

I tried the link you game me but when i use rpm -Uvh *.rpm I get a whole bunch of files listed that the rpm's need. I do a search for the files
ex.libz.so.1 and I found it in /usr/lib so i make a link in /lib and it still doesnt find it. I checked the /etc/ld.conf file and it has /lib and /usr/lib in it.

Plz help


All times are GMT -5. The time now is 06:28 AM.