SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] Installation problem with Thirdparty/1.24.1


Chronological Thread 
  • From: ArDean Leith <leith@wadsworth.org>
  • To: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] Installation problem with Thirdparty/1.24.1
  • Date: Thu, 1 Sep 2005 10:37:11 -0400



Encountered the following three minor problems with istallation on SGI of the
"Thirdparty" packages which are available with SCIRun.

When installing the Thirdparty/1.24.1   packages.

------------------------------------------
% python install /usr/local/Thirdparty 64 1

Failed with following error:

Cannot access /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/
             lib/iwidgets3.1.0/demos/images/box.xbm: No such file or directory
Installing images/clear.gif
.
.
Installing images/text.xbm
Cannot access /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/
               lib/iwidgets3.1.0/demos/images/text.xbm: No such file or 
directory
gmake[1]: *** [install-demos] Error 1
gmake[1]: Leaving directory 
`/usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/
                             src/itcl3.1.0/iwidgets3.0.0/unix'

The actual location of the missing files was: 
   /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/
       lib/iwidgets3.1.0/demos/images/images/text.xbm

As a workaround I was forced to copy some files:

cp 
/usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/lib/iwidgets3.1.0/demos/images/images/*
 \
   
/usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/lib/iwidgets3.1.0/demos/images/

--------------------------------------

Likewise later in the build process there was a similar error and
it was necessary to copy another set of files:

cp 
/usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/lib/iwidgets3.1.0/demos/html/html/*
  \
   
/usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/lib/iwidgets3.1.0/demos/html/

--------------------------------------

During build of BLT support the install failed with a complaint about 
duplicated -m
in libtool command options (sorry I no longer have exact error message)

I was forced to edit following file:
   ....Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/src/blt2.4y/src/Makefile
.
.
install-headers:
        @for i in $(headers) ; do \
            echo "installing $$i..." ; \
            $(INSTALL_DATA) -m 0444 $$i $(INSTALL_ROOT)$(incdir) ; \
        done

and remove the: "-m 0444" after $(INSTALL_DATA) to give

             $(INSTALL_DATA) $$i $(INSTALL_ROOT)$(incdir) ; \


This complaint may be specific to the SGI libtool??

--------------------------------------

Regards,
Dean Leith


===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page