Board logo

标题: 自由软件的探索——Fophonix [打印本页]

作者: xempo     时间: 2016-7-17 04:46    标题: 自由软件的探索——Fophonix

Fophonix(火凤凰)


Version 1.0.6



    Fophonix是自由软件,发布它是希望它有所可用,但无任何担保。遵守LGPL公约(GNU 通用公共许可协议)。
    编译后,运行要连接Qt3库,主要用于普通磁盘文件操作。


____________________________________________________________________________________________________________________________________

编译:
  解压Fophonix-1.0.6.zip到一个目录,然后进入Fophonix-1.0.6中:
        make all


安装:
  编译赛后,切换成超级用户,然后:
        make install


重新全编译:
        make clean_all
  然后:
        make all
        make install (su)


下载火凤凰

[ Last edited by xempo on 2016-8-10 at 22:50 ]
作者: xempo     时间: 2016-7-17 04:58
电脑出现到普及,并伴随着互联网时代的到来,出现了新的利润点,出现了新的剩余,社会原有的平衡被打破了。

    当年大禹治水后,出现了剩余,进而出现私有制和剥削。禹的儿子启建立了中国第一个奴隶制国家——夏朝。
    商灭夏,周灭商后,青铜器时代终于来到了一个平衡点——周公制礼,中国到达一个文明的繁盛期。
    铁器的出现,养活了更多的人,中国迎来一个大发展大动荡的年代——春秋战国。面对礼崩乐坏的乱世,人们纷纷寻求治国救世的方法,百家争鸣,因而形成了中国学术史巅峰——诸子百家。

    似乎有这么一个规律:当生产力取得突破性进展时,原来的生产关系就会被打破,这种生产力往往需要人们去重新解放它。自由软件最初出现是一群穿着牛仔裤唱着摇滚乐,对社会不满,怀着要“将计算机还给人民”的年青人的理想。而今天的自由软件就是对软件的解放,具有重大的时代意义。
    “此时此地,火炬已传到新一代的手上,我们经历了战争洗礼,有祖宗留下值得骄傲的遗产,有过和平年代的艰苦锻炼。我们不愿看到人类社会逐渐被吞噬,我们有义务......”
作者: zzz19760225     时间: 2016-7-21 12:15
1楼主睡觉时间和我前段时间一样,自我感觉并不好,现在恢复天然循环状态,感觉很好(白天不能睡觉,将瞌睡拖到晚上自然容易进入睡眠)。
2用深度的系统很多有趣的命令无法实现,veket8经常会遇到网页变慢然后退不出系统,startos又用的是独立的命令软件。楼主Q3环境如何实现,使用什么系统?
3操作页面很不错,是自己调整,还是系统本身带有的?
作者: zzz19760225     时间: 2016-7-28 17:00
root@deepindzvzs-pc:/usr/Fophonix-1.0.2# make all
( ./lnkOpenRose )
( cd tools; make )
make[1]: Entering directory '/usr/Fophonix-1.0.2/tools'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/Fophonix-1.0.2/tools'
( cd OpenRose; make all)
make[1]: Entering directory '/usr/OpenRose-2.0.2'
( cd data/tools/source; make )
make[2]: Entering directory '/usr/OpenRose-2.0.2/tools/source'
make[2]: Nothing to be done for 'tools'.
make[2]: Leaving directory '/usr/OpenRose-2.0.2/tools/source'
( cd source; make -fMakecom )
make[2]: Entering directory '/usr/OpenRose-2.0.2/source'
( cd kernel; make -fMakecom )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/kernel'
make[3]: '../../objcom/kernel.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/kernel'
( cd dir; make )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/dir'
make[3]: '../../objcom/dirext.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/dir'
( cd ../normal; make )
make[3]: Entering directory '/usr/OpenRose-2.0.2/normal'
make[3]: '../objcom/stdfun.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/normal'
( cd numb; make )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/numb'
make[3]: '../../objcom/numb.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/numb'
( cd FCU; make )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/FCU'
make[3]: '../../objcom/fcu.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/FCU'
( cd apps; make -fmkrebuild )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/apps'
make[3]: '../../objcom/rebuild.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/apps'
( cd apps; make -fmkexport2 )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/apps'
make[3]: '../../objcom/export.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/apps'
( cd apps; make -fmkcopys )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/apps'
make[3]: '../../objcom/copys.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/apps'
( cd extfunc; make )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/extfunc'
make[3]: '../../objcom/extfunc.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/extfunc'
( cd console; make -fMakefile2 )
make[3]: Entering directory '/usr/OpenRose-2.0.2/source/console'
make[3]: '../../objcom/rosecom.o' is up to date.
make[3]: Leaving directory '/usr/OpenRose-2.0.2/source/console'
gcc -o ../rosecom -lm ../objcom/kernel.o ../objcom/dirext.o ../objcom/stdfun.o \
../objcom/rebuild.o ../objcom/export.o ../objcom/copys.o \
../objcom/numb.o ../objcom/fcu.o \
../objcom/shellcom.o ../objcom/script.o ../objcom/conspace.o ../objcom/infor.o \
../objcom/extfunc.o ../objcom/rosecom.o
../objcom/copys.o:在函数‘ORDcopy’中:
copys.c:(.text+0x4cf):对‘copyORD’未定义的引用
copys.c:(.text+0x4d7):对‘copyNum’未定义的引用
../objcom/fcu.o:在函数‘ORDfind’中:
fcu.c:(.text+0x19cc):对‘pdFind’未定义的引用
fcu.c:(.text+0x19d8):对‘numFind’未定义的引用
collect2: error: ld returned 1 exit status
Makecom:25: recipe for target '../rosecom' failed
make[2]: *** [../rosecom] Error 1
make[2]: Leaving directory '/usr/OpenRose-2.0.2/source'
Makefile:13: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/usr/OpenRose-2.0.2'
Makefile:27: recipe for target 'all' failed
make: *** [all] Error 2
-----------------------------------------------------------------
那个问题怎么解决啊
作者: xempo     时间: 2016-8-2 00:46    标题: Fophonix-1.0.4

上次最后一句,择录自肯尼迪的演说。

Yes,经过漫长的奋斗,相信我们将拥有更灿烂更自由的蓝天。
下载Fophonix-1.0.4mdf

相信是最后一次修改(2016-8-10 22:51)
下载Fophonix-1.0.6

----------------------------------------------------------------------------------
1.0.6 debuged (2016-12-30 15:47)


________________________________________________________________________________________________________________________

1.0.6的第二个除错版本,主要是股票理财部分。

                                                                                ——2017年春

[ Last edited by xempo on 2017-2-21 at 22:23 ]