No subject


Wed Oct 7 22:37:18 EDT 2009


configuring and building the application independently
in both machine (A) and machine (B).   Is that correct ?

If so, then the fact that one machine connects as a
client to the other is irrelevant for the purpose of this
discussion...

It will be very helpful if you describe in more detail
what you are doing.

and...
please also include a full description of the
platform in which you are having problems.



Just FYI:
Cmake (the package) is comprised of a set of executables.
They include:

  - cmake
  - ccmake
  - cmake-gui
  - ctest
  - cpack

CPack takes care of preparing Windows installers or
Linux packages for an application. (as long as you have
configured it properly for installation).

CMake (the application) is focused on configuring the
project files (or makefile) that will be used to drive your
compiler and linker.

So, CMake (the application) and CPack are two different
things, but they come in the same package:
"the CMake package."


      Thanks


            Luis


---------------------------------------------------------------------------=
------
On Tue, Dec 8, 2009 at 7:28 AM, Anand Neema <neema.anand at hotmail.com> wrote=
:
> Hello Luis,
> Thanks for the reply.
> We configure the ITK Application separately on both the machines (A) & (B=
).
> But it runs on machine (A) and not on machine (B).
> I also want to know that,
> Is cpack & cmake are different things or the same?
> Because we configured with cmake not with cpack..
> Thanks & Regds
> Anand Neema
>
>> Date: Mon, 7 Dec 2009 07:40:02 -0500
>> Subject: Re: [Insight-users] Problem in DeformableRegistration3DTimeSeri=
es
>> From: luis.ibanez at kitware.com
>> To: neema.anand at hotmail.com
>> CC: Insight-users at itk.org
>>
>> Hi Anand,
>>
>> Thanks for the additional information.
>>
>> If you are building an ITK application in machine (A), and then trying
>> to run it in machine (B), then you MUST configure the application for
>> being packaged in machine (A), using cpack, which is one of the
>> CMake component, and then you should INSTALL the application in
>> machine (B).
>>
>>
>> Actually, the same will apply to ANY application, not only ITK-based
>> applications....
>>
>>
>> The installation process will make sure that you carry along the
>> shared libraries that are consistent with the application at the time
>> that it was built.
>>
>> Please let us know if you have questions about how to use cpack.
>>
>>
>> Thanks,
>>
>>
>> Luis
>>
>>
>>
>> ------------------------------------------------------------------------=
-------------------------------
>> On Mon, Dec 7, 2009 at 12:45 AM, Anand Neema <neema.anand at hotmail.com>
>> wrote:
>> > Luis,
>> > Thanks for the reply.
>> > We have=A0the LAN connection in our lab.
>> > We build the program seperatly on server and the other machines that a=
re
>> > connected to that server.
>> > The toolkit is also installed on both the server and the connected
>> > machines.
>> > You can say that the program is running on one machine and not on
>> > another
>> > machine, both having the same configuration, the only difference is of
>> > operating system, one has Windows Server 2003 and the other is Windows
>> > XP
>> > SP2.
>> >
>> > Thanks
>> > Anand Neema
>> >
>> >> Date: Wed, 2 Dec 2009 15:43:25 -0500
>> >> Subject: Re: [Insight-users] Problem in
>> >> DeformableRegistration3DTimeSeries
>> >> From: luis.ibanez at kitware.com
>> >> To: neema.anand at hotmail.com
>> >> CC: insight-users at itk.org
>> >>
>> >> Hi Anand,
>> >>
>> >>
>> >> Apparently the error message:
>> >>
>> >> > CXX0030: Error: expression cannot be evaluated.
>> >>
>> >> is produced by the Visual Studio debugger when a
>> >> program tries to call methods using the pointer of
>> >> an object that has not been allocated yet.
>> >>
>> >> --
>> >>
>> >> Why is this happening to you only in some machines,
>> >> is something that we should track down, and for which
>> >> we need you to provide a lot more information.
>> >>
>> >>
>> >> Starting with:
>> >>
>> >> 1) What is the full description of the system in
>> >> which the application fails:
>> >>
>> >> - Operating system
>> >> - compiler version
>> >>
>> >>
>> >> 2) You say that the program "works on your Sever
>> >> but not on the systems connected to that server"
>> >>
>> >> Please describe in detail what kind of server connection
>> >> you are using.
>> >>
>> >> Are you talking about using VPN connection ?
>> >> using a RemoteDesktop connection ?
>> >>
>> >> or are you simply sharing a drive from
>> >> one machine to another ?
>> >>
>> >>
>> >> 3) Are you building the program in the server and then
>> >> trying to run it in another machine that is connected
>> >> to the server ?
>> >>
>> >> or are you building the application directly on the
>> >> connected machine ?
>> >> (in which case, why should the server matter at all ?)
>> >>
>> >>
>> >>
>> >> Thanks
>> >>
>> >>
>> >> Luis
>> >>
>> >>
>> >>
>> >>
>> >> ---------------------------------------------------------------------=
--------------------------
>> >> On Wed, Dec 2, 2009 at 3:10 AM, Anand Neema <neema.anand at hotmail.com>
>> >> wrote:
>> >> > Hello to all,
>> >> > I am a ITK User.
>> >> > I have one problem in an application.
>> >> > DeformableRegistration3DTimeSeries (Sample Application) provided wi=
th
>> >> > toolkit is working properly, but when the same code from that
>> >> > application I
>> >> > try to build in my application, then it is not working properly.
>> >> > Rather
>> >> > it
>> >> > works on our Server but not on the systems connected to that server=
.
>> >> > Build process is completed successfully, there is no problem in bui=
lt
>> >> > the
>> >> > application. After build, when I run the .exe file and try to load =
a
>> >> > DICOM
>> >> > Series the application terminates.
>> >> > I run the application in debug mode, and it is throwing an exceptio=
n
>> >> > as:
>> >> > CXX0030: Error: expression cannot be evaluated.
>> >> > Any kind of help would be appreciated
>> >> > Thanks & Regds,
>> >> > Anand Neema
>> >> > ________________________________
>> >>
>> >> > _____________________________________
>> >> > Powered by www.kitware.com
>> >> >
>> >> > Visit other Kitware open-source projects at
>> >> > http://www.kitware.com/opensource/opensource.html
>> >> >
>> >> > Kitware offers ITK Training Courses, for more information visit:
>> >> > http://www.kitware.com/products/protraining.html
>> >> >
>> >> > Please keep messages on-topic and check the ITK FAQ at:
>> >> > http://www.itk.org/Wiki/ITK_FAQ
>> >> >
>> >> > Follow this link to subscribe/unsubscribe:
>> >> > http://www.itk.org/mailman/listinfo/insight-users
>> >> >
>> >> >
>> >
>> > ________________________________
>> > Windows 7: Find the right PC for you. Learn more.
>
> ________________________________
> New Windows 7: Find the right PC for you. Learn more.


More information about the Insight-users mailing list