[Paraview] Using Paraview with Xcode

Robert Maynard robertjmaynard at gmail.com
Fri May 2 10:08:47 EDT 2008


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 


More information about the ParaView mailing list