[fpc-pascal] make install error

2005-07-06 Thread Steve Williams
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/

[fpc-pascal] Untyped stdin 'file'

2005-07-06 Thread Micha Nelissen
Hi, How can I have an untyped stdin ? I want to use blockread on stdin. Currently, variable 'input' is of type text. If I assign '' to a file variable and reset that, then it opens the keyboard, so that shell redirection does not work. Micha ___ fpc-