[Paraview] Using Paraview with Xcode
Mike Jackson
imikejackson at gmail.com
Fri May 2 10:22:26 EDT 2008
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.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On May 2, 2008, at 10:08 AM, Robert Maynard wrote:
> I get malloc errors on my macbook when trying to compile from the
> command line. If I have any open processes it happens during
> loading, If i only run xcodebuild it happens during libvtkFiltering
> with the error:
> xcodebuild(8204,0x70d5200) malloc: *** vm_allocate(size=1069056)
> failed (error code=3)
> xcodebuild(8204,0x70d5200) malloc: *** error: can't allocate region
> xcodebuild(8204,0x70d5200) malloc: *** set a breakpoint in
> szone_error to debug
> objc: NSPathStore2: failed -- out of memory(NSPathStore2, 288)
>
> This is a macbook with 1gb of memory and compiling with debug on.
>
>
> jonathan grimm wrote:
>> I generated an XCode project with cmake for Paraview CVS. It
>> crashes Xcode 3.1 on OSX 10.5, but you can do xcodebuild on the
>> command line to build it. I was then able to use Xcode for
>> Paraview plugins.
>>
>> On Thu, May 1, 2008 at 7:19 PM, Robert Maynard
>> <robertjmaynard at gmail.com <mailto:robertjmaynard at gmail.com>> wrote:
>>
>> While I was able to generate a xproject for paraview, it crashed
>> xcode 2.5 when loading in OSX 10.4
>>
>> I then tried making a project file for a single plugin and that
>> worked fine ( unable to compile, since the paraview project
>> failed)
>>
>>
>> Robert Maynard wrote:
>>
>> I have never thought of doing it this way, I will try this
>> out
>> ASAP.
>> Thank you.
>>
>> David C Thompson wrote:
>>
>> I was wondering if there was any way to get
>> Paraview/Cmake to generate
>> XCode projects, like what it does with windows and
>> Visual Studio. This
>> would be great when writing custom plugins.
>>
>>
>> Does "cmake -G Xcode /path/to/ParaView" not work?
>>
>> David
>>
>>
>>
>>
>> _______________________________________________
>> ParaView mailing list
>> ParaView at paraview.org <mailto:ParaView at paraview.org>
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>>
>>
>>
>> --
>> Sometimes it's hard to tell the dancer from the dance - Corwin in CoC
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list