Many thanks for your answer Jaap!
Unfortunately, building the experimental cmake failed (see error report 
below), however I have cmake installed on my system "outside" of SAGE. I 
will give it a try.
Best,
Johannes

g++  -framework Carbon 
-I/Applications/Science/sage/spkg/build/cmake-2.4.8/src/Source   
-I/Applications/Science/sage/spkg/build/cmake-2.4.8/src/Bootstrap.cmk  
cmake.o cmakemain.o cmakewizard.o cmCommandArgumentLexer.o 
cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDepends.o 
cmDependsC.o cmMakeDepend.o cmMakefile.o cmGeneratedFileStream.o 
cmGlobalGenerator.o cmLocalGenerator.o cmInstallGenerator.o 
cmInstallFilesGenerator.o cmInstallScriptGenerator.o 
cmInstallTargetGenerator.o cmSourceFile.o cmSystemTools.o 
cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o 
cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o 
cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o 
cmMakefileUtilityTargetGenerator.o cmBootstrapCommands.o cmCommands.o 
cmTarget.o cmTest.o cmCustomCommand.o cmCacheManager.o cmListFileCache.o 
cmOrderLinkDirectories.o cmListFileLexer.o Directory.o Glob.o 
RegularExpression.o SystemTools.o ProcessUNIX.o System.o -o cmake
dyld: Symbol not found: __cg_png_create_info_struct
   Referenced from: 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
   Expected in: /Applications/Science/sage/local/lib//libPng.dylib

./bootstrap: line 1301:  2919 Trace/BPT trap          
"${cmake_bootstrap_dir}/cmake" "${cmake_source_dir}" 
"-C${cmake_bootstrap_dir}/InitialCacheFlags.cmake" 
"-G${cmake_bootstrap_generator}" ${cmake_bootstrap_system_libs}
---------------------------------------------
Error when bootstrapping CMake:
Problem while running initial CMake
---------------------------------------------
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.



On 20.01.2009 20:23 Uhr, Jaap Spies wrote:
> msafiri wrote:
>    
>> Hello everyone,
>>
>> I'm using SAGE to analyze the brain's vasculature. The vessel network
>> is stored as a networkX graph and I would like to plot this graph from
>> the SAGE command line (or notebook) using Paraview (http://
>> www.paraview.org).
>> I use OS X Leopard and I have the latest versions of both SAGE and
>> Paraview, versions 3.2.3 and 3.4.0 respectively.
>>
>> What I have tried so far:
>> Both the sage folder and paraview.app reside in /Applications
>>  From the SAGE command line set PYTHONPATH:
>> sage: sys.path.append('/Applications/paraview.app/Contents/MacOS')
>> sage: sys.path.append('/Applications/paraview.app/Contents/Resources/
>> paraview)
>> In bash .profile set DYLD_LIBRARY_PATH to /Applications/paraview.app/
>> Contents/MacOS
>> sage: import servermanager as sm
>> fails with a fatal error, presumably because SAGE and Paraview use
>> different versions of python.
>>
>> Has anyone successfully made the two softwares work together and can
>> give me some hints?
>> Any help is greatly appreciated,
>> Johannes
>>      
>
> A first step could be to install paraview3 in the sage environment.
> You need cmake, so eventually install the experimental cmake-2.4.8.spkg:
> ./sage -i cmake-2.4.8.spkg
>
> then do a ./sage -sh
> and follow the instructions on
> http://paraview.org/Wiki/ParaView:Build_And_Install
> to build and install paraview within Sage.
>
>
> Can't check this because I don't have a mac.
>
> Jaap
>
>
> >    


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to