dilevin / CSC417-a1-mass-spring-1d

Assignment 1 on one-dimensional mass spring systems for CSC2549, at the University of Toronto
14 stars 15 forks source link

CMake Error on Windows #2

Open shabnamabbarin opened 4 years ago

shabnamabbarin commented 4 years ago

Hey,

I'm seeing this error on build: image

Is there anything I can do about this or should I go chase a linux subsystem?

Thanks,

dilevin commented 4 years ago

Thanks for pointing it out, we are looking into this.

hgeorge21 commented 4 years ago

Just a suggestion... based on my personal (not fun) experience, what takes hours and hours of figuring out in Windows can be done in 5 minutes in Linux... Try Linux :)

shabnamabbarin commented 4 years ago

I believe you! I work in linux 9 to 5 but my home computers both have windows. If WSL or Windows Bash works, I can get that going quicker than configuring the whole thing to some linux dist :/ I used to be able to remote to Labs machines, is that still a thing?

itsvismay commented 4 years ago

You should try to follow these steps for libigl compilation issues. https://libigl.github.io/bug-report/#compilation-issues

Let me know if following this didn't work, and I'll try to reproduce your problem. Also make sure you're using x64

shabnamabbarin commented 4 years ago

Thanks for the link! I did some extra debugging and it came down to this: https://github.com/libigl/libigl-example-project/issues/19

Adding git exe dir to my env paths fixed the sourcing issues and I can compile fine.