ebruneton / precomputed_atmospheric_scattering

This project provides a new implementation of our EGSR 2008 paper "Precomputed Atmospheric Scattering".
BSD 3-Clause "New" or "Revised" License
908 stars 120 forks source link

Can't build demo #25

Closed LocalStarlight closed 6 years ago

LocalStarlight commented 6 years ago

I'd like to build the demo so I can help debug why I am getting incorrect values in my implementation of this code, but I can't get it to build.

If I type "make demo" in the main directory as suggested in the documentation, here is the output I get:

make demo
Access denied - ATMOSPHERE
Access denied - TEXT
Access denied - TOOLS
File not found - -NAME
Access denied - ATMOSPHERE
Access denied - TEXT
Access denied - TOOLS
File not found - -NAME
Access denied - ATMOSPHERE
Access denied - TEXT
Access denied - TOOLS
File not found - -NAME
mkdir -p output/Debug/atmosphere/demo
The syntax of the command is incorrect.
Makefile:108: recipe for target 'output/Debug/atmosphere/demo/demo.o' failed
make: *** [output/Debug/atmosphere/demo/demo.o] Error 1

Any idea what's going wrong her?

LocalStarlight commented 6 years ago

OK, I finally managed to get it to build using Linux (Ubuntu).

Building the demo on both Windows and Mac seems to fail though, and I can't figure out why!