[sage-devel] Re: osx 10.10.2 / sage 6.5 - how to read jpg/tiff files? - sage -i libjpeg-6b problem

2015-03-23 Thread Dima Pasechnik
On Monday, 23 March 2015 10:22:40 UTC, peter metcalf wrote: HI All I'm trying to read jpg files using PIL or matplotlib any help/suggestions would be most welcome! the following fails sage -i libjpeg-6b the relevant part of the log file may be

[sage-devel] Re: osx 10.10.2 / sage 6.5 - how to read jpg/tiff files? - sage -i libjpeg-6b problem

2015-03-23 Thread Volker Braun
Something is wrong with your xcode command line tools... can you try reinstalling them? On Monday, March 23, 2015 at 7:47:41 PM UTC+1, peter metcalf wrote: Thanks if I type 'make' in SAGE_ROOT this is the first sign of a problem - no installed math library found

[sage-devel] Re: osx 10.10.2 / sage 6.5 - how to read jpg/tiff files? - sage -i libjpeg-6b problem

2015-03-23 Thread kcrisman
it just tells us that you are running a binary distribution of Sage built by Karl. Which is odd, because I only make the 10.7 binary, which you shouldn't need to run. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from

[sage-devel] Re: osx 10.10.2 / sage 6.5 - how to read jpg/tiff files? - sage -i libjpeg-6b problem

2015-03-23 Thread Volker Braun
Can you try compiling Sage just from source, not inside the mac app... On Monday, March 23, 2015 at 7:00:28 PM UTC+1, peter metcalf wrote: Thanks Dmitrii I also get errors with sage -f python so there is something more fundamental going on than the problem with libjpeg-6b I think I

[sage-devel] Re: osx 10.10.2 / sage 6.5 - how to read jpg/tiff files? - sage -i libjpeg-6b problem

2015-03-23 Thread peter metcalf
Thanks if I type 'make' in SAGE_ROOT this is the first sign of a problem - no installed math library found === configure: Excellent, the C, C++ and Fortran compilers are all GCC 4.9.2 configure: Excellent, GCC 4.9.2 is later than the minimum configure:

[sage-devel] Re: osx 10.10.2 / sage 6.5 - how to read jpg/tiff files? - sage -i libjpeg-6b problem

2015-03-23 Thread peter metcalf
Thanks Dmitrii I also get errors with sage -f python so there is something more fundamental going on than the problem with libjpeg-6b I think I do have Xcode command line tools installed since 'xcode-select -p' returns /Applications/Xcode.app/Contents/Developer This is the first error in