search for: benboomsma

Displaying 4 results from an estimated 4 matches for "benboomsma".

2002 Oct 13
3
Can't make a shadow directory
..." = "native" in the ~/.wine/config file, but as you see, the error message shows that wine is using the builtin commdlg.dll, and this happens also when I use wine --debugmsg +loaddll -dll commdlg=native Logic.exe How can I solve this? >From: lawson_whitney@juno.com >To: benboomsma@hotmail.com >CC: wine-users@winehq.com >Subject: Re: Can't make a shadow direcory >Date: Sat, 12 Oct 2002 13:37:01 -0400 (EDT) > >On Sat, 12 Oct 2002, Ben Boomsma wrote: > > > Hi, > > > > I'm trying to make a shadow directory, and followed the instruction...
2002 Oct 05
6
Problems with installing
Hi! I'm having problems with installing Wine. I have downloaded Wine from CVS, and tried to install it with tools/wineinstall, but got some errors. This comes from my shell: [wayne@wayne wine]$ ./tools/wineinstall WINE Installer v0.73 I see that WINE has already been configured, so I'll skip that. We need to install wine as root user, do you want us to build wine, 'su root'
2002 Oct 05
0
More info
I have tried to run the Wine from www.ibliblio.org with ./tools/wineinstall but got these errors: [wayne@wayne wine-20020904]$ ./tools/wineinstall WINE Installer v0.73 Running configure... ./configure: line 85: conftest.sh: Permission denied ./configure: line 86: conftest.sh: Permission denied chmod: failed to get attributes of `conftest.sh': No such file or directory ./configure: line
2002 Oct 12
2
Can't make a shadow direcory
Hi, I'm trying to make a shadow directory, and followed the instructions out of the Wine manual, but it doesn't work. I should do this: ~>cd / />mkdir c_shadow />cd c_shadow /c_shadow>ln -s /c_/* . /c_shadow>rm windows AnApp /c_shadow>cp -R /c_/{windows,AnApp} . /c_shadow>chmod -R 777 windows AnApp /c_shadow>perl -p -i -e 's|/c$|/c_shadow|g'