[Paraview] Using Paraview with Xcode

Mike Jackson imikejackson at gmail.com
Fri May 2 23:22:38 EDT 2008


Just out of curiosity, can you successfully build ParaView with just  
make?

cmake [path/to/ParaView3]  will generate make files. Then "make".

Might help isolate if there is a problem with your system or with  
Xcode handling a project the size of ParaView.. or something in the  
Xcode generation.

-- 
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On May 2, 2008, at 11:19 PM, Robert Maynard wrote:

> I was able to upgrade my machine to 2gb of ram and tried getting  
> xcodebuild to work. With the nightly cvs version I am still getting  
> memory out of errors after it has allocated over 1.9G.
>
> Is there any special xcodebuild flags I need to set, other then  
> DEBUG_INFORMATION_FORMAT (using dwarf)?
> Robert Maynard wrote:
>> I am currently heading out to try and locate at least another 1gb  
>> of memory for the macbook, and I am compiling with dynamic libs  
>> with dwarf debugging on.
>>
>> Mike Jackson wrote:
>>> looks like xcode is trying to allocate 1GB of memory. Couple of  
>>> things. Get another GB of ram in your MacBook if at all possible.  
>>> Next, are you building with Static or Dynamic libraries? I  
>>> _think_ static libraries will require more ram to compile (I  
>>> think.. ). Worth a try if you are building static libs. Of course  
>>> if you _are_ building static libs, any plugin you write will not  
>>> work.. so you must be compiling with Dynamic libs.
>>>   You may also want to make sure that you are compiling with  
>>> Dwarf debugging and NOT Stabs. I think that may help also.
>>>
>>> Hope some of that helps.
>>>
>>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list