Click to See Complete Forum and Search --> : To All Winex Gurus
Laslo7
10-16-2001, 09:28 AM
I hosed the install of winex lastnight and need to know how to uninstall it. Any insights. I am using the tar ball from Evil3d.
Also when installing winex do you run the ./tools/wineinstall as root or as a user?
Closer
10-16-2001, 10:19 AM
Laslo7
cd into wine directory
type make uninstall
and it will remove it
Closer
Laslo7
10-16-2001, 10:40 AM
C L O S E R you are the winex Guru thanks.
Now do I install as root or as a user? The README is a little vague in this regard. What I was doing was installing as Root then as a user but then I had glu.h and xpm issuses. But after work I will have a working copy of wine.
AJ
Closer
10-16-2001, 10:07 PM
Laslo7
First you install as root and make sure all is working well.
Then do the same steps over as user but this time wine will detect that winex is already installed and will only create a config file for that user as well as installing a fake windows for that user in his home directory
user example
/home/user/.wine
/home/user/c/fake windows
root example
/c/fake windows
/root/.wine
Closer
Laslo7
10-17-2001, 09:30 AM
Thanks for the input.
You are the guru.
AJ
templest
09-19-2002, 01:10 PM
K, I found this thread cuz I needed to uninstall the wonderful wineX tard-ball. I installed to find out that it was crazilly uncompatible with my Cd-Rom and Floppy for some reason. And wouldn't run any games whatsoever. So... I decided to uninstall. Uninstall went well until This happened and the uninstall aborted: make[1]: *** [uninstall] Error 1
make[1]: Leaving directory `/root/wine/include'
make: *** [include/__uninstall__] Error 2
[root@CPE024470009047 wine]#
Not cool. Because if I can't get it uninstalled I can't try any other version of wine. please help.
bwkaz
09-19-2002, 01:25 PM
OK, I can see that make encountered an error. But I can't see what that error was, so I can't tell you what the issue is! ;)
What were the five or six lines before that *** Error 1 message?
templest
09-19-2002, 01:40 PM
hehe, I guess I was in such a hurry to get some help I might have not copied and pasted it all. hehe. sorry. here is the full error message: make[1]: Entering directory `/root/wine/include'
cd /usr/local/include/wine && rm -f amaudio.h amvideo.h audevcod.h basetsd.h cderr.h cguid.h comcat.h commctrl.h commdlg.h compobj.h control.h cpl.h d3d8.h d3d8caps.h d3d8types.h d3d.h d3dcaps.h d3drm.h d3dtypes.h d3dvec.inl dde.h ddeml.h ddraw.h digitalv.h dinput.h dispdib.h dlgs.h docobj.h dplay.h dplobby.h dsetup.h dshow.h dsound.h errors.h evcode.h guiddef.h imagehlp.h imm.h initguid.h instance.h lmcons.h lzexpand.h mapi.h mapicode.h mapidefs.h mciavi.h mcx.h minmax.h mmreg.h mmsystem.h msacm.h msacmdlg.h msvcrt/conio.h msvcrt/crtdbg.h msvcrt/ctype.h msvcrt/direct.h msvcrt/dos.h msvcrt/eh.h msvcrt/excpt.h msvcrt/fcntl.h msvcrt/io.h msvcrt/locale.h msvcrt/malloc.h msvcrt/mbctype.h msvcrt/mbstring.h msvcrt/mtdll.h msvcrt/process.h msvcrt/search.h msvcrt/setjmp.h msvcrt/share.h msvcrt/stddef.h msvcrt/stdio.h msvcrt/stdlib.h msvcrt/string.h msvcrt/sys/locking.h msvcrt/sys/stat.h msvcrt/sys/timeb.h msvcrt/sys/types.h msvcrt/sys/utime.h msvcrt/time.h msvcrt/wchar.h msvcrt/wctype.h nb30.h nspapi.h ntsecapi.h oaidl.h objbase.h objidl.h ocidl.h ole2.h ole2ver.h oleauto.h olectl.h oledlg.h oleidl.h poppack.h prsht.h psapi.h pshpack1.h pshpack2.h pshpack4.h pshpack8.h ras.h regstr.h richedit.h rpc.h rpcdce.h rpcdcep.h rpcndr.h rpcnterr.h rpcproxy.h servprov.h setupapi.h shellapi.h shlguid.h shlobj.h shlwapi.h sql.h sqlext.h sqltypes.h storage.h strmif.h tapi.h tchar.h tlhelp32.h unknwn.h urlmon.h uuids.h ver.h vfw.h vfwmsgs.h winbase.h wincon.h wincrypt.h windef.h windows.h windowsx.h wine/debug.h wine/exception.h wine/icmpapi.h wine/ipexport.h wine/library.h wine/obj_base.h wine/obj_cache.h wine/obj_channel.h wine/obj_clientserver.h wine/obj_commdlgbrowser.h wine/obj_connection.h wine/obj_contextmenu.h wine/obj_control.h wine/obj_dataobject.h wine/obj_dockingwindowframe.h wine/obj_dragdrop.h wine/obj_enumidlist.h wine/obj_errorinfo.h wine/obj_extracticon.h wine/obj_inplace.h wine/obj_ksproperty.h wine/obj_marshal.h wine/obj_misc.h wine/obj_moniker.h wine/obj_oleaut.h wine/obj_olefont.h wine/obj_oleobj.h wine/obj_oleundo.h wine/obj_oleview.h wine/obj_picture.h wine/obj_property.h wine/obj_propertystorage.h wine/obj_queryassociations.h wine/obj_serviceprovider.h wine/obj_shellbrowser.h wine/obj_shellextinit.h wine/obj_shellfolder.h wine/obj_shelllink.h wine/obj_shellview.h wine/obj_storage.h wine/obj_webbrowser.h wine/unicode.h winerror.h wingdi.h wininet.h winioctl.h winnetwk.h winnls.h winnt.h winreg.h winres.h winresrc.h winsock.h winsock2.h winspool.h winsvc.h winuser.h winver.h wnaspi32.h wownt32.h ws2spi.h ws2tcpip.h wshisotp.h wsipx.h wtypes.h zmouse.h
/bin/sh: cd: /usr/local/include/wine: No such file or directory
make[1]: *** [uninstall] Error 1
make[1]: Leaving directory `/root/wine/include'
make: *** [include/__uninstall__] Error 2
[root@CPE024470009047 wine]# Quite a big quote but...ye.. I made it really big just to make sure I got the info that you needed. ;) didn't wanna take any chances.
bwkaz
09-19-2002, 04:13 PM
Are you sure this is the same source tree you installed wine from (or did you do like I did and configured this tree with a different --prefix than the one you're trying to uninstall)? It's trying to remove files from /usr/local/include/wine, but that directory doesn't exist (normally not a problem, but they're dumb; they wrote their Makefile to cd into that directory first, then delete the files :rolleyes: ).
You might be able to at least continue the uninstall by doing a mkdir /usr/local/include/wine and then another make uninstall...
Hopefully...
Icarus
09-19-2002, 04:31 PM
Originally posted by Closer
Then do the same steps over as user but this time wine will detect that winex is already installed and will only create a config file for that user as well as installing a fake windows for that user in his home directory
This isn't really nessecery as when you run wine as a user it will notice that you don't have the directory yet and copy over all the settings and build the font list....
bwkaz...I never noticed that it cd's the the directory, huh...I'm half blind (that's why I turn all my video settings way down in games...j/k ;))