当前位置: 首页 > news >正文

重构lazarus时出现Error: linker: pipe: No such file or directory的解决方法

最近发现重构Lazarus时出现Error: linker: pipe: No such file or directory,虽然不影响重构,但红色看起来很不顺眼,查了半天,发现是make.exe这个文件引起的。如果你要重构lazarus时出现类似以下提示,按下面的方法替换原来的make.exe就可以:
Makefile(1869,0) Error: linker: pipe: No such file or directory
Makefile(3672,0) Error: linker: pipe: No such file or directory
AWarning: Version control client not in path.
Makefile(3672,0) Error: linker: pipe: No such file or directory

bcc9beb79497c7b5ebf0d9fc3444a281

解决方法:
用正确的make.exe文件替换fpc\bin\x86_64-win64和fpcbootstrap\x86_64-win64的make.exe