Debian Squeeze / Unable to remove source tree

Questions about Wine on Linux
Locked
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Debian Squeeze / Unable to remove source tree

Post by WhiteHawk »

Some how I have screwed up my WINE-1.5.29 while trying to debug my poker
program. I'm trying to re-install WINE.

I did "make uninstall"; 'Make clean", and "Make distclean"

When I try to run "wineinstall it advises " remove the source tree and extract it again".

I thought the previous commands removed the source tree ?

If they didn't, what else am I missing ?

How, and where can I remove the source tree manually if necessary ?

WhiteHawk
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: Debian Squeeze / Unable to remove source tree

Post by WhiteHawk »

I forgot to mention that I'm using the wine-git setup....don't know
if that matters.

WhiteHawk
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Debian Squeeze / Unable to remove source tree

Post by dimesio »

I use git, but I've never used wineinstall, so I can't help you with that. What I generally do when my git tree seems to be messed up beyond repair is just delete it and re-clone it.
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: Debian Squeeze / Unable to remove source tree

Post by WhiteHawk »

Thanks....I'll try that, and see what happens.

WhiteHawk
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: Debian Squeeze / Unable to remove source tree

Post by WhiteHawk »

Well...I finally got wineinstall to configure, and start a compile
but it croaked in the final stage with errors I've never had before !

I've been googling for info but found nothing useful.

Following is error listing....any thoughts ?

WhiteHawk

xvidmode.c:57:1: error: unknown type name ‘XF86VidModeModeInfo’
xvidmode.c:61:1: error: ‘XF86VidModeGetAllModeLines’ undeclared here (not in a function)
xvidmode.c:62:1: error: ‘XF86VidModeGetModeLine’ undeclared here (not in a function)
xvidmode.c:63:1: error: ‘XF86VidModeLockModeSwitch’ undeclared here (not in a function)
xvidmode.c:64:1: error: ‘XF86VidModeQueryExtension’ undeclared here (not in a function)
xvidmode.c:65:1: error: ‘XF86VidModeQueryVersion’ undeclared here (not in a function)
xvidmode.c:66:1: error: ‘XF86VidModeSetViewPort’ undeclared here (not in a function)
xvidmode.c:67:1: error: ‘XF86VidModeSwitchToMode’ undeclared here (not in a function)
xvidmode.c:69:1: error: ‘XF86VidModeGetGamma’ undeclared here (not in a function)
xvidmode.c:70:1: error: ‘XF86VidModeSetGamma’ undeclared here (not in a function)
xvidmode.c:73:1: error: ‘XF86VidModeGetGammaRamp’ undeclared here (not in a function)
xvidmode.c:74:1: error: ‘XF86VidModeGetGammaRampSize’ undeclared here (not in a function)
xvidmode.c:75:1: error: ‘XF86VidModeSetGammaRamp’ undeclared here (not in a function)
xvidmode.c:80:1: error: unknown type name ‘XF86VidModeModeInfo’
xvidmode.c: In function ‘convert_modeinfo’:
xvidmode.c:83:11: error: request for member ‘htotal’ in something not a structure or union
xvidmode.c:83:30: error: request for member ‘vtotal’ in something not a structure or union
xvidmode.c:84:18: error: request for member ‘dotclock’ in something not a structure or union
xvidmode.c:84:43: error: request for member ‘htotal’ in something not a structure or union
xvidmode.c:84:58: error: request for member ‘vtotal’ in something not a structure or union
xvidmode.c:87:34: error: request for member ‘hdisplay’ in something not a structure or union
xvidmode.c:87:50: error: request for member ‘vdisplay’ in something not a structure or union
xvidmode.c: At top level:
xvidmode.c:90:1: error: unknown type name ‘XF86VidModeModeLine’
xvidmode.c: In function ‘convert_modeline’:
xvidmode.c:93:23: error: request for member ‘hdisplay’ in something not a structure or union
xvidmode.c:94:23: error: request for member ‘vdisplay’ in something not a structure or union
xvidmode.c:95:11: error: request for member ‘htotal’ in something not a structure or union
xvidmode.c:95:30: error: request for member ‘vtotal’ in something not a structure or union
xvidmode.c:96:51: error: request for member ‘htotal’ in something not a structure or union
xvidmode.c:96:66: error: request for member ‘vtotal’ in something not a structure or union
xvidmode.c: In function ‘X11DRV_XF86VM_GetCurrentMode’:
xvidmode.c:111:3: error: unknown type name ‘XF86VidModeModeLine’
xvidmode.c:118:26: error: called object ‘pXF86VidModeGetModeLine’ is not a function
xvidmode.c: In function ‘X11DRV_XF86VM_SetCurrentMode’:
xvidmode.c:139:1: error: request for member ‘hdisplay’ in something not a structure or union
xvidmode.c:139:1: error: request for member ‘vdisplay’ in something not a structure or union
xvidmode.c:141:27: error: called object ‘pXF86VidModeSwitchToMode’ is not a function
xvidmode.c:148:49: error: request for member ‘hdisplay’ in something not a structure or union
xvidmode.c:148:84: error: request for member ‘vdisplay’ in something not a structure or union
xvidmode.c: In function ‘X11DRV_XF86VM_Init’:
xvidmode.c:192:34: error: called object ‘pXF86VidModeQueryExtension’ is not a function
xvidmode.c:195:32: error: called object ‘pXF86VidModeQueryVersion’ is not a function
xvidmode.c:202:35: error: called object ‘pXF86VidModeGetGammaRampSize’ is not a function
xvidmode.c:214:39: error: called object ‘pXF86VidModeGetAllModeLines’ is not a function
xvidmode.c: In function ‘X11DRV_XF86VM_GetGammaRamp’:
xvidmode.c:340:3: error: unknown type name ‘XF86VidModeGamma’
xvidmode.c:345:38: error: called object ‘pXF86VidModeGetGammaRamp’ is not a function
xvidmode.c:348:27: error: called object ‘pXF86VidModeGetGamma’ is not a function
xvidmode.c:350:47: error: request for member ‘red’ in something not a structure or union
xvidmode.c:351:47: error: request for member ‘green’ in something not a structure or union
xvidmode.c:352:47: error: request for member ‘blue’ in something not a structure or union
xvidmode.c: In function ‘X11DRV_XF86VM_SetGammaRamp’:
xvidmode.c:362:3: error: unknown type name ‘XF86VidModeGamma’
xvidmode.c:365:48: error: request for member ‘red’ in something not a structure or union
xvidmode.c:366:48: error: request for member ‘green’ in something not a structure or union
xvidmode.c:367:48: error: request for member ‘blue’ in something not a structure or union
xvidmode.c:370:38: error: called object ‘pXF86VidModeSetGammaRamp’ is not a function
xvidmode.c:373:30: error: called object ‘pXF86VidModeSetGamma’ is not a function
xvidmode.c:377:1: warning: control reaches end of non-void function [-Wreturn-type]
make[1]: *** [xvidmode.o] Error 1
make[1]: Leaving directory `/home/mel/wine-1.5.29/dlls/winex11.drv'
make: *** [dlls/winex11.drv] Error 2

Compilation failed, aborting install.
:oops:
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: Debian Squeeze / Unable to remove source tree

Post by WhiteHawk »

I locate a xf86vidmodeproto-2.3 directory, and did "make uninstall",
"make clean", and "make distclean".

Currently trying another "wineinstall"....we will see if that fixes things.

I'll provide update later.

I don't know where that directory came from.

WhiteHawk
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: Debian Squeeze / Unable to remove source tree

Post by WhiteHawk »

tried to run wineinstall as user but got following:

mv: cannot move `./confxqQzoS/out' to `dlls/Makedll.rules': Permission denied
config.status: error: could not create dlls/Makedll.rules

but permissions are all set as user, and read/write

I'm so close that I can taste it <g>

If I can just get paste this error I may be set. <g>

Any ideas ?

WhiteHawk
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: Debian Squeeze / Unable to remove source tree

Post by WhiteHawk »

Finally got it...had to double check that user owned
all the files....found some that were owned by root.

Once that was corrected "wineinstall" ran to completion

Hurray !

WhiteHawk
:lol:
Locked