karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

Anyone else get the unresolved Eigen/core issue when testing on teach.cs servers? #46

Open MicheleMassa802 opened 1 year ago

MicheleMassa802 commented 1 year ago

I'm 99.9% sure my code will work, at the end of the day the submission is just the .cpp files and that should be perfectly fine since submitting them doesnt change anything. However I like to see that my assignments also work on teach.cs, and when running make, I get the error that I used to get over in my windows terminal when I had not "installed" eigen (which I solved following the steps here: https://stackoverflow.com/questions/68884411/how-do-you-install-eigen). However we obviously dont have permission to modify the /local/include dir over on teach.cs, so I kind of cant test?

Should I just submit as is or is there any work around you guys have used?