[Insight-developers] compliering error

Yinpeng Jin yj76@columbia.edu
Wed, 28 Feb 2001 17:40:57 -0500


This is what I did:
I found that itkcommon is depending on vxl_numerics, and vxl_numerics also
depends on itkcommon.
so I tried to remove the dependency of itkcommon on vxl_numerics, and
complier itkCommon
now I got some itkCommon.lib, and then I can complier all other libs.
I hope it works fine, I need to test.


----- Original Message -----
From: "Lydia Ng" <lng@insightful.com>
To: "Yinpeng Jin" <yj76@columbia.edu>;
<insight-developers@public.kitware.com>
Sent: Wednesday, February 28, 2001 5:34 PM
Subject: Re: [Insight-developers] compliering error


> I am having the same problem.
> I have also done a clean build of CMake.
>
> Lydia
>
> ----- Original Message -----
> From: Yinpeng Jin
> To: insight-developers@public.kitware.com
> Sent: Wednesday, February 28, 2001 1:54 PM
> Subject: Re: [Insight-developers] compliering error
>
>
> I did, but it still happened.
> ----- Original Message -----
> From: Bill Hoffman
> To: Yinpeng Jin
> Cc: insight-Developers
> Sent: Wednesday, February 28, 2001 4:32 PM
> Subject: Re: [Insight-developers] compliering error
>
>
> It is working for me here.
>
> There have been some cmake changes recently.
> Did you rebuild CMake itself and run the CMakeSetup program again?
>
> -Bill
>
> At 04:07 PM 2/28/2001 -0500, you wrote:
>
> It looks that ITK.dsw generated by CMake was changed, I got the below
> message after a update:
> Is it relating to my MSVC++ setting or it is something due to CMake? It
only
> happened today, used to be fine all the time.
>
>
> --------------------Configuration: VXLNumerics - Win32
> Debug--------------------
> Compiling...
>
> ......
>
> \insightnew\InsightBuild\Code\Common\Debug\ITKCommon.lib
> LINK : fatal error LNK1181: cannot open input file
> "\insightnew\InsightBuild\Code\Common\Debug\ITKCommon.lib"
> Error executing link.exe.
>
> VXLNumerics.lib - 1 error(s), 358 warning(s)
> --------------------Configuration: ITKCommon - Win32
> Debug--------------------
> Compiling...
>
> ......
>
> \insightnew\InsightBuild\Code\Numerics\vxl\Debug\VXLNumerics.lib
> LINK : fatal error LNK1181: cannot open input file
> "\insightnew\InsightBuild\Code\Numerics\vxl\Debug\VXLNumerics.lib"
> Error executing link.exe.
>
> ITKCommon.lib - 1 error(s), 1 warning(s)
> --------------------Configuration: ITKBasicFilters - Win32
> Debug--------------------
> Compiling...
> itkWriter.cxx
> Creating library...
> Microsoft (R) Library Manager Version 6.00.8447
> Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
> LINK : fatal error LNK1181: cannot open input file
> "\insightnew\InsightBuild\Code\Common\Debug\ITKCommon.lib"
> Error executing link.exe.
>
> ITKBasicFilters.lib - 1 error(s), 0 warning(s)
>
>