dilevin / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
2 stars 7 forks source link

Complex not found on Mac #76

Open JG-e opened 1 week ago

JG-e commented 1 week ago

Not sure why this is happening... I followed the thread on the last year changing the cmakelist.txt but on my end still doesn't work

/Eigen/Core:28:10: fatal error: 'complex' file not found
   28 | #include <complex>
      |          ^~~~~~~~~
1 error generated.
panuelosj commented 4 days ago

Could you try compiling using cpp17 or cpp20 (basically do the same thing with the makefile change but convert 14 to 17 or 20).