tix209 / TSOAX

Extraction and tracking of dynamic biopolymer networks.
https://www.lehigh.edu/~div206/tsoax/
GNU Lesser General Public License v3.0
3 stars 3 forks source link

Failed to build TSOAX 'eigen3/Eigen/Dense':No such file or directory #4

Closed RyumaSuper closed 1 year ago

RyumaSuper commented 1 year ago

Hi, Now I'm building TSOAX on Windows then I got an error. I couldn't open include file in util.h. 'eigen3/Eigen/Dense':No such file or directory I already add the eigen3 path in Include path as you mention.

キャプチャ キャプチャ2 キャプチャ3

vavylonis commented 1 year ago

Can you try changing 'eigen3/Eigen/Dense' to the specific path in your system?

RyumaSuper commented 1 year ago

Thanks for the reply. Actually, this error has already been resolved. Probably it was caused by a mistake in the environment variable when building with cmake. If you don't mind, I would be glad to solve #5.