GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
768 stars 60 forks source link

LINK error: cannot open file 'vtkRenderingFreeTypeOpenGL.lib' #13

Closed chenweikai closed 7 years ago

chenweikai commented 8 years ago

Hi Tim

I was trying to build Ready. Wx + VTK were compiled fine. However, I received the following error:

LINK : fatal error LNK1104: cannot open file 'vtkRenderingFreeTypeOpenGL.lib'

It seems that the RenderingFreeTypeOpenGL module no longer exists in latest vtk. Any way to remove this error?

By the way, I'm using VTK7.0 + Wx 3.0.2 under Win10 + VS2013.

Thanks!

timhutton commented 8 years ago

Same issue as #12. For now use an older VTK.

chenweikai commented 8 years ago

Noted. Thanks!