Error on run "make install"

Hi all;

When I try to run make install a error occurs:
>
> make[1]: Entrando no diretório `/home/muramatsu/wine/include’

…/tools/mkinstalldirs -m 755 /usr/local/include/wine/windows/ddk
make[1]: execvp: …/tools/mkinstalldirs: Permissão negada
make[1]: ** [/usr/local/include/wine/windows/ddk] Erro 127
make[1]: Saindo do diretório `/home/muramatsu/wine/include’
> make: ** [include/install] Erro 2
>

This occurs with root and normal user.
Can you help me?

tks
Mura


P4 HT 3.0 @3.2
2Gb DDR 400 Dual Channel
NVidia GForce 6800XT 256Mb
WideScreen 22" 1600x1050
OpenSuse 11.x

RickMura’s Profile: http://forums.opensuse.org/member.php?userid=4213
View this thread: http://forums.opensuse.org/showthread.php?t=405398

RickMura;1929861 Wrote:
> Hi all;
>
> When I try to run make install a error occurs:
>
>
> This occurs with root and normal user.
> Can you help me?
>
> tks
> Mura
My guess is that the line

Code:

make[1]: execvp: …/tools/mkinstalldirs: Permissão negada


means, Permission denied. :slight_smile:
Check the rwx access and the owner for this file. It should be OK when
you run it as root.


http://yami.googlecode.com/
http://akoskm.blogspot.com/

ram88’s Profile: http://forums.opensuse.org/member.php?userid=1058
View this thread: http://forums.opensuse.org/showthread.php?t=405398