Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: Re: r2349 - in trunk: . CMake Engine Image Model Model/Readers UserInterface


Chronological Thread 
  • From: "James Bigler" < >
  • To:
  • Subject: [Manta] Re: Re: Re: r2349 - in trunk: . CMake Engine Image Model Model/Readers UserInterface
  • Date: Thu, 20 Nov 2008 14:08:43 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZDCZ1TIGeXHgLHzdBRQsI3AE4O2dPl1fEYLuvlHD41hSTt1c6lyDrQtc0l2JcX6Koz YfPdxn/R4GtWaqP3Zo/brKzuyzsJmtYf7r05LCgaorvKpXTk15sUe1DRVrKZTymDWsOx 82o7InC9iWlDxv72LYeNT3OiAQXr9FrmecsDA=

Was Teem compiled static or shared?  A static version of Teem would
explain the problems you were having.

James

On Thu, Nov 20, 2008 at 1:40 PM, J. Davison de St. Germain
< >
 wrote:
>
> I'm surprised I had to do that too... I would have thought it would 'just 
> work' too... but it didn't.  I'm not certain.  All I know is that when I 
> typed "make", I got link errors due to missing Teem symbols.  And when I 
> added the CMake stuff to link in Teem, they went away, and the compilation 
> finished and manta ran.
>
>  - Dav
>
> James Bigler wrote:
>>
>> I'm surprised that you needed to do this.  Transitive linking should 
>> happen for you.  Are you certain that you were linking against teem at the 
>> right stage?
>>
>> Also, you could make this better backwards compatible by doing something 
>> like this:
>>
>> if(NOT DEFINED Teem_BLAH_BLAH AND DEFINED TEEM_BLAH_BLAH)
>>  set(Teem_BLAH_BLAH TEEM_BLAH_BLAH)
>> endif()
>>
>> That way if you have an older version of teem you will still get the right 
>> variable name.
>>
>> James
>
> --
> -----------------------------------------------------------------------
> - J. Davison de St. Germain         
> 
>     (801) 581-4078 -
> - Chief Software Engineer           http://www.cs.utah.edu/~dav       -
> - SCI Institute, SE C-SAFE          University of Utah                -
> -----------------------------------------------------------------------
>



Archive powered by MHonArc 2.6.16.

Top of page