SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] Failure to Compile


Chronological Thread 
  • From: mjolley@u.washington.edu
  • To: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] Failure to Compile
  • Date: Sun, 2 Oct 2005 12:02:04 -0700 (PDT)

When I attempt to run a simple transform net(attached) it fails to 
compile(fieldreader set to read the low res torso mesh).

I am using RHL WS v4, SCIRUN 1.24.2 installed from the RH RPM.

Would you recommend going back to RH 9 or would installing from source code 
likely fix the problem?

The message states "Failed to Compile"

This is the script that is generated.
Other

   1: // This is an automatically generated file, do not edit!
   2: #include <Core/Datatypes/TetVolField.h>
   3: #include <Dataflow/Modules/Fields/TransformMesh.h>
   4: using namespace SCIRun;
   5:
   6: template <class FIELD>
   7: class TransformMeshInstance134914884 : public TransformMeshAlgoT<FIELD>
   8: {
   9:   virtual void function(Point &result, const Point &p)
  10:   {
  11:     result = Point(.5*p.x(), .5*p.y(), .5*p.z());
  12:   }
  13:
  14:   virtual string identify()
  15:   { return string("result = Point(.5*p.x(), .5*p.y(), .5*p.z());"); }
  16: };
  17:
  18:
  19: extern "C" {
  20: TransformMeshAlgo* maker() {
  21:   return scinew TransformMeshInstance134914884<TetVolField<int> >;
  22: }
  23: }
  24:


Attachment: scale_torso.net
Description: Binary data




Archive powered by MHonArc 2.6.16.

Top of page