SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] BioTensor Dynamic Lib Error


Chronological Thread 
  • From: Yun Jiang <yun.jiang@gmail.com>
  • To: Michael Callahan <callahan@sci.utah.edu>
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] BioTensor Dynamic Lib Error
  • Date: Fri, 4 Mar 2005 14:39:53 -0600
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=C8DdE01PQuIhS1GET5nP4zipNL+QttvCrpGHO4W8JtwPphldv8Kbk/xIExrmMFnYOHp3WSgcpaAYCMYS+0Mp7IiWqNoG+Xoec8o/5CAL2xCoq5cyscHvOBbxDnFtPIQG0Bpp4qifsuI6tZZb/C5fSxNl3W1Vk7wL2HchWt5ZOd0=

I have tried, but it failed. The version of GCC is 3.2.2.
Do you have any other suggestions? Thanks!

Regards,
Yun


On Fri, 04 Mar 2005 13:10:02 -0700, Michael Callahan
<callahan@sci.utah.edu> wrote:
> I believe that has been fixed locally.  Which version of GCC do you
> have?  Is it 3.4?  If so try opening up
> src/Packages/Teem/Dataflow/Modules/Converters/NrrdToField.h and moving
> the Tensor.h and Vector.h includes up to just below the DynamicLoader.h
> include.  The includes should look like this:
> 
> #include <Dataflow/Network/Module.h>
> 
> #include <Core/Util/TypeDescription.h>
> #include <Core/Util/DynamicLoader.h>
> 
> #include <Core/Geometry/Vector.h>
> #include <Core/Geometry/Tensor.h>
> 
> #include <Core/Datatypes/PointCloudField.h>
> #include <Core/Datatypes/CurveField.h>
> #include <Core/Datatypes/TriSurfField.h>
> #include <Core/Datatypes/QuadSurfField.h>
> 
> #include <Core/Datatypes/TetVolField.h>
> #include <Core/Datatypes/PrismVolField.h>
> #include <Core/Datatypes/HexVolField.h>
> 
> #include <Core/Datatypes/LatVolField.h>
> #include <Core/Datatypes/ImageField.h>
> #include <Core/Datatypes/ScanlineField.h>
> 
> #include <Core/Datatypes/StructHexVolField.h>
> #include <Core/Datatypes/StructQuadSurfField.h>
> #include <Core/Datatypes/StructCurveField.h>
> 
> #include <Core/Containers/StringUtil.h>
> 
> #include <Core/Datatypes/NrrdData.h>
> 
> #include <teem/ten.h>
> 
> #include <iostream>
> 
> Let me know if that fixes this problem for you.
> 
>   Michael
> 
> 
> On Wed, 2005-03-02 at 12:36 -0600, Yun Jiang wrote:
> > Hello,
> > I just installed the SCIRun 1.24.0 from source. I was trying using the
> > BioTensor following the 'BioTensor Tutorial'. After I loaded the
> > 'brain-dt' data and executed, I got error message as following:
> >
> > REMARK: Dynamically compiling some code.
> > DYNAMIC LIB ERROR:
> > /home/yun/SCIRun/on-the-fly-libs/Linux/NrrdToFieldFieldAlgoScalar.ImageMesh.float.so
> > no maker function!!
> > /home/yun/SCIRun/build-dir/lib/libCore_Util.so: undefined symbol: maker
> > REMARK: Dynamic compilation completed.
> > ERROR: Could not compile algorithm for
> > 'NrrdToFieldFieldAlgoScalar<ImageField< float >, ImageMesh, float>'.
> > REMARK: Dynamically compiling some code.
> >
> > Do you have any help on this? Appreciated!
> >
> > Yun Jiang
> > ===========================================================================
> > == 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         ;
> > ==
> > ===========================================================================
> 
>
===========================================================================
== 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