Hi FPC, When I try to run make install or make zipinstall from my fpc svn repository directory, I get the errors copied&pasted below. It seems somehow the .svn dirs were copied, and this causes porblems later on with the readonly files that are in the .svn directory. (The permission denied error seems to be caused by the mentioned files being readonly.)
I'm running Win XP and the fpc that is in the PATH is 2.0.0. Is it possible to fix the makefiles somehow to circumvent this problem? Regards, Bram ==== The errors ==== c:/fpc/2.0.0/bin/i386-win32/cp.exe -Rfp tests/* C:/svn/fpc/../fpc-pack/examples/fcl cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/dir-prop-base': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/dir-props': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/dir-wcprops': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/entries': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/format': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/prop-base/Makefile.fpc.svn-base': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/prop-base/Makefile.svn-base': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/props/Makefile.fpc.svn-work': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/props/Makefile.svn-work': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/README.txt': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/text-base/Makefile.fpc.svn-base': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/text-base/Makefile.svn-base': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/wcprops/Makefile.fpc.svn-work': Permission denied cp.exe: cannot remove old link to `C:/svn/fpc/../fpc-pack/examples/fcl/.svn/wcprops/Makefile.svn-work': Permission denied make[6]: *** [fpc_exampleinstall] Error 1 make[6]: Leaving directory `C:/svn/fpc/fcl/db' make[5]: *** [db_exampleinstall] Error 2 make[5]: Leaving directory `C:/svn/fpc/fcl' make[4]: *** [fcl_distinstall] Error 2 make[4]: Leaving directory `C:/svn/fpc' make[3]: *** [installother] Error 2 make[3]: Leaving directory `C:/svn/fpc' make[2]: *** [install] Error 2 make[2]: Leaving directory `C:/svn/fpc' make[1]: *** [fpc_zipinstall] Error 2 make[1]: Leaving directory `C:/svn/fpc' make: *** [zipinstall] Error 2 _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
