LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can't install winex (https://www.linuxquestions.org/questions/linux-software-2/cant-install-winex-314580/)

Lier 04-18-2005 02:05 PM

Can't install winex
 
I've been trying to install xwine-1.0.1 from source, I had no problem with the ./configure, but when i run "make" it gives me this error:
------------------------------
/usr/include/libintl.h:110:1: warning: this is the location of the previous definition
In file included from interface.c:18:
donnees.h:124:31: warning: no newline at end of file
interface.c:6093:2: warning: no newline at end of file
gcc -g -O2 -Wall -Wunused -o xwine main.o commun.o w_about.o w_add_param.o w_app_dll.o w_calc.o w_dll_gest.o w_dll_override.o w_drive_cfg.o w_drive_sel_path.o w_editeur.o w_edit_file_selec.o w_executer.o w_gest_app.o w_gest_drive.o w_install_app.o w_log.o w_messages.o w_parcour_exe.o w_quitter.o w_run_app.o w_wine_config.o w_wine_console.o w_wine_gfx.o w_wine_look.o w_wine_media.o w_wine_port.o w_wine_registry.o w_wine_system.o w_wine_version.o w_xwine.o w_export.o w_menu.o w_prefs.o w_config.o support.o interface.o -rdynamic -L/opt/gnome/lib -L/usr/X11R6/lib -L/usr/lib -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -ldl -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -lasound -laudiofile -lm -ldb1 -lglib -L/usr/lib -lxml2 -lz -lpthread -lm
/usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld: cannot find -lesd
collect2: ld returned 1 exit status
make[2]: *** [xwine] Error 1
make[2]: Leaving directory `/home/Lier/MyDownloads/xwine-1.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Lier/MyDownloads/xwine-1.0.1'
make: *** [all] Error 2
Lier@linux:~/MyDownloads/xwine-1.0.1>
----------------------------------

I also tried the rpm from the webpage but when i try to run it, it gives me this error:

--------------------------------
linux:/home/Lier/MyDownloads # xwine
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


Gtk-WARNING **: cannot open display: :0.0
linux:/home/Lier/MyDownloads #
----------------------------------

I don't know what to do, any help will be appreciated.

Thanks.

PD: I know i've read a thread with this problem, but i couldn't find it.

__J 04-18-2005 02:22 PM

apperently you don't have libesd installed ( the enlightenment sound daemon), that's where your linking is bailing.

Lier 04-18-2005 08:05 PM

Libesd is installed on my sistem(esound-2.35-4). I tried to install the devel package but it keeps giving me the same error.

__J 04-19-2005 05:06 AM

it's either a bad install or incorrectly installed ( libesd.so.x.x.x is one of the libs that comes with esound)

Lier 04-19-2005 06:45 PM

It is working now. I don't know what happened but, after i rebooted the program started to work.


All times are GMT -5. The time now is 11:41 AM.