kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02124
Compiling under Vista
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Milan Horák <konference@...>
-
Date:
Thu, 29 Jan 2009 22:10:49 +0100
-
User-agent:
Thunderbird 2.0.0.19 (Windows/20081209)
Hallo gentlemen,
trying to compile Kicad under Vista. For now I need to compile wxWidgets
(2.8.9) but I end on this:
$ make install
(if test -d utils/wxrc ; then cd utils/wxrc && make all ; fi)
make[1]: Entering directory `/e/Development/wxWidgets-2.8.9/utils/wxrc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/e/Development/wxWidgets-2.8.9/utils/wxrc'
mkdir -p /usr/local/lib
/bin/install -c -m 644
/e/Development/wxWidgets-2.8.9/lib/libwx_mswu-2.8.dll.a /usr/local/lib
make: execvp: /bin/install: Permission denied
make: *** [install_monodll] Error 127
Any idea how to go on?
Standard full MinGW + MSYS installation.
Milan
Follow ups