SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] BioTensor Dynamic Lib Error


Chronological Thread 
  • From: Michael Callahan <callahan@sci.utah.edu>
  • To: Yun Jiang <yun.jiang@gmail.com>
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] BioTensor Dynamic Lib Error
  • Date: Fri, 04 Mar 2005 13:10:02 -0700

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