[Insight-users] Building error ITK for Borland
Luis Ibanez
luis.ibanez@kitware.com
Tue, 24 Dec 2002 12:35:38 -0500
Hi Michael,
Thanks for pointing this out.
The wsock32.lib shouldn't be used
in this particular example.
In order to remove it, the CMakeLists.txt
file in
Insight/Applications/MetaImageReadWrite
should be modified.
More precisely, the lines :
6,11d5
< IF(WIN32)
< LINK_LIBRARIES(
< wsock32
< )
< ENDIF(WIN32)
<
must be removed.
This has already been fixed in the repository.
You may try removing the lines by yourself,
or simply updating your cvs checkout.
Please let us know if you find further problems,
Thanks
Luis
-----------------------------------------
Michael Fenchel wrote:
> Luis,
>
> I think it's the BUILD_TESTING flag. Without everything the build works. Now
> I'm trying to include the BUILD_EXAMPLES, BUILD_APPLICATIONS and USE_VTK.
>
> However, now the build stops with the error that the WSOCK32.LIB cannot be
> opened (When building the ..\Applications\MetaImageReadWrite). FLTK is
> disabled. Do I need WSOCK32.LIB for the applications? Where can I specify
> the path to the WSOCK32.LIB?
>
> Thanks
> Michael
>
>
>
>
>