【发布时间】:2013-11-21 11:44:44
【问题描述】:
我正在尝试在 Linux 上安装 Nsis, 我找到了一个很棒的安装指南:http://www.xdevsoftware.com/blog/post/How-to-Install-the-Nullsoft-Installer---NSIS-on-Linux-.aspx 问题是它在最后一步失败了: scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA=no PREFIX=/usr/local/nsis/nsis-2.46 install-compiler
这是我得到的输出:
Source/script.cpp:6460:1: required from here
Source/util.h:145:1: error: 'close' was not declared in this scope,
and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
错误是:'close'没有在这个范围内声明......。 我尝试运行它几次,并在互联网上查找解决方案,但我认为这是一台 64 位机器而不是 32 位机器存在问题。
有什么想法吗?
【问题讨论】:
标签: c++ linux installation nsis