Changes between Initial Version and Version 1 of Ticket #2544


Ignore:
Timestamp:
May 8, 2014, 9:52:15 PM (10 years ago)
Author:
Radagast
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2544 – Description

    initial v1  
    1 {{
     1{{{
    22cd build/workspaces/
    33./clean-workspaces.sh
     
    55make clean
    66make
    7 }}
     7}}}
     8
     9
    810Fails at NetMessageSim.cpp with boost error 2 instead of 4 template-parameters for std::map.
    911A map has key and value usually, though my boost-header file in /usr/include/ expects four.
    1012
    11 {{
     13{{{
    1214administrator@pc01:~/0ad/build/workspaces/gcc$ make clean
    1315Cleaning pyrogenesis
     
    4547make: *** [network] Error 2
    4648
    47 }}
     49}}}
    4850
    4951
    5052
    51 {{
     53{{{
    5254administrator@pc01:~/0ad/build/workspaces/gcc$ uname -a
    5355Linux pc01 3.2.0-57-generic #87-Ubuntu SMP Tue Nov 12 21:35:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
     
    5961Version: 1.48.0.2
    6062
    61 }}
     63}}}
     64
     65I hope it's just my system which is broken.