tsoding / ray-tracer

My ongoing effort to learn how to make Ray Tracers
MIT License
15 stars 2 forks source link

Make fails on Arch Linux #39

Closed ghost closed 6 years ago

ghost commented 6 years ago

Steps to reproduce

  1. Build the ray tracer via make:
$ make

Observed

Build failed:

python cpplint.py src/*.cpp src/*.h
make: *** [Makefile:18: lint] Error 1

Expected

Successful build

System info

Suspected problem

python is a link to python3 on Arch Linux. Script seems to be written in Python 2.

rexim commented 6 years ago

Fixed by #40