Reacquainting myself with homebrew:
https://github.com/mxcl/homebrew/wiki/FAQ
Ran "brew update" and "brew upgrade."
Having problems with "brew doctor". Finally fixed the brew doctor error by doing a git clean -- using this post:
https://github.com/mxcl/homebrew/issues/11761
Now it says my system is raring to brew, but it still won't install latex2html. Not even sure this is what I need, but it says that latex2rtf is already installed and latex2html is the only other package listed under "brew search latex."
I'm downloading MacTeX to see if that helps. I DO already use TexShop just fine, so I know I have latex somewhere.
rdominguez5359:pyxplot-0.8.4 racheledominguez$ ./configure
Checking for latex ............. NO
ERROR: Required program latex could not be found.
rdominguez5359:pyxplot-0.8.4 racheledominguez$
Fixed this by moving the folder into /usr.
Now I get:
Last login: Fri May 25 12:23:45 on ttys005
rdominguez5359:pyxplot-0.8.4 racheledominguez$ ./configure
Checking for latex ............. YES
Checking for ImageMagick convert............ YES
Checking for sed ............. YES
Checking for gunzip ............. YES
Checking for wget ............. NO
WARNING: wget could not be found. Installation will proceed, but PyXPlot will not be able to plot files directly from URLs.
Checking for ghostscript ............. YES
Checking for ghostview ............. NO
Checking for ggv ............. NO
Checking for GNU make ............. YES (make)
Checking for gcc ............. YES
Checking for libreadline-dev ............. YES
Checking for libcfitsio-dev ............. NO
Checking for libgsl0-dev ............. ./configure: line 227: gsl-config: command not found
NO
ERROR: Header files for required library 'libgsl' could not be found.
rdominguez5359:pyxplot-0.8.4 racheledominguez$
Homebrew has wget, but none of the others, so I am going back to MacPorts.
Have to install the new version for Lion.
Ran selfupdate.
Able to get most of what I needed:
rdominguez5359:pyxplot-0.8.4 racheledominguez$ ./configure
Checking for latex ............. YES
Checking for ImageMagick convert............ YES
Checking for sed ............. YES
Checking for gunzip ............. YES
Checking for wget ............. YES
Checking for ghostscript ............. YES
Checking for ghostview ............. NO
Checking for ggv ............. YES (ggv, don't forget to set "watch file" in the viewer preferences!)
Checking for GNU make ............. YES (make)
Checking for gcc ............. YES
Checking for libreadline-dev ............. YES
Checking for libcfitsio-dev ............. YES
Checking for libgsl0-dev ............. YES
Checking version of libgsl0-dev ............ YES
Checking for libfftw3-dev ............. YES
Checking for gunzip ............. YES
Checking for libxml2-dev ............. YES
Checking for libpng-dev ............. YES
Checking for libkpathsea-dev ............. NO
Checking for kpsewhich ............. YES
Configuration successful.
To continue installation, type 'make'.
But I still don't know how to get the final two dependencies.
Installed all of these packages from Macports:
cfitsio, fftw-3, ghostscript, gsl-devel, gv, ImageMagick, libpng,
libxml2, readline-5, texlive, wget, zlib.
and I'm still missing libkpathsea-dev.
OK-weird. Now my config file gives:
rdominguez5359:pyxplot-0.8.4 racheledominguez$ ./configure
Checking for latex ............. YES
Checking for ImageMagick convert............ YES
Checking for sed ............. YES
Checking for gunzip ............. YES
Checking for wget ............. YES
Checking for ghostscript ............. YES
Checking for ghostview ............. YES (gv, double hyphen options)
Checking for ggv ............. YES (ggv, don't forget to set "watch file" in the viewer preferences!)
Checking for GNU make ............. YES (make)
Checking for gcc ............. YES
Checking for libreadline-dev ............. YES
Checking for libcfitsio-dev ............. NO
Checking for libgsl0-dev ............. YES
Checking version of libgsl0-dev ............ YES
Checking for libfftw3-dev ............. NO
Checking for libfftw2-dev ............. NO
ERROR: Header files for required library 'libfftw' could not be found.
I don't know why this is different from before.
Friday, May 25, 2012
Subscribe to:
Post Comments (Atom)
https://github.com/mxcl/homebrew/pull/19070
ReplyDeletehttps://github.com/ggarza/homebrew/blob/1f17416f9871f6abc410b89b67fbce3bba4d5a62/Library/Formula/pyxplot.rb