SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] teem compile instructions


Chronological Thread 
  • From: Paulo Tribolet Abreu <paulotex@ist.utl.pt>
  • To: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] teem compile instructions
  • Date: Tue, 20 Jul 2004 16:06:26 +0100

Hi:

I'm trying to compile the Teem package, using the instructions here:
<http://software.sci.utah.edu/doc/Installation/Guide/ sec.source_inst.html>
and there is a small mistake: it says that to point to the png libs one should do something like:
"TEEM_PNG_LPATH=-I/usr/local/lib"
when im fact it is
"TEEM_PNG_LPATH=-L/usr/local/lib"

And I'd like to suggested to add a paragraph that stresses the fact that the LDFLAGS (and CFLAGS and CXXFLAGS) aren't used while compiling Teem. One really has to use TEEM_PNG_IPATH and TEEM_PNG_LPATH.

My Teem compilation failed because of that: I have the png lib in /sw/lib and /sw/include (MacOSX with fink), and have the LDFLAGS and CFLAGS and CXXFLAGS set but the Teem compilation failed. I had to set the TEEM_PNG_IPATH and TEEM_PNG_LPATH variables.

One more thing: when the Thirdparty/install.sh script fails for some reason, is there a way to restart from the point it failed? It seems to me it just does everything again, and then it fails somewhere because some permissions are not correct. I had to delete the created Thirparty_bin folder and start again.

Thanks for all the work, and for such a great package,

Paulo

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