[fpc-pascal] Windows Seven and SVN source install

Andrew Brunner andrew.t.brunner at gmail.com
Sat Nov 7 18:56:38 CET 2009


C:\Developer\FPC>make install sourceinstall PREFIX=C:\FPC

make -C win32 exampleinstall
make[4]: Entering directory `C:/Developer/FPC/rtl/win32'
make[4]: Nothing to be done for `exampleinstall'.
make[4]: Leaving directory `C:/Developer/FPC/rtl/win32'
make[3]: Leaving directory `C:/Developer/FPC/rtl'
make[2]: Leaving directory `C:/Developer/FPC'
make[1]: Leaving directory `C:/Developer/FPC'
make installother FPC=C:/Developer/FPC/compiler/ppc386.exe ZIPDESTDIR=C:/Develop
er/FPC FPCMAKE=C:/Developer/FPC/utils/fpcm/fpcmake.exe
make[1]: Entering directory `C:/Developer/FPC'
make packages_distinstall FPC=C:/Developer/FPC/compiler/ppc386.exe ZIPDESTDIR=C:
/Developer/FPC FPCMAKE=C:/Developer/FPC/utils/fpcm/fpcmake.exe
make[2]: Entering directory `C:/Developer/FPC'
make -C packages distinstall
make[3]: Entering directory `C:/Developer/FPC/packages'
make -C hash distinstall
make[4]: Entering directory `C:/Developer/FPC/packages/hash'
C:/Developer/FPC/utils/fpcm/fpcmake.exe -p -Ti386-win32 Makefile.fpc
Processing Makefile.fpc
 Writing Package.fpc
C:/FPC/bin/i386-Win32/ginstall.exe -m 755 -d C:\FPC/units/i386-win32/hash
C:/FPC/bin/i386-Win32/cp.exe -fp Package.fpc C:\FPC/units/i386-win32/hash
C:/FPC/bin/i386-Win32/ginstall.exe -m 755 -d C:\FPC/units/i386-win32/hash
C:/FPC/bin/i386-Win32/cp.exe -fp units/i386-win32/md5.ppu units/i386-win32/crc.p
pu units/i386-win32/ntlm.ppu units/i386-win32/uuid.ppu units/i386-win32/sha1.ppu
 C:\FPC/units/i386-win32/hash
C:/FPC/bin/i386-Win32/cp.exe -fp units/i386-win32/md5.o units/i386-win32/crc.o u
nits/i386-win32/ntlm.o units/i386-win32/uuid.o units/i386-win32/sha1.o C:\FPC/un
its/i386-win32/hash
make -C examples distclean
make[5]: Entering directory `C:/Developer/FPC/packages/hash/examples'
C:/FPC/bin/i386-Win32/rm.exe -f mdtest.exe crctest.exe sha1test.exe mdtest.o crc
test.o sha1test.o libpmdtest.a libpcrctest.a libpsha1test.a libimpmdtest.a libim
pcrctest.a libimpsha1test.a
C:/FPC/bin/i386-Win32/rm.exe -rf units
C:/FPC/bin/i386-Win32/rm.exe -f *.o *.ppu *.rst *.s *.a *.dll *.ppl
C:/FPC/bin/i386-Win32/rm.exe -rf *.sl
C:/FPC/bin/i386-Win32/rm.exe -f fpcmade.* Package.fpc ppas.bat script.res link.r
es
C:/FPC/bin/i386-Win32/rm.exe -f *_ppas.bat
make[5]: Leaving directory `C:/Developer/FPC/packages/hash/examples'
C:/FPC/bin/i386-Win32/ginstall.exe -m 755 -d C:\FPC/examples/hash
C:/FPC/bin/i386-Win32/cp.exe -Rfp examples/* C:\FPC/examples/hash
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/all-wcprops': Permi
ssion denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/entries': Permissio
n denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/prop-base/crctest.p
as.svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/prop-base/Makefile.
fpc.svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/prop-base/Makefile.
svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/prop-base/md5.ref.s
vn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/prop-base/mdtest.pa
s.svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/prop-base/sha1test.
pp.svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/text-base/crctest.p
as.svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/text-base/Makefile.
fpc.svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/text-base/Makefile.
svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/text-base/md5.ref.s
vn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/text-base/mdtest.pa
s.svn-base': Permission denied
cp.exe: cannot remove old link to `C:/FPC/examples/hash/.svn/text-base/sha1test.
pp.svn-base': Permission denied
make[4]: *** [fpc_exampleinstall] Error 1
make[4]: Leaving directory `C:/Developer/FPC/packages/hash'
make[3]: *** [hash_distinstall] Error 2
make[3]: Leaving directory `C:/Developer/FPC/packages'
make[2]: *** [packages_distinstall] Error 2
make[2]: Leaving directory `C:/Developer/FPC'
make[1]: *** [installother] Error 2
make[1]: Leaving directory `C:/Developer/FPC'
make: *** [install] Error 2

Another problem I had from 2.2.4 is that the new binaries were mising
a few items like make and some others... So I had to merge missing
files to get 2.5.1 to work.



More information about the fpc-pascal mailing list