[Insight-users] Applications: installation troubles
Luis Ibanez
luis.ibanez at kitware.com
Sun Nov 21 13:22:08 EST 2004
Hi Hui,
Thanks a lot for submitting this fix.
Following your instructions, we just committed
the modification into the CVS repository.
http://www.itk.org/cgi-bin/viewcvs.cgi/SegmentationEditorFltkGui/EditorFltkGui/vtkFlImageViewer.cxx?root=InsightApplications&sortby=date&r2=1.4&r1=1.3
Please let us know if you find any other problem.
Thanks
Luis
-------------------
hui zhang wrote:
> Hi, there
>
> I found the solution to this OSX specific problem. the offending code
> is in the file:
> "vtkFlImageViewer.cxx" in the directory
> "InsightApplications/SegmentationEditorFltkGui/EditorFltkGui"
> line 89-91
> #if !defined(WIN32)
> SetDisplayId( fl_display );
> #endif
>
> I got the cue to the solution from this file:
> "vtkFlRenderWindowInteractor.cxx" in the directory
> "InsightApplications/Auxiliary/VtkFltk"
>
> it is the only other file in the InsightApplications that explicitly use
> "fl_display". and the reason it is compiled properly is because of its
> different macro construction:
> line 243-245
> #if !defined(WIN32) && !defined(__APPLE__)
> RenderWindow->SetDisplayId( fl_display );
> #endif
>
> once you apply the same macro construction to the offending code, the
> linking should proceed successfully.
>
> gary
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list