Loading

Paste #ptsc0jchk

  1. $  make clean  
  2. [CLEAN PNML]
  3. [CLEAN NML]
  4. [CLEAN LNG]
  5. [CLEAN GRF]
  6. [CLEAN DOC]
  7. [CLEAN BUNDLE]
  8. [CLEAN BUNDLE SRC]
  9.  
  10. $  time make -j1
  11. [GENERATE PNML]
  12. python scripts/preprocess.py 'FIRS Industry Replacement Set 2015-01-24 (5502:abc336a88976)' '4053' '' ''
  13. [PYTHON] python preprocessing
  14. [PYTHON] render pnml
  15. Linking
  16. 16.43s
  17. [PYTHON] render docs
  18. [PARSE BASE LANG & EXTRA STRINGS] utils.py
  19. 1.33s
  20. [CPP] generated/firs.nml
  21. [LNG] custom_tags.txt
  22. [NML] firs.grf
  23.  nmlc warning: "lang/serbian.lng", line 123: String commands don't match with master file "english.lng"
  24. nmlc warning: "lang/serbian.lng", line 129: String commands don't match with master file "english.lng"
  25.  nmlc warning: "lang/esperanto.lng", line 122: String commands don't match with master file "english.lng"
  26. nmlc warning: "lang/esperanto.lng", line 128: String commands don't match with master file "english.lng"
  27.  nmlc warning: "lang/welsh.lng", line 122: String commands don't match with master file "english.lng"
  28. nmlc warning: "lang/welsh.lng", line 128: String commands don't match with master file "english.lng"
  29.  nmlc warning: "lang/slovak.lng", line 133: String commands don't match with master file "english.lng"
  30. nmlc warning: "lang/slovak.lng", line 140: String commands don't match with master file "english.lng"
  31.  nmlc warning: "lang/czech.lng", line 99: String commands don't match with master file "english.lng"
  32. nmlc warning: "lang/czech.lng", line 104: String commands don't match with master file "english.lng"
  33.  nmlc warning: "lang/romanian.lng", line 125: String commands don't match with master file "english.lng"
  34. nmlc warning: "lang/romanian.lng", line 132: String commands don't match with master file "english.lng"
  35.  nmlc info: 1823 sprites, 1162 cached, 1 orphaned, 350 duplicates, 311 newly encoded (python)
  36.  nmlc info: Industry Tile items: 132/256
  37.  nmlc info: Industry items: 64/64
  38.  nmlc info: Cargo items: 31/32
  39.  nmlc info: Concurrent Action10 labels: 2/240 ("generated/pnml/checks.pnml", line 72)
  40.  nmlc info: Concurrent spritesets: 24/255 ("generated/pnml/bulk_terminal.pnml", line 1417)
  41.  nmlc info: Concurrent spritegroups: 156/256 ("generated/pnml/orchard_piggery.pnml", line 55882)
  42.  nmlc info: Concurrent Action2 registers: 99/127 ("generated/pnml/machine_shop.pnml", line 4638)
  43.  nmlc info: Concurrent ActionD registers: 42/64 ("generated/pnml/forest.pnml", line 170)
  44.  nmlc info: GRF parameter registers: 6/64
  45.  nmlc info: Cargo translation table: 40/254
  46.  nmlc info: D0xx strings: 74/1024
  47.  nmlc info: DCxx strings: 144/256
  48.  nmlc warning: "generated/pnml/aluminium_plant.pnml", line 599: "src/graphics/industries/aluminium_plant_3.png" at [x: 430, y: 10]: 4 of 3584 pixels (0%) are animated                                                                                                                          
  49.  nmlc warning: "generated/pnml/aluminium_plant.pnml", line 606: "src/graphics/industries/aluminium_plant_3_snow.png" at [x: 430, y: 10]: 4 of 3584 pixels (0%) are animated
  50.  
  51. # .....  lots of warning omitted
  52. [BUNDLE] firs
  53. [BUNDLE TAR] firs.tar
  54. make -j1  164.40s user 4.30s system 130% cpu 2:09.07 total
  55.  
  56. $  time make -j1
  57. [CPP] generated/firs.nml
  58. [LNG] custom_tags.txt
  59. [NML] firs.grf
  60.  
  61. # Lines omitted
  62.  
  63. [BUNDLE] firs
  64. [BUNDLE TAR] firs.tar
  65. make -j1  105.55s user 3.03s system 99% cpu 1:48.66 total

Comments