我是cygwin终端的初学者。我正在尝试使用./file_name.sh命令在windows 8上运行*.sh文件,但它给出了下面给出的错误...Please install Cygwin make package or define the GNUMAKE variable to point to it.我已经在F驱动器中安装了cygwin,我谷歌了这个错误,并在computer properties > advance system properties > variable environment> pat
function C //child of B|` callC();|` callB(); ` makeA();function();C.prototype.callC = function() alert('callC');C.prototype.makeC= function() alert('makeC');
我刚刚了解Cygwin,如果您在Cygwin环境中构建它,它似乎可以使用UNIX API编写C代码,然后让它在Windows上运行。我已经习惯了Visual Studio IDE和调试工具,所以我想问一问:在Windows中编写和构建C语言,然后在Cygwin的帮助下用Visual Studio对其进行调试是否可能?