Changes between Version 123 and Version 124 of BuildInstructions


Ignore:
Timestamp:
2011-05-15 18:22:54 (2 years ago)
Author:
Philip
Comment:

add a reported problem

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v123 v124  
    204204}}} 
    205205 
    206  * 0ad currently needs '''libenet''' version 1.2 and does not work with version 1.3 which is packaged (and only 1.3) in Debian wheezy and sid. Downgrading to Squeeze's libenet packages works. Downgrade libenet-dev and libenet0debian1 
    207  '''NOTE:''' Please remove this line if 0ad starts using libenet 1.3 
     206 * If !SpiderMonkey has compile errors during `update-workspace.sh`, throwing errors like '''`'r13' is not a member of 'JSC::X86Registers'`''', then you likely have a 32-bit userspace with a 64-bit kernel. Run 
     207{{{ 
     208export CHOST=i386-pc-linux-gnu 
     209}}} 
     210   before compiling. 
     211 
     212 * The game currently needs '''libenet''' version 1.2 and does not work with version 1.3 which is packaged (and only 1.3) in Debian wheezy and sid. Downgrading to Squeeze's libenet packages works. Downgrade libenet-dev and libenet0debian1 
    208213 
    209214== Creating Linux packages ==