flagflag  
1: 2012-03-01 (Thu) 11:12:00 iseki source Cur: 2013-06-13 (Thu) 16:18:00 iseki source
Line 1: Line 1:
-** FireStorme [#lb6d6a18] 
-- Home: http://www.phoenixviewer.com/ 
-#br 
-** Grid Manager [#q0f19288] 
- 
-#br 
- 
** Windows 下での再コンパイル [#la3e53b5] ** Windows 下での再コンパイル [#la3e53b5]
- ソースリポジトリ: http://hg.phoenixviewer.com/ - ソースリポジトリ: http://hg.phoenixviewer.com/
Line 15: Line 8:
#br #br
-*** Download of Source code [#q2614015]+*** Download of Source Code [#q2614015] 
 +- 4.2.2.2. 
 + hg clone http://hg.phoenixviewer.com/phoenix-fire​storm-lgpl/ phoenix-firestorm-4.2.2.29837 -u 83962c3d00d 
 +- 4.0.1.27000 
 + hg clone http://hg.phoenixviewer.com/phoenix-fire​storm-lgpl/ phoenix-firestorm-4.0.1.27000 -u 27000
- 3.2.1.24179: http://hg.phoenixviewer.com/phoenix-fire​storm-lgpl/ - 3.2.1.24179: http://hg.phoenixviewer.com/phoenix-fire​storm-lgpl/
 hg clone http://hg.phoenixviewer.com/phoenix-fire​storm-lgpl/ phoenix-firestorm-3.2.1.24179 -u 24179  hg clone http://hg.phoenixviewer.com/phoenix-fire​storm-lgpl/ phoenix-firestorm-3.2.1.24179 -u 24179
Line 21: Line 18:
 hg clone http://hg.phoenixviewer.com/phoenix-fire​storm-sh/ phoenix-firestorm-3.2.2.24336 -u 24336  hg clone http://hg.phoenixviewer.com/phoenix-fire​storm-sh/ phoenix-firestorm-3.2.2.24336 -u 24336
- 3.3.0.24882: http://hg.phoenixviewer.com/firestorm_3.​2.2_to_3.3.0/ - 3.3.0.24882: http://hg.phoenixviewer.com/firestorm_3.​2.2_to_3.3.0/
- hg clone http://hg.phoenixviewer.com/firestorm_3.​2.2_to_3.3.0/ phoenix-firestorm-3.3.0.24882 -u 24882+ hg clone http://hg.phoenixviewer.com/firestorm_3.​2.2_to_3.3.0/ phoenix-firestorm-3.3.0.24882 -u 24882
#br #br
Line 30: Line 27:
*** VC2010 [#x660eb4b] *** VC2010 [#x660eb4b]
-- VC++ 2010 Express は MFC が使えん.ダメダメである.+- VC++ 2010 Express は MFC が使えん.ダメダメである.(Firestorm をコンパイルするだけなら問題ない)
- VS2010 Professional を入れなおす. - VS2010 Professional を入れなおす.
#br #br
Line 37: Line 34:
- hg clone http://hg.secondlife.com/autobuild/ - hg clone http://hg.secondlife.com/autobuild/
- autobuild\bin\ にパスが必要. C:\python27 にパスが必要. - autobuild\bin\ にパスが必要. C:\python27 にパスが必要.
-- autobuild で boto のエラーが出る.(autobuild.common.AutobuildError: invalid 'pathcheck' setting for 'boto'+- autobuild で pathcheck のエラーが出た場合.(autobuild.common.AutobuildError: invalid 'pathcheck' setting for '.....
--- boto は python2.5 のライブラリらしいが,実際には必要ないみたい. +-- %%boto は python2.5 のライブラリらしいが,実際には必要ないみたい.%% 
--- autobuild/autobuild/common.py  の L533-539 をコメントアウト +-- %%autobuild/autobuild/common.py  の L533-539 をコメントアウト%% 
--- autobuild/autobuild/connection.py の L40 をコメントアウト+-- %%autobuild/autobuild/connection.py の L40 をコメントアウト%% 
 +-- AppData\Local\Temp\install.cache.<ユーザ名>\* を消す
- Cドライブでやると,書き込みでパーミッションエラーが出る. - Cドライブでやると,書き込みでパーミッションエラーが出る.
-- Windows でパーミッション?  ;( -- Windows でパーミッション?  ;(
Line 58: Line 56:
#br #br
-*** Generate Project File of VC2010 [#s891f9a5]+** Re-Compile [#s15f6a67] 
 +*** Generate Project File for VC2010 [#s891f9a5]
+ cd [TOP of Source] + cd [TOP of Source]
+ copy autobuild.xml my_autobuild.xml + copy autobuild.xml my_autobuild.xml
-- Rewrite ''md5 checksum'' and ''directory'' of Fmod in my_autobuild.xml -- Rewrite ''md5 checksum'' and ''directory'' of Fmod in my_autobuild.xml
-+ set AUTOBUILD_CONFIG_FILE=my_autobuild.xml ++ ''autobuild'' を実行 
-+ autobuild configure -c ReleaseFS_open+ set AUTOBUILD_CONFIG_FILE=my_autobuild.xml 
 + autobuild configure -c ReleaseFS_open  -- -DFMOD=TRUE 
 ++ OpenSim の機能を有効にするには,''HAS_OPENSIM_SUPPORT'' を有効にする 
 + autobuild configure -c ReleaseFS_open -- -DFMOD=TRUE -DHAS_OPENSIM_SUPPORT=TRUE
**** Sample of change for my_autobuild.xml [#c5b29c7d] **** Sample of change for my_autobuild.xml [#c5b29c7d]
Line 83: Line 85:
*** Compile [#lf183c42] *** Compile [#lf183c42]
- build-vc100\ALL_BUILD.vcxproj をダブルクリックして VC2010 を起動 - build-vc100\ALL_BUILD.vcxproj をダブルクリックして VC2010 を起動
-- ソリューションエクスプローラーの firestorm-bin を クリックして,ビルドメニューから firestorm-bin のビルドを行う (ターゲットは Release).+- ソリューションエクスプローラーの firestorm-bin を クリックして,ビルドメニューから firestorm-bin のビルドを行う (ターゲットは Release).
- build-vc100\newview\Release に Viewer が構築される. - build-vc100\newview\Release に Viewer が構築される.
#br #br
Line 100: Line 102:
 #define INT32_C(val) (INT_LEAST32_MAX-INT_LEAST32_MAX+(val))  #define INT32_C(val) (INT_LEAST32_MAX-INT_LEAST32_MAX+(val))
 #define INT64_C(val) (INT_LEAST64_MAX-INT_LEAST64_MAX+(val))  #define INT64_C(val) (INT_LEAST64_MAX-INT_LEAST64_MAX+(val))
 + 
 #define UINT8_C(val) (UINT_LEAST8_MAX-UINT_LEAST8_MAX+(val))  #define UINT8_C(val) (UINT_LEAST8_MAX-UINT_LEAST8_MAX+(val))
 #define UINT16_C(val) (UINT_LEAST16_MAX-UINT_LEAST16_MAX+(val)​)  #define UINT16_C(val) (UINT_LEAST16_MAX-UINT_LEAST16_MAX+(val)​)
Line 106: Line 108:
 #define UINT64_C(val) (UINT_LEAST64_MAX-UINT_LEAST64_MAX+(val)​)  #define UINT64_C(val) (UINT_LEAST64_MAX-UINT_LEAST64_MAX+(val)​)
 #endif  #endif
 + 
 /* 7.18.4.2  Macros for greatest-width integer constants */  /* 7.18.4.2  Macros for greatest-width integer constants */
 #ifndef INTMAX_C  #ifndef INTMAX_C


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

40 user(s) are online (3 user(s) are browsing xpwiki)

Members: 0
Guests: 40

more...

Access Counter

Today : 4090409040904090
Yesterday : 5790579057905790
Total : 2365688623656886236568862365688623656886236568862365688623656886
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com