[MacPorts] #20066: ghostscript 8.64: iapi.h and ierrors.h (libgs) not found
#20066: ghostscript 8.64: iapi.h and ierrors.h (libgs) not found --------------------------------+------------------------------------------- Reporter: rickrich@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: --------------------------------+------------------------------------------- $ wget http://www.linuxprinting.org/download/foomatic/foomatic- filters-4.0.2.tar.gz $ tar zxvf foomatic-filters-4.0.2.tar.gz $ cd foomatic-filters-4.0.2 $ ./configure --prefix=/usr $ make make all-am if gcc -DHAVE_CONFIG_H -I. -I. -I. -DCONFIG_PATH='"/usr/etc/foomatic"' -g -O2 -MT pdf.o -MD -MP -MF ".deps/pdf.Tpo" -c -o pdf.o pdf.c; \ then mv -f ".deps/pdf.Tpo" ".deps/pdf.Po"; else rm -f ".deps/pdf.Tpo"; exit 1; fi pdf.c:14:30: error: ghostscript/iapi.h: No such file or directory pdf.c:15:33: error: ghostscript/ierrors.h: No such file or directory make[1]: *** [pdf.o] Error 1 make: *** [all] Error 2 -- Ticket URL: <http://trac.macports.org/ticket/20066> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20066: ghostscript 8.64: iapi.h and ierrors.h (libgs) not found --------------------------------+------------------------------------------- Reporter: rickrich@… | Owner: takanori@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ghostscript --------------------------------+------------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => takanori@… * type: enhancement => defect * port: => ghostscript Comment: Presumably you just need to tell the configure script where your ghostscript is installed? -- Ticket URL: <http://trac.macports.org/ticket/20066#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20066: ghostscript 8.64: iapi.h and ierrors.h (libgs) not found --------------------------------+------------------------------------------- Reporter: rickrich@… | Owner: takanori@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ghostscript --------------------------------+------------------------------------------- Comment(by rickrich@…): $ ssh mac Last login: Thu Jun 25 08:42:06 2009 from dual $ locate iapi.h $ locate ierrors.h $ -- Ticket URL: <http://trac.macports.org/ticket/20066#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20066: ghostscript 8.64: iapi.h and ierrors.h (libgs) not found --------------------------------+------------------------------------------- Reporter: rickrich@… | Owner: takanori@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ghostscript --------------------------------+------------------------------------------- Comment(by takanori@…): Try ghostscript +framework. Since foomatic-filters does not support ghostscript framework by default, I think you have to modify it a bit though.. # Just for curiosity. Why do you want to use foomatic-filters on Mac OS X? -- Ticket URL: <http://trac.macports.org/ticket/20066#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20066: ghostscript 8.64: iapi.h and ierrors.h (libgs) not found --------------------------------+------------------------------------------- Reporter: rickrich@… | Owner: takanori@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ghostscript --------------------------------+------------------------------------------- Comment(by rickrich@…): See: http://foo2zjs.rkkda.com/INSTALL.osx Basically, I want to upgrade to foomatic-filters-4.0.2 (which does not work on OSX) from foomatic-filters-3.0.2 (which works AOK on OSX) for my users. -- Ticket URL: <http://trac.macports.org/ticket/20066#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20066: ghostscript 8.64: iapi.h and ierrors.h (libgs) not found ---------------------------------+------------------------------------------ Reporter: rickrich@… | Owner: takanori@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: ghostscript | ---------------------------------+------------------------------------------ Changes (by takanori@…): * status: new => closed * resolution: => fixed Comment: I think foomatic-filters can be built by the following command now, because I modified ghostscript @8.70_0 to install libgs.dylib by default. {{{ $ tar xvfz foomatic-filters-4.0.2.tar.gz $ cd foomatic-filters-4.0.2 $ CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ./configure $ make }}} -- Ticket URL: <http://trac.macports.org/ticket/20066#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20066: ghostscript 8.64: iapi.h and ierrors.h (libgs) not found ---------------------------------+------------------------------------------ Reporter: rickrich@… | Owner: takanori@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: ghostscript | ---------------------------------+------------------------------------------ Comment(by rickrich@…): Confirmed! Now, if I only had a: $ sudo port install foomatic-filters Password: Error: Port foomatic-filters not found But this will do. -- Ticket URL: <http://trac.macports.org/ticket/20066#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts