[vtkusers] Help with VTK on Mac OS X 10.2.6

roch at rogue-research.com roch at rogue-research.com
Tue Oct 21 11:13:28 EDT 2003


On Monday, October 20, 2003, at 04:29 PM, Deepa Shroff wrote:

>
>
> Hello:
>
> Based on reply received and reading through the
> archives, i modified the CMakeLists.txt file for
> Cone.cxx program.
>
> I am attaching my CMakeLists.txt.
>
> But I still cannot interact with the window.
>
> Can somebody please help me figure this out?
>
> Thanks,
>
> Deepa.
> ========
> CMakeLists.txt
>
> PROJECT (Step1)
>
> INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake)
> IF (USE_VTK_FILE)
>   INCLUDE(${USE_VTK_FILE})
> ENDIF (USE_VTK_FILE)
>
> ADD_EXECUTABLE(Cone Cone.cxx)
> TARGET_LINK_LIBRARIES(Cone vtkRendering)
>
> IF(APPLE)
>   FIND_PROGRAM(VTK_APPLE_RESOURCE Rez
> /Developer/Tools)
>   IF(VTK_APPLE_RESOURCE)
>     ADD_CUSTOM_COMMAND(
>       SOURCE Cone
>       COMMAND ${VTK_APPLE_RESOURCE}
> #      ARGS -t APPL
> /Users/deepa/Project/FINAL/fltk-1.1.3/FL/mac.r -o
> ./Cone
> /System/Library/Frameworks/Carbon.framework/Versions/A/Headers/Carbon.r
>         ARGS Carbon.r -o ./Cone
>       TARGET Cone
>       )
>   ENDIF(VTK_APPLE_RESOURCE)
> ENDIF(APPLE)
>
> -----------
>
>
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: 
> <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-- 
Roch M. Comeau, Ph.D.
Rogue Research Inc.
4398 St-Laurent, Suite 206
Montreal, QC, Canada, H2W 1Z5
Phone:(514)284-3888
Fax: (514)284-6750
roch at rogue-research.com
www.rogue-research.com




More information about the vtkusers mailing list