サイトトップへ
OSASK.NET
  サイトトップへ       新掲示板(閉鎖済)   Wiki(凍結済)   旧掲示板(廃止済)   ニュース(廃止済)  
43: 2006-03-29 (水) 13:57:23 ソース 44: 2006-04-01 (土) 07:09:06 ソース
Line 2: Line 2:
[[OSASKページ:http://coze.s201.xrea.com/osask/]] [[OSASKページ:http://coze.s201.xrea.com/osask/]]
-What's New+** アプリ作成に関する質問
--2006-03-27 life v0.1を作りました。ライフゲームのマップをファイルから読み込めるようになりました。+''makeエラー'' (2006-04-01)
-** アプリ作成に関する質問+tolset08を使っています。 
 + 
 + static int a(double x) { 
 +   if (x < 0) 
 +     return x + 0.5; 
 + } 
 + 
 +というコードがエラーになります。 
 + 
 + > make 
 + make -r hturtle.bin 
 + make[1]: Entering directory `C:/osask' 
 + sjisconv -s hturtle.c hturtle.ca 
 + cc1 -I. -Os -quiet -o hturtle.gas hturtle.ca 
 + gas2nask -a hturtle.gas hturtle.nas 
 + skip:fucomp    %st(1) 
 + make[1]: *** [hturtle.nas] Error 1 
 + rm hturtle.gas hturtle.nas hturtle.ca 
 + make[1]: Leaving directory `C:/osask' 
 + make: *** [ALL] Error 2 
 + 
 +それで x < 0 を x > 0 にするとエラーはなくなります。 
 + 
 + static int a(double x) { 
 +   if (x > 0) 
 +     return x + 0.5; 
 + } 
 + 
 + > make 
 + make -r hturtle.bin 
 + make[1]: Entering directory `C:/osask' 
 + sjisconv -s hturtle.c hturtle.ca 
 + cc1 -I. -Os -quiet -o hturtle.gas hturtle.ca 
 + gas2nask -a hturtle.gas hturtle.nas 
 + nask hturtle.nas hturtle.obj 
 + obj2bim3 @guigui00.rul out:hturtle.bim stack:64k map:hturtle.map hturtle.obj 
 + bim2bin3 in:hturtle.bim out:hturtle.org malloc:256k mmarea:0 
 + bim2bin3 -osacmp -tek0 in:hturtle.org out:hturtle.bin 
 + rm hturtle.gas hturtle.nas hturtle.ca 
 + make[1]: Leaving directory `C:/osask' 
 + 
 +原因は分かりますでしょうか? return x + 0.5 もエラーの要因になっている雰囲気です。
''lib_opentextbox の opt'' ''lib_opentextbox の opt''

トップ   差分 バックアップ 複製 名前変更 リロード印刷に適した表示   ページ新規作成 全ページ一覧 単語検索 最新ページの一覧   ヘルプ
新着

目次
メンバー一覧


最新の20件
2016-10-01 2016-09-08
  • @MenuBar.
2016-09-07 2016-09-04 2016-08-15 2015-09-23 2014-07-30 2014-07-04 2014-02-04 2013-10-26 2013-06-21 2013-06-17 2013-06-15 2013-04-02 2013-02-09 2013-02-04 2012-12-25 2012-12-01 2012-05-28 2012-03-31

トピック一覧
一般用コメント最新
新掲示板lina
2016/9/5 20:58
SandBoxゲスト
2016/9/4 12:01
RecentDeletedlina
2015/6/2 19:29
Old-OSASK-MLlina
2014/6/29 9:14
hideyosi/メールhideyosi
2014/1/6 20:17
hideyosi/募集中lina
2013/11/8 19:56

このサイトは川合秀実から委託を受けて、OSASKコミュニティによって管理・運営されています。