Changeset 4212
- Timestamp:
- Mar 10, 2014, 10:46:24 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r4209 r4212 195 195 VTK_TCL_DIR="" 196 196 197 ENABLE_VTK= no197 ENABLE_VTK= 198 198 if test "$with_vtk" != "no" ; then 199 199 if test "$with_vtk" != "yes" ; then … … 221 221 else 222 222 if test "${ENABLE_GUI}" = "yes" ; then 223 AC_MSG_ ERROR([Rappture GUI requires VTK])223 AC_MSG_WARN([VTK missing: Rappture GUI requires VTK for some features]) 224 224 fi 225 225 fi -
trunk/gui/src/Makefile.in
r4211 r4212 41 41 42 42 INCLUDES = -I$(srcdir) \ 43 -I$(includedir) \ 44 -I$(includedir)/vtk-$(VTK_VERSION) 43 -I$(includedir) 45 44 version = @PACKAGE_VERSION@ 46 45 DEFINES = -DPACKAGE_VERSION=\"$(version)\" … … 68 67 69 68 ifeq ($(ENABLE_VTK),yes) 69 INCLUDES += -I$(includedir)/vtk-$(VTK_VERSION) 70 70 OBJS += RpDicomToVtk.o 71 71 VTK_LIB_SPEC += -lvtkIOCore-$(VTK_VERSION) -lvtkIOLegacy-$(VTK_VERSION) -lvtkIOImage-$(VTK_VERSION) -lvtkCommonCore-$(VTK_VERSION)
Note: See TracChangeset
for help on using the changeset viewer.