Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux上的emacs C#C Sharp模式:Flymake csc.exe错误_C#_Linux_Emacs_Mono - Fatal编程技术网

Linux上的emacs C#C Sharp模式:Flymake csc.exe错误

Linux上的emacs C#C Sharp模式:Flymake csc.exe错误,c#,linux,emacs,mono,C#,Linux,Emacs,Mono,我正在运行c-sharp模式 GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.9) of 2014-09-30 on buildvm-10.phx2.fedoraproject.org 但是,尝试加载flymake模式时,会出现以下错误: Flymake: Failed to launch syntax check process 'csc.exe' with args (/t:module /nologo Action

我正在运行c-sharp模式

GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.9) of 2014-09-30 on buildvm-10.phx2.fedoraproject.org
但是,尝试加载flymake模式时,会出现以下错误:

Flymake: Failed to launch syntax check process 'csc.exe' with args (/t:module /nologo Action_flymake.cs): Seaching for program: no such file or directory, csc.exe. Flymake will be switched OFF.
它似乎是硬编码来查找csc.exe的,它看起来像是为Windows构建的。除了失望之外,我能找到的任何帮助网站上似乎都没有提到这一点。我怎样才能让它在我的Fedora 20上工作(Mono已安装且工作正常)