http://bugs.winehq.org/show_bug.cgi?id=2773
Summary: Path error calling wineprefixcreate from tools/wineinstall Product: Wine Version: 20050211 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.org ReportedBy: garrett@nonoise.org
The tools/wineinstall script gives me an error calling wineprefixcreate. My path getting there was first manual make && make depend, then running wineinstall (from the main source directory, not from within ./tools). It looks like a simple fix. Script output:
WINE Installer v0.74
I see that WINE has already been configured, so I'll skip that. You are running as root. Do you want a local config file, file, ~/.wine/config, created? (yes/no) n (yes/no) no
Configuring Wine without Windows. Some fake Windows directories must be created, to hold any .ini files, DLLs, start menu entries, and other things your applications may need to install. Where would you like your fake C drive to be placed? (default is /c) /usr/local/var/wine/c Configuring Wine for a no-windows install in /usr/local/var/wine/c... ./tools/wineinstall: line 467: wineprefixcreate: command not found
The revelant lines from the script:
if [ "$WINEINSTALLED" = 'no' ] then tools/wineprefixcreate --update --use-wine-tree . else wineprefixcreate --update fi