[Paraview] Using Paraview with Xcode

Robert Maynard robertjmaynard at gmail.com
Fri May 2 23:19:51 EDT 2008


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


More information about the ParaView mailing list