Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.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
Installation 如何安装freepascal+;开放式solaris中的拉扎勒斯?_Installation_Freepascal_Opensolaris - Fatal编程技术网

Installation 如何安装freepascal+;开放式solaris中的拉扎勒斯?

Installation 如何安装freepascal+;开放式solaris中的拉扎勒斯?,installation,freepascal,opensolaris,Installation,Freepascal,Opensolaris,我尝试在open solaris上安装fpc,方法如下: svn checkout http://svn.freepascal.org/svn/fpc/branches/fixes_2_4 fpcfixes2_4 cd fpcfixes2_4 gmake clean all install INSTALL_PREFIX=~ 如下所述: 但是我得到了这个错误: gmake: -iVSPTPSOTO: Command not found gmake: -iSP: Command not foun

我尝试在open solaris上安装fpc,方法如下:

svn checkout http://svn.freepascal.org/svn/fpc/branches/fixes_2_4 fpcfixes2_4

cd fpcfixes2_4
gmake clean all install INSTALL_PREFIX=~
如下所述:

但是我得到了这个错误:

gmake: -iVSPTPSOTO: Command not found
gmake: -iSP: Command not found
gmake: -iTP: Command not found
gmake: -iSO: Command not found
gmake: -iTO: Command not found
/usr/xpg4/bin/rm -f build-stamp.*
/usr/xpg4/bin/rm -f base.build-stamp.*
gmake compiler_cycle RELEASE=1
gmake[1]: -iVSPTPSOTO: Command not found
gmake[1]: Entering directory `/home/jill/basura/fpcfixes2_4'
gmake[1]: -iSP: Command not found
gmake[1]: -iTP: Command not found
gmake[1]: -iSO: Command not found
gmake[1]: -iTO: Command not found

Free Pascal编译器是在Free Pascal上编写的。这意味着您需要现有的免费Pascal编译器二进制文件来编译新版本

虽然svn主干中至少支持Solaris/SPARC和Solaris/i386(我不确定x86_64),但我们目前不提供任何二进制文件,因为我们没有这些平台的真正维护者。此外,我认为修复分支中只支持Solaris/SPARC


由于Solaris没有可用的二进制引导编译器,因此必须在另一个平台上交叉编译初始版本。有关更多信息,请参阅。

如果您不介意从Linux或Windows交叉编译,那么CodeTyphon可能是Solaris开发的一个简单的中间解决方案。