[Insight-developers] SmartPointer->RawPointer in
GetInput() GetOutput() changed
aylward@unc.edu
aylward@unc.edu
Tue, 14 May 2002 10:57:18 -0500
At the beginning I also found myself confused by when to
use "*_DIRECTORY" and when to use "*_PATH" - it is something that has
to be memorized. Perhaps the two can be made synonymous by the
parser....
s
----- Original Message -----
From: "Miller, James V (Research)" <millerjv@crd.ge.com>
Date: Tuesday, May 14, 2002 8:17 am
Subject: RE: [Insight-developers] SmartPointer->RawPointer in GetInput
() GetOutput() changed
> General remark:
>
> When working with CMake, I find it confusing as to when CMake is
> looking for
> a directory and when it is looking for a file. For instance, here
> are the CMake
> variables for FLTK.
>
> //Where can the fluid file be found
> FLTK_FLUID_EXE:FILEPATH=C:/projects/fltk-1.0.11/fluid/fluid.exe
>
> //What is the path where the file FL/Fl.h can be found
> FLTK_INCLUDE_PATH:PATH=C:/projects/fltk-1.0.11
>
> //Where can the fltk library be found
> FLTK_LIBRARY:FILEPATH=C:/projects/fltk-1.0.11/lib/fltk.lib
>
> To me the "Where can the ... be found" and "What is the path where
> ... can be
> found" are synonomous. But in one case, the CMake variable wants a
> directory and
> in another case it wants the specific file.
>
>
> -----Original Message-----
> From: Bill Lorensen [mailto:wlorens1@nycap.rr.com]
> Sent: Tuesday, May 14, 2002 7:23 AM
> To: Luis Ibanez
> Cc: Insight-Developers
> Subject: Re: [Insight-developers] SmartPointer->RawPointer in
> GetInput()GetOutput() changed
>
>
> Luis,
> I found the problem with fluid. The cmake variable was pointing to
> the directory, not the executable
> in the directory.
>
> Thanks,
>
> Bill
>
> At 07:26 PM 5/13/02 -0400, Luis Ibanez wrote:
>
> >Hi Bill,
> >
> >The remaining errors on pragmatic.crd are due to a configuration
> >problem with FLTK. For some reason gmake is not being allowed to
> >execute "fluid" in this machine. It is probably a chmod conflict
> >or a userId conflict...
> >
> >The .cxx file that is producing the error is one of the files
> >that should be generated by FLTK fluid from a .fl file.
> >
> >The .fl file in question has already been updated in the repository
> >but since in this machine fluid is not being allowed to execute
> >the .cxx files is not being regenerated and the previous obsolete
> >version is being compiled. (the obsolete version still tries to
> >call GetPointer() on an output).
> >
> >
> >
> >Here is a extract of the error message from pragmatic.crd:
> >
> >
> >gmake[6]: execvp: /projects/quality/itkQuality/fltk-linux/fluid:
> Permission denied
> >
> >
> >
> >
> >
> > Luis
> >
> >
> >
> >
> >========================================
> >Bill Lorensen wrote:
> >>Luis,
> >>I'm still seeing some errors in the continuous. If they are
> related to the pointer change, please
> fix them and hold off on other changes.
> >>Thanks,
> >>Bill
> >
> >
> >_______________________________________________
> >Insight-developers mailing list
> >Insight-developers@public.kitware.com
> >http://public.kitware.com/mailman/listinfo/insight-developers
>
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
>