AntoineCC / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

Visual studio error when compiling Mokka #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure BTK to use the Visual studio 2010 project generator
2. Select the option to compile Mokka (BTK_USE_VISSUPPORT, BTK_USE_VTK, 
BUILD_TOOLS)
3. Compile BTK and Mokka in Visual studio 2010

What is the expected output? What do you see instead?
Everything should be fine and Mokka compiles correctly. Instead, the compiler 
sends these errors:
--> error C1083: Cannot open include file: 'vtkgl.h': No such file or 
directory   C:\dev\BTK\Code\VisSupport\VTK\btkVTKChartExtraAcquisition.cpp  45  1   BT
KVTK
--> error LNK1104: cannot open file 
'..\..\bin\Debug\BTKVTK.lib'    C:\DESENVOLVIMENTO\BTK\build\Tools\Mokka\LINK   Mokka

Original issue reported on code.google.com by arnaud.barre on 19 Apr 2013 at 3:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It is impossible to reproduce the problem as explained on the mailing list. The 
problem seems related to the compilation of VTK.

Original comment by arnaud.barre on 25 Apr 2013 at 8:14