- (grfdev) ingo@aeolus:~/ottd/grfdev/eddi-nml$ make
- /usr/bin/env python3 setup.py build_ext --inplace
- /home/ingo/anaconda3/envs/grfdev/lib/python3.6/site-packages/setuptools/dist.py:407: UserWarning: The version specified ('v6872:faebe15eaad4') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
- "details." % self.metadata.version
- running build_ext
- building 'nml_lz77' extension
- creating build
- creating build/temp.linux-x86_64-3.6
- creating build/temp.linux-x86_64-3.6/nml
- gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -m64 -fPIC -m64 -fPIC -fPIC -I/home/ingo/anaconda3/envs/grfdev/include/python3.6m -c nml/_lz77.c -o build/temp.linux-x86_64-3.6/nml/_lz77.o
- creating build/lib.linux-x86_64-3.6
- gcc -pthread -shared -L/home/ingo/anaconda3/envs/grfdev/lib -Wl,-rpath=/home/ingo/anaconda3/envs/grfdev/lib,--no-as-needed -L/home/ingo/anaconda3/envs/grfdev/lib -Wl,-rpath=/home/ingo/anaconda3/envs/grfdev/lib,--no-as-needed build/temp.linux-x86_64-3.6/nml/_lz77.o -L/home/ingo/anaconda3/envs/grfdev/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/nml_lz77.cpython-36m-x86_64-linux-gnu.so
- copying build/lib.linux-x86_64-3.6/nml_lz77.cpython-36m-x86_64-linux-gnu.so ->
- make -C regression
- make[1]: Verzeichnis „/home/ingo/ottd/grfdev/eddi-nml/regression“ wird betreten
- Running test 001_action8
- Running test 002_sounds
- Running test 003_assignment
- Running test 004_deactivate
- Running test 005_error
- Running test 006_vehicle
- Running test 007_townnames
- Running test 008_railtypes
- Running test 009_replace
- Running test 010_liveryoverride
- Running test 011_snowline
- Running test 012_basecost
- Running test 013_train_callback
- Running test 014_read_special_param
- Running test 015_basic_object
- Running test 016_basic_airporttiles
- Running test 017_articulated_tram
- Running test 018_airport_tile
- Running test 019_switch
- Running test 020_recolour
- Running test 021_grf_parameter
- Running test 022_disable_item
- Running test 023_engine_override
- Running test 024_conditional
- Running test 025_loop
- Running test 026_asl
- Running test 027_airport_layout
- Running test 028_font
- Running test 029_base_graphics
- Running test 030_house
- Running test 031_aircraft
- Running test 031_comment
- Running test 032_simple_house
- make[1]: Verzeichnis „/home/ingo/ottd/grfdev/eddi-nml/regression“ wird verlassen
- (grfdev) ingo@aeolus:~/ottd/grfdev/eddi-nml$ cd ../cets
- (grfdev) ingo@aeolus:~/ottd/grfdev/cets$ cat Makefile.local | grep nmlc
- NML = ../eddi-nml/nmlc
- (grfdev) ingo@aeolus:~/ottd/grfdev/cets$ make
- make[1]: Verzeichnis „/home/ingo/ottd/grfdev/cets“ wird betreten
- [GENERATE] from tracking table
- Traceback (most recent call last):
- File "scripts/generate.py", line 10, in <module>
- import write
- File "/home/ingo/ottd/grfdev/cets/scripts/write.py", line 31
- def name(files, (comp, ident), long_name, values, **args):
- ^
- SyntaxError: invalid syntax
- scripts/Makefile.in:36: die Regel für Ziel „cets.src.dep“ scheiterte
- make[1]: *** [cets.src.dep] Fehler 1
- make[1]: Verzeichnis „/home/ingo/ottd/grfdev/cets“ wird verlassen
- Makefile:12: die Regel für Ziel „all“ scheiterte
- make: *** [all] Fehler 2