Eric Kohl schrieb:
Hartmut Birr schrieb:
Hi,
it is more wrong with the pipes. Compiling ros on ros doesn't work.
- Hartmut
Does this patch fix the bug?
It doesn't fix the problem. I get:
F:\Sandbox\Reactos\tools>gcc -o rdel.exe rdel.c -pipe
Assembler messages:
rdel.c:101 fatal error: error writing to-: Permission denied
(EACCES)Can't open {standart input} for reading
: Invalid argument (EINVAL)
compilation terminated.
It works without the '-pipe' parameter.
- Hartmut