I got the latest FPC source using Subversion on Win32. Running make build in the root directory worked fine. Running make install fails because cp.exe does not ignore hidden directories, therefore it tries to delete the Subversion .svn directories, which is bad.

c:/fpc/2.0.0/bin/i386-win32/cp.exe -Rfp tests/* /pp/examples/fcl
cp.exe: cannot remove old link to `/pp/examples/fcl/.svn/dir-prop-base':
Permission denied
cp.exe: cannot remove old link to `/pp/examples/fcl/.svn/dir-props':
Permission denied
cp.exe: cannot remove old link to `/pp/examples/fcl/.svn/dir-wcprops':
Permission denied
cp.exe: cannot remove old link to `/pp/examples/fcl/.svn/entries':
Permission denied
cp.exe: cannot remove old link to `/pp/examples/fcl/.svn/format':
Permission denied
cp.exe: cannot remove old link to
`/pp/examples/fcl/.svn/prop-base/Makefile.fpc.svn-base': Permission denied
cp.exe: cannot remove old link to
`/pp/examples/fcl/.svn/prop-base/Makefile.svn-base': Permission denied
cp.exe: cannot remove old link to
`/pp/examples/fcl/.svn/props/Makefile.fpc.svn-work': Permission denied
cp.exe: cannot remove old link to
`/pp/examples/fcl/.svn/props/Makefile.svn-work': Permission denied
cp.exe: cannot remove old link to `/pp/examples/fcl/.svn/README.txt':
Permission denied
cp.exe: cannot remove old link to
`/pp/examples/fcl/.svn/text-base/Makefile.fpc.svn-base': Permission denied
cp.exe: cannot remove old link to
`/pp/examples/fcl/.svn/text-base/Makefile.svn-base': Permission denied
cp.exe: cannot remove old link to
`/pp/examples/fcl/.svn/wcprops/Makefile.fpc.svn-work': Permission denied
cp.exe: cannot remove old link to
`/pp/examples/fcl/.svn/wcprops/Makefile.svn-work': Permission denied
make[4]: *** [fpc_exampleinstall] Error 1


--
Sly


This message and its attachments may contain legally privileged or confidential 
information. This message is intended for the use of the individual or entity 
to which it is addressed. If you are not the addressee indicated in this 
message, or the employee or agent responsible for delivering the message to the 
intended recipient, you may not copy or deliver this message or its attachments 
to anyone. Rather, you should permanently delete this message and its 
attachments and kindly notify the sender by reply e-mail. Any content of this 
message and its attachments, which does not relate to the official business of 
the sending company must be taken not to have been sent or endorsed by the 
sending company or any of its related entities. No warranty is made that the 
e-mail or attachment(s) are free from computer virus or other defect.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to