<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<BLOCKQUOTE class=cite cite type="cite"><FONT face=arial size=2>&nbsp;I've 
  managed to resolve vtkDataArray.cxx compiler errors. The next error I am 
  getting is in Critical Section files:</FONT><BR>&nbsp;<BR><FONT face=arial 
  size=2>Error 403: 
  "/branch/home/held/vtk_40/VTK/Common/vtkCriticalSection.cxx", 
  line<BR>&nbsp;&nbsp;&nbsp; 79 # Undeclared variable 
  'pthread_mutexattr_default'. Perhaps<BR>&nbsp;&nbsp;&nbsp; 
  'pthread_mutexattr_destroy' as in "int pthread_mutexattr_destroy(int 
  *)"<BR>&nbsp;&nbsp;&nbsp; ["/usr/include/sys/pthread.h", line 581] was 
  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  pthread_mutex_init(&amp;(this-&gt;CritSec), pthread_mutexattr_default);<BR>in 
  cmake -i I turned use of hp threads on. Is this correct, should I change any 
  other settings? When hp-threads were off the compiler would say, it cannot 
  find &lt;thread.h&gt; file, this file is also present in system -- do I need 
  to do something to include it?</FONT><BR>&nbsp;<BR><FONT face=arial 
  size=2>Thank you,<BR></FONT>Liya Chernyakova<BR>Simulation Technology &amp; 
  Applied Research, Inc.<BR>11520 N. Port Washington Rd.<BR>Suite 101 
  B<BR>Mequon, WI&nbsp; 53092<BR>Phone: (262) 240-0291 ext.104<BR>FAX: (262) 
  240-0294<BR>e-mail: <A 
  href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
  <A href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
  <BLOCKQUOTE class=cite cite type="cite">----- Original Message ----- 
    <BR><B>From:</B> <A href="mailto:billlist@nycap.rr.com">William A. 
    Hoffman</A> <BR><B>To:</B> <A 
    href="mailto:liya.chernyakova@staarinc.com">Liya Chernyakova</A> 
    <BR><B>Sent:</B> Friday, February 22, 2002 2:25 PM<BR><B>Subject:</B> Re: 
    [vtkusers] building vtk.4.0 on HP<BR><BR>Well, I guess VTK will not compile 
    with that compiler.<BR>You might want to try and see if there are any 
    options to the compiler<BR>that change the way it instantiates templates, 
    and try all of them one<BR>at a time.&nbsp; You might get lucky.&nbsp;&nbsp; 
    I will take this up with the developers<BR>list, but it may be a while 
    before it gets fixed.<BR><BR>-Bill<BR><BR><BR>At 02:33 PM 2/22/2002 -0600, 
    you wrote:<BR>
    <BLOCKQUOTE class=cite cite type="cite"><FONT face=arial size=2>This file 
      compiled with no problem. testhp.o file was created.</FONT><BR>Liya 
      Chernyakova<BR>Simulation Technology &amp; Applied Research, Inc.<BR>11520 
      N. Port Washington Rd.<BR>Suite 101 B<BR>Mequon, WI&nbsp; 53092<BR>Phone: 
      (262) 240-0291 ext.104<BR>FAX: (262) 240-0294<BR>e-mail: <A 
      href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
      <A href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
      <BLOCKQUOTE class=cite cite type="cite">----- Original Message ----- 
        <BR><B>From:</B> <A href="mailto:billlist@nycap.rr.com">William A. 
        Hoffman</A> <BR><B>To:</B> <A 
        href="mailto:liya.chernyakova@staarinc.com">Liya Chernyakova</A> 
        <BR><B>Sent:</B> Friday, February 22, 2002 2:11 PM<BR><B>Subject:</B> 
        Re: [vtkusers] building vtk.4.0 on HP<BR><BR>Can you try the attached 
        file and see if it works?<BR><BR><BR>At 02:08 PM 2/22/2002 -0600, you 
        wrote:<BR>
        <BLOCKQUOTE class=cite cite type="cite"><FONT face=arial size=2>This 
          is the command output.</FONT><BR><FONT face=arial size=2>aCC 
          --version</FONT><BR><FONT face=arial size=2>&nbsp;HP ANSI C++ B3910B 
          A.03.33</FONT><BR><FONT face=arial size=2>hawkeye 25: uname 
          -a<BR>HP-UX hawkeye B.11.00 U 9000/785 2007657043 unlimited-user 
          license</FONT><BR><FONT face=arial size=2>The tesfile does not 
          compile. The errors look similar:</FONT><BR>&nbsp;<BR><FONT face=arial 
          size=2><BR>hawkeye 26: aCC -c testhp.cxx<BR>Error 403: "testhp.cxx", 
          line 21 # Undeclared variable 'CopyTuples'. 
          Perhaps<BR>&nbsp;&nbsp;&nbsp; 'CopyTuples' as in "void CopyTuples(#1 
          *,#2 *,int,int *)" ["testhp.cxx",<BR>&nbsp;&nbsp;&nbsp; line 2] was 
          intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CopyTuples(input, (VTK_TT 
          *)v, GetNumberOfComponents(), 
          ptIds);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^^^^^^^^^^<BR>Error 556: 
          "testhp.cxx", line 28 # Unable to generate specialization 
          "void<BR>&nbsp;&nbsp;&nbsp; CopyTuples1&lt;float&gt;(float 
          *,vtkDataArray *,int *)" due to errors during<BR>&nbsp;&nbsp;&nbsp; 
          generation.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CopyTuples1((float*)0, 
          (vtkDataArray*)0, (int*) v);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<BR>Error 556: 
          "testhp.cxx", line 28 # Unable to generate specialization 
          "void<BR>&nbsp;&nbsp;&nbsp; CopyTuples1&lt;float&gt;(float 
          *,vtkDataArray *,int *)" due to errors during<BR>&nbsp;&nbsp;&nbsp; 
          generation.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CopyTuples1((float*)0, 
          (vtkDataArray*)0, (int*) v);</FONT><BR>&nbsp;<BR>&nbsp;<BR>Liya 
          Chernyakova<BR>Simulation Technology &amp; Applied Research, 
          Inc.<BR>11520 N. Port Washington Rd.<BR>Suite 101 B<BR>Mequon, 
          WI&nbsp; 53092<BR>Phone: (262) 240-0291 ext.104<BR>FAX: (262) 
          240-0294<BR>e-mail: <A 
          href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
          <A href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
          <BLOCKQUOTE class=cite cite type="cite">----- Original Message ----- 
            <BR><B>From:</B> <A href="mailto:billlist@nycap.rr.com">William A. 
            Hoffman</A> <BR><B>To:</B> <A 
            href="mailto:liya.chernyakova@staarinc.com">Liya Chernyakova</A> 
            <BR><B>Sent:</B> Friday, February 22, 2002 1:41 
            PM<BR><B>Subject:</B> Re: [vtkusers] building vtk.4.0 on 
            HP<BR><BR>Here is what we have:<BR><BR>bash-2.04$ aCC 
            --version<BR>aCC: HP ANSI C++ B3910B A.01.21<BR>bash-2.04$ uname 
            -a<BR>HP-UX destiny B.10.20 A 9000/785 2001165567 two-user 
            license<BR><BR>What do you get with those commands?<BR><BR>It would 
            seem that the compiler you have does not like the templates we 
            are<BR>using in VTK.<BR><BR><BR>I am attaching a small test file, 
            could you try and compile it.<BR>aCC -c 
            testhp.cxx<BR><BR><BR>-Bill<BR><BR><BR>At 01:41 PM 2/22/2002 -0600, 
            you wrote:<BR>
            <BLOCKQUOTE class=cite cite type="cite"><FONT face=arial size=2>It 
              also looks like I am using Hp aC++ A.03.27 release with RogueWave 
              Standard C++ Library 2.2.1</FONT><BR>&nbsp;<BR>Liya 
              Chernyakova<BR>Simulation Technology &amp; Applied Research, 
              Inc.<BR>11520 N. Port Washington Rd.<BR>Suite 101 B<BR>Mequon, 
              WI&nbsp; 53092<BR>Phone: (262) 240-0291 ext.104<BR>FAX: (262) 
              240-0294<BR>e-mail: <A 
              href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
              <A href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
              <BLOCKQUOTE class=cite cite type="cite">----- Original Message 
                ----- <BR><B>From:</B> <A 
                href="mailto:billlist@nycap.rr.com">William A. Hoffman</A> 
                <BR><B>To:</B> <A 
                href="mailto:liya.chernyakova@staarinc.com">Liya Chernyakova</A> 
                <BR><B>Sent:</B> Friday, February 22, 2002 12:40 
                PM<BR><B>Subject:</B> Re: [vtkusers] building vtk.4.0 on 
                HP<BR><BR>What version of HPUX / aCC are you 
                using?<BR><BR>-Bill<BR><BR>At 12:48 PM 2/22/2002 -0600, you 
                wrote:<BR>
                <BLOCKQUOTE class=cite cite type="cite"><FONT face=arial 
                  size=2>You were right! I can run cmake -i and get as far as to 
                  start compiling VTK/Common. But here I get a bunch of compiled 
                  errors which is very strange, becouse I am using the release 
                  version.</FONT><BR>&nbsp;<BR><FONT face=arial size=2>below are 
                  the errors. I can try to fix them manually, but I need help 
                  with this. It also looks like the problem is with compiling 
                  the template function(class?) 
                  CopyTuples.</FONT><BR>&nbsp;<BR><FONT face=arial size=2>These 
                  are the errors I am getting:</FONT><BR>&nbsp;<BR><FONT 
                  face=arial size=2>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 556: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  693 # Unable to generate specialization 
                  "void<BR>&nbsp;&nbsp;&nbsp; CopyTuples1&lt;double&gt;(double 
                  *,vtkDataArray *,vtkIdList *)" due to errors during 
                  generation.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro3(CopyTuples1, (VTK_TT 
                  *)this-&gt;GetVoidPointer(0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 556: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  693 # Unable to generate specialization 
                  "void<BR>&nbsp;&nbsp;&nbsp; CopyTuples1&lt;double&gt;(double 
                  *,vtkDataArray *,vtkIdList *)" due to errors during 
                  generation.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro3(CopyTuples1, (VTK_TT 
                  *)this-&gt;GetVoidPointer(0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 403: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Undeclared variable 'CopyTuples'.<BR>&nbsp;&nbsp;&nbsp; 
                  Perhaps 'CopyTuples' as in "void CopyTuples(#1 *,#2 
                  *,int,vtkIdList *)"<BR>&nbsp;&nbsp;&nbsp; 
                  ["/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  655] was 
                  intended.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  ^^^^^^^^^^^^^^^^^<BR>Error 699: 
                  "/branch/home/held/vtk_40/VTK/Common/vtkDataArray.cxx", line 
                  673 # Error limit reached; halting<BR>&nbsp;&nbsp;&nbsp; 
                  compilation.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                  vtkTemplateMacro4(CopyTuples, input, (VTK_TT 
                  *)output-&gt;GetVoidPo<BR></FONT>Liya 
                  Chernyakova<BR>Simulation Technology &amp; Applied Research, 
                  Inc.<BR>11520 N. Port Washington Rd.<BR>Suite 101 B<BR>Mequon, 
                  WI&nbsp; 53092<BR>Phone: (262) 240-0291 ext.104<BR>FAX: (262) 
                  240-0294<BR>e-mail: <A 
                  href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
                  <A 
                  href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
                  <BLOCKQUOTE class=cite cite type="cite">----- Original 
                    Message ----- <BR><B>From:</B> <A 
                    href="mailto:billlist@nycap.rr.com">William A. Hoffman</A> 
                    <BR><B>To:</B> <A 
                    href="mailto:liya.chernyakova@staarinc.com">Liya 
                    Chernyakova</A> <BR><B>Sent:</B> Friday, February 22, 2002 
                    12:00 PM<BR><B>Subject:</B> Re: [vtkusers] building vtk.4.0 
                    on HP<BR><BR>Actually, I think that you may have enough 
                    built to run cmake -i, only<BR>ccmake has failed to 
                    compile.&nbsp; Can you check to see if you have a cmake 
                    <BR>executable?<BR><BR>-Bill<BR><BR><BR>At 11:57 AM 
                    2/22/2002 -0600, you wrote:<BR>
                    <BLOCKQUOTE class=cite cite type="cite"><FONT face=arial 
                      size=2>I managed to cvs the new code and cinfigure it 
                      using previously installed cmake.</FONT><BR><FONT 
                      face=arial size=2>But make gives me 
                      errors:</FONT><BR>&nbsp;<BR><FONT face=arial size=2>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 76: error 1588:<BR>&nbsp;"A_INVIS" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 76: error 1588:<BR>&nbsp;"A_PROTECT" 
                      undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 76: error 1588:<BR>&nbsp;"A_ALTCHARSET" 
                      undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 76: error 1588:<BR>&nbsp;"A_COLOR" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 76: error 1563:<BR>&nbsp;Expression in if must be 
                      scalar.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 86: error 1588:<BR>&nbsp;"A_INVIS" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 86: error 1588:<BR>&nbsp;"A_PROTECT" 
                      undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 86: error 1588:<BR>&nbsp;"A_ALTCHARSET" 
                      undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 86: error 1588:<BR>&nbsp;"A_COLOR" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 99: error 1588:<BR>&nbsp;"A_INVIS" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 99: error 1588:<BR>&nbsp;"A_PROTECT" 
                      undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 99: error 1588:<BR>&nbsp;"A_ALTCHARSET" 
                      undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 99: error 1588:<BR>&nbsp;"A_COLOR" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 99: error 1563:<BR>&nbsp;Expression in if must be 
                      scalar.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 109: error 1588<BR>: "A_INVIS" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 109: error 1588<BR>: "A_PROTECT" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 109: error 1588<BR>: "A_ALTCHARSET" undefined.<BR>cc: 
                      "/branch/home/held/CMake/Source/CursesDialog/form/fld_attr.c", 
                      line 109: error 1588<BR>: "A_COLOR" undefined.<BR>Is there 
                      any way I can correct it?</FONT><BR><FONT face=arial 
                      size=2>Thank you,<BR></FONT>Liya Chernyakova<BR>Simulation 
                      Technology &amp; Applied Research, Inc.<BR>11520 N. Port 
                      Washington Rd.<BR>Suite 101 B<BR>Mequon, WI&nbsp; 
                      53092<BR>Phone: (262) 240-0291 ext.104<BR>FAX: (262) 
                      240-0294<BR>e-mail: <A 
                      href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
                      <A 
                      href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
                      <BLOCKQUOTE class=cite cite type="cite">----- Original 
                        Message ----- <BR><B>From:</B> <A 
                        href="mailto:billlist@nycap.rr.com">William A. 
                        Hoffman</A> <BR><B>To:</B> <A 
                        href="mailto:liya.chernyakova@staarinc.com">Liya 
                        Chernyakova</A> <BR><B>Sent:</B> Friday, February 22, 
                        2002 10:51 AM<BR><B>Subject:</B> Re: [vtkusers] building 
                        vtk.4.0 on HP<BR><BR>Did you get my email about cvs 
                        login?<BR><BR><BR>At 10:59 AM 2/22/2002 -0600, you 
                        wrote:<BR>
                        <BLOCKQUOTE class=cite cite type="cite"><FONT 
                          face=arial size=2>Thank you for finding the 
                          problem.<BR>Unfortunately the cvs does not let me 
                          through and I need java wprapping (my objective is to 
                          run my java code on the HP). Is there any manual fix I 
                          can make to make it work? Or is there any way to get 
                          the Cmake code other then through the cvs?<BR>Thank 
                          you,<BR></FONT>Liya Chernyakova<BR>Simulation 
                          Technology &amp; Applied Research, Inc.<BR>11520 N. 
                          Port Washington Rd.<BR>Suite 101 B<BR>Mequon, WI&nbsp; 
                          53092<BR>Phone: (262) 240-0291 ext.104<BR>FAX: (262) 
                          240-0294<BR>e-mail: <A 
                          href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
                          <A 
                          href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
                          <BLOCKQUOTE class=cite cite type="cite">----- 
                            Original Message ----- <BR><B>From:</B> <A 
                            href="mailto:billlist@nycap.rr.com">William A. 
                            Hoffman</A> <BR><B>To:</B> <A 
                            href="mailto:liya.chernyakova@staarinc.com">Liya 
                            Chernyakova</A> <BR><B>Sent:</B> Thursday, February 
                            21, 2002 4:29 PM<BR><B>Subject:</B> Re: [vtkusers] 
                            building vtk.4.0 on HP<BR><BR>I found the 
                            problem.&nbsp;&nbsp; It is a bug in cmake on the 
                            HP.<BR>Did you build cmake or download the 
                            binary?<BR>I have checked in the fix to the cmake 
                            cvs repository.<BR>So, you could either build cmake 
                            from source, or turn java wrapping 
                            off.<BR><BR>-Bill<BR><BR><BR>At 03:13 PM 2/21/2002 
                            -0600, you wrote:<BR>
                            <BLOCKQUOTE class=cite cite type="cite"><FONT 
                              face=arial size=2>Yes, I tryed to edit Makefile, I 
                              am sending you the rebuilt version</FONT><BR>Liya 
                              Chernyakova<BR>Simulation Technology &amp; Applied 
                              Research, Inc.<BR>11520 N. Port Washington 
                              Rd.<BR>Suite 101 B<BR>Mequon, WI&nbsp; 
                              53092<BR>Phone: (262) 240-0291 ext.104<BR>FAX: 
                              (262) 240-0294<BR>e-mail: <A 
                              href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
                              <A 
                              href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
                              <BLOCKQUOTE class=cite cite type="cite">----- 
                                Original Message ----- <BR><B>From:</B> <A 
                                href="mailto:billlist@nycap.rr.com">William A. 
                                Hoffman</A> <BR><B>To:</B> <A 
                                href="mailto:liya.chernyakova@staarinc.com">Liya 
                                Chernyakova</A> <BR><B>Sent:</B> Thursday, 
                                February 21, 2002 2:51 PM<BR><B>Subject:</B> Re: 
                                [vtkusers] building vtk.4.0 on HP<BR><BR>Did you 
                                edit the Makefile?<BR>If so, can you go to 
                                vtk_40/VTK, and run "make rebuild_cache"<BR>Then 
                                send me the Makefile that was generated. 
                                <BR><BR>At 02:54 PM 2/21/2002 -0600, you 
                                wrote:<BR>
                                <BLOCKQUOTE class=cite cite type="cite"><FONT 
                                face=arial size=2>In attachement are the 
                                Makefile and CMakeCache.txt file in vtk_40/VTK 
                                (there is no CMakeCache.txt&nbsp; in 
                                vtk_40).</FONT><BR><FONT face=arial size=2>Thank 
                                you,</FONT><BR>Liya Chernyakova<BR>Simulation 
                                Technology &amp; Applied Research, Inc.<BR>11520 
                                N. Port Washington Rd.<BR>Suite 101 B<BR>Mequon, 
                                WI&nbsp; 53092<BR>Phone: (262) 240-0291 
                                ext.104<BR>FAX: (262) 240-0294<BR>e-mail: <A 
                                href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
                                <A 
                                href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
                                <BLOCKQUOTE class=cite cite type="cite">----- 
                                Original Message ----- <BR><B>From:</B> <A 
                                href="mailto:billlist@nycap.rr.com">William A. 
                                Hoffman</A> <BR><B>To:</B> <A 
                                href="mailto:liya.chernyakova@staarinc.com">Liya 
                                Chernyakova</A> <BR><B>Sent:</B> Thursday, 
                                February 21, 2002 2:21 PM<BR><B>Subject:</B> Re: 
                                [vtkusers] building vtk.4.0 on HP<BR><BR>Can you 
                                send me the Makefile in vtk_40/VTK/Common 
                                and<BR>the CMakeCache.txt file in 
                                vtk_40?<BR><BR>-Bill<BR><BR><BR>At 01:14 PM 
                                2/21/2002 -0600, you wrote:<BR>
                                <BLOCKQUOTE class=cite cite type="cite"><FONT 
                                face=arial size=2>Thank you for the suggestion 
                                now I can at least past the cmake step without 
                                errors.</FONT><BR><FONT face=arial 
                                size=2>Unfortunately there are some more 
                                configuration questions.</FONT><BR><FONT 
                                face=arial size=2>Now make gives me the 
                                following error:</FONT><BR>&nbsp;<BR><FONT 
                                face=arial size=2>Building default_target in 
                                directory 
                                /branch/home/held/vtk_40/VTK/Common<BR>Make: 
                                Must be a separator on rules line 374.&nbsp; 
                                Stop.</FONT><BR>&nbsp;<BR><FONT face=arial 
                                size=2>I am not sure what setting might cause 
                                this problem. Can you give an 
                                idea?</FONT><BR><FONT face=arial size=2>Also is 
                                there any online/offline source/book that would 
                                explain the meaning </FONT><BR><FONT face=arial 
                                size=2>of the configuration variables and/or 
                                give the example of how to set them 
                                correct.</FONT><BR><FONT face=arial size=2>Thank 
                                you,<BR></FONT>Liya Chernyakova<BR>Simulation 
                                Technology &amp; Applied Research, Inc.<BR>11520 
                                N. Port Washington Rd.<BR>Suite 101 B<BR>Mequon, 
                                WI&nbsp; 53092<BR>Phone: (262) 240-0291 
                                ext.104<BR>FAX: (262) 240-0294<BR>e-mail: <A 
                                href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
                                <A 
                                href="http://www.staarinc.com">http://www.staarinc.com</A><BR>
                                <BLOCKQUOTE class=cite cite type="cite">----- 
                                Original Message ----- <BR><B>From:</B> <A 
                                href="mailto:billlist@nycap.rr.com">William A. 
                                Hoffman</A> <BR><B>To:</B> <A 
                                href="mailto:liya.chernyakova@staarinc.com">Liya 
                                Chernyakova</A> ; <A 
                                href="mailto:vtkusers@public.kitware.com">vtkusers@public.kitware.com</A> 
                                <BR><B>Sent:</B> Thursday, February 21, 2002 
                                12:06 PM<BR><B>Subject:</B> Re: [vtkusers] 
                                building vtk.4.0 on HP<BR><BR>It looks like you 
                                specified /opt/netscape as the DART_ROOT entry 
                                during<BR>the cmake -i step.&nbsp;&nbsp; If you 
                                do not have Dart, then leave the entry 
                                blank.<BR><BR>-Bill<BR><BR><BR>At 11:56 AM 
                                2/21/2002 -0600, Liya Chernyakova wrote:<BR>
                                <BLOCKQUOTE class=cite cite type="cite"><FONT 
                                face=arial size=2>I am very new with this. I am 
                                building vtk4.0 using cmake -i followed by 
                                make.</FONT><BR><FONT face=arial size=2>Make 
                                gives me following 
                                error:</FONT><BR>&nbsp;<BR><FONT face=arial 
                                size=2>Make: Don't know how to make 
                                /opt/netscape/Source/Client/Utility.conf.in.&nbsp; 
                                </FONT><BR>&nbsp;<BR><FONT face=arial 
                                size=2>Cmake gives me bunch of errors connected 
                                with the same file 
                                too:</FONT><BR>&nbsp;<BR><FONT face=arial 
                                size=2>CMake Error: Could not open file for read 
                                in copy operatation 
                                /opt/netscape/Source/Client/Utility.conf.in</FONT><BR>&nbsp;<BR><FONT 
                                face=arial size=2>Can you give me suggestion of 
                                what is not defined or is defined wrong in this 
                                picture?<BR>Liya Chernyakova<BR>Simulation 
                                Technology &amp; Applied Research, Inc.<BR>11520 
                                N. Port Washington Rd.<BR>Suite 101 B<BR>Mequon, 
                                WI&nbsp; 53092<BR>Phone: (262) 240-0291 
                                ext.104<BR>FAX: (262) 240-0294<BR>e-mail: <A 
                                href="mailto:liya.chernyakova@staarinc.com">liya.chernyakova@staarinc.com</A><BR>web: 
                                <A 
                                href="http://www.staarinc.com">http://www.staarinc.com</A></FONT></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>