after doing ./configure
make depend
make
#make install
I tried to configure with /usr/local/bin/winecfg
and got the following
err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3
Warning: could not find DOS drive for current working directory '/home/trevor', starting in the Windows directory.
err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3
Warning: could not find DOS drive for current working directory '/', starting in the Windows directory.
err:wineboot:main Cannot set the dir to L"C:\\windows" (2)
err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3
Warning: could not find DOS drive for current working directory '/', starting in the Windows directory.
err:winecfg:apply_drive_changes unable to define devicename of 'C:', targetpath of '../drive_c'
so what do I do now?
cannot configure wine
Re: cannot configure wine
Try removing ~/.wine directory. Also when you running "configure" don't forget to use --verbose to check for any missing dependencies.Trevorofmolino wrote:after doing ./configure
make depend
make
#make install
I tried to configure with /usr/local/bin/winecfg
and got the following
err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2