flagflag  
Page Top

Download of Source Code anchor.png

Page Top

Cygwin anchor.png

  • unzip, bison, flex, patchutils , curl が必要
  • bin に PATHが必要.インストール時にパスを通しておけば不用.
     
Page Top

VC2010 anchor.png

  • VC++ 2010 Express は MFC が使えん.ダメダメである.(Firestorm をコンパイルするだけなら問題ない)
  • VS2010 Professional を入れなおす.
     
Page Top

autobuild anchor.png

  • hg clone http://hg.secondlife.com/autobuild/
  • autobuild\bin\ にパスが必要. C:\python27 にパスが必要.
  • autobuild で pathcheck のエラーが出た場合.(autobuild.common.AutobuildError: invalid 'pathcheck' setting for '.....)
    • boto は python2.5 のライブラリらしいが,実際には必要ないみたい.
    • autobuild/autobuild/common.py の L533-539 をコメントアウト
    • autobuild/autobuild/connection.py の L40 をコメントアウト
    • AppData\Local\Temp\install.cache.<ユーザ名>\* を消す
  • Cドライブでやると,書き込みでパーミッションエラーが出る.
    • Windows でパーミッション? ;(
    • 面倒なので,Cygwin の Shell で該当フォルダまで行って, chmod -R a+rwx .
       
Page Top

Fmod anchor.png

  • Make Package
    hg clone https://bitbucket.org/lindenlab/3p-fmod/
    cd 3p-fmod
    autobuild build --all
    autobuild package
  • Check md5 checksum that "autobuild package" outputed
    packing fmod
    wrote  J:\firestorm\3p-fmod\fmod-3.75-windows-20111229.tar.bz2
    md5    8fb05751bf7c994ce38cd2d98f3b21c4
     
Page Top

Re-Compile anchor.png

Page Top

Generate Project File for VC2010 anchor.png

  1. cd [TOP of Source]
  2. copy autobuild.xml my_autobuild.xml
    • Rewrite md5 checksum and directory of Fmod in my_autobuild.xml
  3. autobuild を実行
    set AUTOBUILD_CONFIG_FILE=my_autobuild.xml
    autobuild configure -c ReleaseFS_open  -- -DFMOD=TRUE
  4. OpenSim の機能を有効にするには,HAS_OPENSIM_SUPPORT を有効にする
    autobuild configure -c ReleaseFS_open  -- -DFMOD=TRUE -DHAS_OPENSIM_SUPPORT=TRUE
Page Top
Sample of change for my_autobuild.xml anchor.png
  • Original
    <map>
      <key>hash</key>
      <string>ecf16c7d1b878a9733f4a85d28347948</string>
      <key>url</key>
      <string>file:///c:/cygwin/opt/firestorm/fmod-3.75-windows-20110706.tar.bz2</string>
    </map>
  • Modify
    <map>
      <key>hash</key>
      <string>8fb05751bf7c994ce38cd2d98f3b21c4</string>
      <key>url</key>
      <string>file:///j:/firestorm/3p-fmod/fmod-3.75-windows-20111229.tar.bz2</string>
    </map>
Page Top

Compile anchor.png

  • build-vc100\ALL_BUILD.vcxproj をダブルクリックして VC2010 を起動
  • ソリューションエクスプローラーの firestorm-bin を クリックして,ビルドメニューから firestorm-bin のビルドを行う (ターゲットは Release).
  • build-vc100\newview\Release に Viewer が構築される.
     
Page Top

Compile Errors anchor.png

  • QuickTime SDK\CIncludes\GNUCompatibility\stdint.h と build-vc100\packages\include\boost\cstdi​nt.hpp がコンフリクト
    • stdint.h を適当に書き換える. 例↓
      #ifndef BOOST_CSTDINT_HPP
      typedef short int_fast16_t;
      typedef unsigned short uint_fast16_t;
      #endif
      .................
      #ifndef INT8_C
      #define INT8_C(val) (INT_LEAST8_MAX-INT_LEAST8_MAX+(val))
      #define INT16_C(val) (INT_LEAST16_MAX-INT_LEAST16_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 UINT8_C(val) (UINT_LEAST8_MAX-UINT_LEAST8_MAX+(val))
      #define UINT16_C(val) (UINT_LEAST16_MAX-UINT_LEAST16_MAX+(val))
      #define UINT32_C(val) (UINT_LEAST32_MAX-UINT_LEAST32_MAX+(val))
      #define UINT64_C(val) (UINT_LEAST64_MAX-UINT_LEAST64_MAX+(val))
      #endif
      
      /* 7.18.4.2  Macros for greatest-width integer constants */ 
      #ifndef INTMAX_C
      #define INTMAX_C(val) (INTMAX_MAX-INTMAX_MAX+(val))
      #define UINTMAX_C(val) (UINTMAX_MAX-UINTMAX_MAX+(val))
      #endif
  • C2220 のエラーが出る場合は,UTF-8(BOM付き)で保存し直す.
  • その他適当に修正する.
     

Front page   Freeze Diff Backup Copy Rename Reload   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)
Counter: 2115, today: 2, yesterday: 0
Last-modified: 2013-06-13 (Thu) 16:18:00 (JST) (3980d) by iseki

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

70 user(s) are online (5 user(s) are browsing xpwiki)

Members: 0
Guests: 70

more...

Access Counter

Today : 6476647664766476
Yesterday : 1631416314163141631416314
Total : 2351925123519251235192512351925123519251235192512351925123519251
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com