SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Problem with Fedora Core 5 or Gcc4


Chronological Thread 
  • From: "J. Davison de St. Germain" <dav@cs.utah.edu>
  • To: gregoire.walckiers@epfl.ch
  • Cc: scirun-users@sci.utah.edu, sebastien.halouze-lamy@epfl.ch
  • Subject: Re: [SCIRUN-USERS] Problem with Fedora Core 5 or Gcc4
  • Date: Fri, 12 May 2006 13:51:37 -0600 (MDT)

> -MD  -c ../src/Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc -o 
> Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.o
> ../src/Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc:81: error: 
> extra qualification 'BioPSE::Tikhonov::' on member 'mat_mult'
> make: *** [Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.o] Error 1
> 
> 
> I use  gcc 4.1.0 on fedora core 5
> 
> could someone help ?

Yes, this is a known (compiler specific) problem and has been fixed on
the SCIRun trunk.  Fortunately, it is easy to fix.

Please edit src/Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc
(line 81) and change:

DenseMatrix *Tikhonov::mat_mult(DenseMatrix *A, DenseMatrix *B); 

to:

DenseMatrix * mat_mult(DenseMatrix *A, DenseMatrix *B); 

Please let me know if you have further problems.

    - Davison

-----------------------------------------------------------------------
- J. Davison de St. Germain         dav@sci.utah.edu   (801) 581-4078 -
- Chief Software Engineer           http://www.cs.utah.edu/~dav       -
- SCI Institute, SE C-SAFE          University of Utah                -
-----------------------------------------------------------------------

===========================================================================
== 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