Thanks for the suggestion. I did a port sync, and this is what version of gv is in my tree # port info gv gv 3.5.8, Revision 3, print/gv (Variants: universal, letter) http://wwwthep.physik.uni-mainz.de/~plass/gv/ gv is a X11 PostScript and PDF previewer based on Tim Theisen's ghostview-1.5. It uses the Xaw3d widget set, thus providing a much nicer look and it's said to be a bit faster. Library Dependencies: Xaw3d Runtime Dependencies: ghostscript Platforms: darwin Maintainers: nomaintainer@macports.org However, I still get the same install error. Jonathan Xin Liu wrote:
Last time I checked, this was fixed in gv-3.5.8_3. Maybe you need to update your portfiles by invoking "sudo port sync" first.
Best Regards,
Xin Liu
On 7/27/07, Jonathan Stickel <jjstickel@vcn.com> wrote:
I get the following errors when trying to install gv:
# port -v install gv ... Button.c:38:28: error: X11/Xaw3d/XawInit.h: No such file or directory In file included from ButtonP.h:32, from Button.c:39: Button.h:32:28: error: X11/Xaw3d/Command.h: No such file or directory In file included from Button.c:39: ButtonP.h:33:29: error: X11/Xaw3d/CommandP.h: No such file or directory In file included from Button.c:39: ...
I know that I have Xaw3d installed and those files are correctly located in /opt/local/X11/Xaw3d. It looks like /opt/local/include is not in the include path when building gv. Is there something wrong with the port?
Jonathan