dilevin / DGPCompFab

This repository stores the the assignments and lecture notes for the University of Toronto Graduate Course Computational Design and Fabrication
7 stars 4 forks source link

Make fails, missing Shape.h #2

Closed FreakingBarbarians closed 6 years ago

FreakingBarbarians commented 6 years ago

I tried compiling A1. Cmake configuration is fine, but I'm getting a build error.

fatal error: 'shape.h' file not found

In util/include/shapes.h

It's trying to reference something called a ShapeVar but I can't find that in any of the files.

There's only one shape.h in the libfive somewhere but it makes no mention of ShapeVar

Attached is a dump of my terminal.

dump.txt

dilevin commented 6 years ago

Whoops, I forgot to check them in, my bad!

They should be there now.

FreakingBarbarians commented 6 years ago

Build is good. Example runs too. Thanks :)