Re: [Plplot-devel] cmake itcl/itk

2007-01-11 Thread Maurice LeBrun
Alan W. Irwin writes: On 2007-01-09 06:27-0600 Maurice LeBrun wrote: I'm trying my first cmake build (ok feel free to rag on me for being such a laggard :), and those two were inexplicably not detected in my usual prefix area that contains all my tcl/tk/itcl/itk builds. Try

Re: [Plplot-devel] cmake itcl/itk

2007-01-11 Thread Alan W. Irwin
On 2007-01-11 03:10-0600 Maurice LeBrun wrote: Alan W. Irwin writes: On 2007-01-09 06:27-0600 Maurice LeBrun wrote: I'm trying my first cmake build (ok feel free to rag on me for being such a laggard :), and those two were inexplicably not detected in my usual prefix area that

Re: [Plplot-devel] cmake itcl/itk

2007-01-11 Thread Werner Smekal
Hi, The colon ... The way you do that is inside cmake/modules/plplot.cmake try message(original CMAKE_INCLUDE_PATH = ${CMAKE_INCLUDE_PATH}) if(CMAKE_INCLUDE_PATH) set(CMAKE_INCLUDE_PATH ${CMAKE_INSTALL_PREFIX}:${CMAKE_INCLUDE_PATH}) ^

[Plplot-devel] cmake itcl/itk

2007-01-09 Thread Maurice LeBrun
A ghostly figure emerges from the mist.. Has anyone gotten the cmake build to auto-detect itcl itk? I'm trying my first cmake build (ok feel free to rag on me for being such a laggard :), and those two were inexplicably not detected in my usual prefix area that contains all my tcl/tk/itcl/itk

Re: [Plplot-devel] cmake itcl/itk

2007-01-09 Thread Arjen Markus
Maurice LeBrun wrote: A ghostly figure emerges from the mist.. Has anyone gotten the cmake build to auto-detect itcl itk? I'm trying my first cmake build (ok feel free to rag on me for being such a laggard :), and those two were inexplicably not detected in my usual prefix area that contains

Re: [Plplot-devel] cmake itcl/itk

2007-01-09 Thread Alan W. Irwin
On 2007-01-09 06:27-0600 Maurice LeBrun wrote: A ghostly figure emerges from the mist.. Has anyone gotten the cmake build to auto-detect itcl itk? Yes, itcl and itk were detected for my two systems without problems. I didn't have to do anything special because I am using system versions