fel88 / DeepNestPort

DeepNest C# Port
MIT License
79 stars 35 forks source link

'minkowski.cc': No such file or directory #11

Closed kelyamany closed 3 years ago

kelyamany commented 3 years ago

I tried to follow the instructions to compile minkowski.dll but I get the following error:

c1xx: fatal error C1083: Cannot open source file: 'minkowski.cc': No such file or directory

I downloaded Boost 1.62 and unpacked it to C:\boost_1_62_0 as mentioned in the instructions

Did I miss something?

fel88 commented 3 years ago

Are the files compile.bat and minkowski.cc in the same directory?

kelyamany commented 3 years ago

Are the files compile.bat and minkowski.cc in the same directory?

Yes, the compile.bat and both minkowski cc and h files are in this directory: \DeepNestPort\Minkowski

fel88 commented 3 years ago

You probably try to run compile.bat from another directory. You should enter the Minkowski directory first cd Minkowski then run compile.bat compile.bat

kelyamany commented 3 years ago

You probably try to run compile.bat from another directory. You should enter the Minkowski directory first cd Minkowski then run compile.bat compile.bat

Exactly what was missing, now it works. Thanks a lot ))