← Back to team overview

kicad-developers team mailing list archive

Compiling under Vista

 

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