[Insight-developers] RE:Windows Install

Holmes, David R., Ph.D. Holmes.David3@mayo.edu
Mon, 28 Apr 2003 17:44:05 -0500


I have another question now about the windows install.  Because the make install doesn't work, I wrote a simple tcl script to install the directories in the same way as the unix platforms.  That works find.  I appreciated your feedback.

Now I working on my own code and am getting an error:

..\include\InsightToolkit\Utilities\vxl\vcl\vcl_compiler.h(125) : fatal error C1083: Cannot open include file: 'vcl_config_manual.h': No such file or directory

Last time that I saw this was during our sun install where it wasn't running the config scripts out of the vxl directories.  So I went to find the vcl_compiler.h file and it looks like it has been unprocessed and the other .h files are absent.

I think that there are one or two configure scripts that are run by cmake during a unix build.  Is the same true for windows?

Thanks

david

====================================================================
David R Holmes III                            holmes.david3@mayo.edu
Mayo Foundation                                 voice: (507)538-5503
Rochester, MN                                     fax: (507)284-9171
====================================================================

>  -----Original Message-----
>  From: William A. Hoffman [mailto:bill.hoffman@kitware.com]
>  Sent: Saturday, April 26, 2003 11:01 AM
>  To: Holmes, David R., Ph.D.; 'insight-developers@public.kitware.com'
>  Subject: Re: [Insight-developers] RE:Windows Install
>  
>  Install is not currently supported on windows.
>  
>  -Bill
>  
>  
>  At 06:09 PM 4/25/2003 -0500, Holmes, David R., Ph.D. wrote:
>  >Well, I have a question which I am sure is obvious but it's Friday night
>  >and my brain doesn't work.
>  >
>  >I went to setup and compile ITK(cvs version) for WindowsXP using
>  >cmake(1.6.?).  I selected NMake file output.  Everything worked well. I
>  >compiled using the VC6/nmake.  Once again, worked well.  Went to install
>  -
>  >blah.
>  >
>  >"Installing ..."
>  >! was unexpected at this time.
>  >NMAKE : fatal error U1077: 'if' : return code '0x1'
>  >Stop.
>  >
>  >So I looked into the Makefile and found:
>  >
>  >INSTALL = S:/ITK-1.2/SRC/CMake/Templates/install-sh -c
>  >INSTALL_PROGRAM = $(INSTALL)
>  >INSTALL_DATA =    $(INSTALL) -m 644
>  >install: $(SUBDIR_INSTALL)
>  >         @echo "Installing ..."
>  >         @if [ ! -d
>  > "$(DESTDIR)S:/ITK-1.2/PC_NT/include/InsightToolkit/Common" ] ; then \
>  >            echo "Making directory
>  > \"$(DESTDIR)S:/ITK-1.2/PC_NT/include/InsightToolkit/Common\" "; \
>  >            mkdir -p
>  > "$(DESTDIR)S:/ITK-1.2/PC_NT/include/InsightToolkit/Common"; \
>  >            chmod 755
>  > "$(DESTDIR)S:/ITK-1.2/PC_NT/include/InsightToolkit/Common"; \
>  >
>  >And so on.  So I look at this and think that the "!" and "-d" are not
>  >supported.  I fooled around with it and it seems so.  If so, what are my
>  >options for installing with VC6?
>  >
>  >Thanks
>  >david
>  >
>  >====================================================================
>  >David R Holmes III                            holmes.david3@mayo.edu
>  >Mayo Foundation                                 voice: (507)538-5503
>  >Rochester, MN                                     fax: (507)284-9171
>  >====================================================================
>  >
>  >_______________________________________________
>  >Insight-developers mailing list
>  >Insight-developers@public.kitware.com
>  >http://public.kitware.com/mailman/listinfo/insight-developers
>