pas2CTutorial.wiki
changeset 2015 9bcfc5661a37
parent 2014 d61dd7380023
child 2018 0a12cd51adf3
equal deleted inserted replaced
2014:d61dd7380023 2015:9bcfc5661a37
    16 
    16 
    17 {{{
    17 {{{
    18 Preprocessing 'uSound.pas'... pas2c: /builddir/build/BUILD/hedgewars-src-1.0.0/hedgewars/uSound.pas: hGetContents: invalid argument (invalid byte sequence)
    18 Preprocessing 'uSound.pas'... pas2c: /builddir/build/BUILD/hedgewars-src-1.0.0/hedgewars/uSound.pas: hGetContents: invalid argument (invalid byte sequence)
    19 }}}
    19 }}}
    20 
    20 
    21 This is because Wuzzy accidentally added unicode characters in the Pascal source code, something which Pas2C doesn't like.
    21 This is because Wuzzy accidentally added Unicode characters in the Pascal source code, something which Pas2C doesn't like.
    22 
    22 
    23 If you have this problem, run this shell script in the root of the source directory before building:
    23 If you have this problem, run this shell script in the root of the source directory before building:
    24 
    24 
    25 {{{
    25 {{{
    26 for file in hedgewars/uSound.pas hedgewars/uStats.pas; do
    26 for file in hedgewars/uSound.pas hedgewars/uStats.pas; do