Getting an HP Color LaserJet CP1215 working on a Mac
Introduction
Installation
Color Management
Uninstall
– Updates –
11/30/2010: As of now, I no longer have the CP1215 and cannot do any further testing or troubleshooting beyond what is on this post and in the comments. The process works for most people, and should continue to do so into the future, at least for Tiger, Leopard and Snow Leopard. I can’t make any promises about Lion next year.
07/19/2010: On the advice of a commenter, added an additional keystroke to the $PATH section for Mac OS 10.4.x that solves the mystery of why some were getting “Ghostscript not installed” errors even after following the instructions.
12/31/2009: Added a section on uninstalling the drivers.
11/23/2009: Added a section detailing how to get around some errors people have been encountering during the process.
09/27/2009: After numerous reports of no printing, I tracked the problem to the new version of the drivers. Updated link to old version until compatibility can be worked out. Added boldface to the code bits to help differentiate them better, and added a donation button for fun and profit.
09/21/2009: Changed some information about downloading XCode, depending on your OS version.
09/07/2009: I received Snow Leopard, and the printer works fine after upgrading. Once I finish downloading XCode for Snow Leopard, I’ll redo the installation process and see if anything has changed.
02/11/2009: A new version of one of the software installs used here causes some printing problems, so I’ve updated to link to the last working version. I’ve also enabled comment RSS, so you can subscribe if you have a question instead of having to check back here to see if I’ve answered.
02/01/2009: I’ve added another section on getting better color management from the printer. This is by far the most popular post I’ve ever made, garnering several thousand hits in the past month, so HP really messed up with this one!
– End updates –
Introduction
When I moved to Alaska, I bought a bunch of technology equipment for my little home office: an iMac, an Epson scanner, and a little HP Color Laserjet CP1215. I eagerly unpacked it all and set it up after FedEx and UPS delivered everything to my door. I was particularly excited to have my own color laser printer, especially having found a great deal on it from HP. Imagine my dismay when, upon trying to add it to Mac OS X, I could not find any sort of driver for it on my computer. The printer install CD was only for Windows computers. HP’s website only listed Windows driver downloads.
Having spent the last 10+ years of my life working almost exclusively with HP LaserJets and Macs, I was surprised to find that this particular printer was not and would not ever be compatible with a Mac, according to HP. I apparently overlooked that little tidbit of information in the 3 days I spent researching it vs. the other cheap inexpensive color printers out there, assuming HP would have to be crazy to release a laser printer without Mac compatibility.
Much cursing ensued.
Since then, I’ve been saving everything I want to print as a PDF, opening Windows XP in a Parallels VM, and printing from there. It’s a hassle, and today I reached a breaking point. I created a nifty little business flyer in Pages (I’ll post it later), and the resulting PDF looked totally different than my original design! I needed to print directly from Pages, so I decided to see what Google would bring me. The news was good, if complicated. I’ll post my steps here, with links, for the betterment of humanity.
How to do it:
Note: I’ve only tested this on OS X 10.5 and 10.6 (Leopard and Snow Leopard), so I can’t guarantee this will work if you are on a different version of OS X.
You’ll be installing some Unix-based software, so say hello to the command line!
- Install Apple’s Developer Tools, if you haven’t already. It’s a free download (about 1GB!), but you’ll have to create an account on the Apple Developer site to get to it. Once you have your account and are logged in, go to Downloads, then Developer Tools, then click on whatever version of XCode Developer Tools (disk image) they list for your OS. For Snow Leopard (10.6.x), 3.2 is the latest; Leopard (10.5.x), 3.1.4 is the latest; and for Tiger (10.4.x), 2.5 is what you want. If you already have an ADC account and are running Snow Leopard, you can go straight to the XCode download site.
After it downloads, it will open up and you’ll have to double-click the XCode Tools package installer to start the process. No restart is required.
- Download GhostScript,
just click on the latest versionI’ve updated this to link to a specific working version, 8.63. The 8.64 version disables color printing for some reason. I’ll file a bug report and update this when it’s fixed. It’s okay to use the linked version. - Download foomatic-filters.
- Download foo2hp.
The download link is a little ways down the page, and the downloaded file is actually called foo2zjs.I’ve updated the link to point to the last working version of the drivers, until I can work out some issues with the latest version. - Compile the software you just downloaded. To do so, open Terminal in your /Applications/Utilities folder
- Navigate to wherever your downloads are stored. In 10.4 it’s usually on the Desktop (unless you’ve changed it), and in 10.5 it’s usually in the Downloads folder. Just type:
cd Desktoporcd Downloadsand hit Enter. - The bits of software you downloaded should have automatically unarchived, so you should be able to go directly into their folders:
cd ghostscript(after typing a few characters of the folder name, you can hit the Tab key and it will fill in the rest of the folder name) - If your computer didn’t automatically unarchive the downloads, type
tar -zxf nameofdownloadedfile.tar.gzto unarchive them (replace nameofdownloadedfile.tar.gz with the names of the actual files you downloaded). - Next, type:
./configureand hit enter. A lot of text will scroll by. It will eventually stop and hopefully there won’t be any errors. - When you can type again, type in
makeand hit enter. More text, hopefully no errors. - Finally, type
sudo make installand hit enter. It will ask for your password. Enter it. If you don’t have a password set on your account, and you’re running Mac OS X 10.5, you’ll need to set a password in System Preferences: Accounts before this will work. - Now we have to do almost the same for the next piece of the puzzle, the foomatic-filters. Type
cd ..to go back one folder, thencd foomatic-filters-3.0.2into the foomatic-filters folder. - Note: if you have trouble getting Terminal to get the full folder name after hitting Tab, that’s due to having two items that start with similar letters (eg. the downloaded file “foomatic-filters-3.0-current.tar” and the unarchived folder “foomatic-filters-3.0.2″).
There are many ways to solve this. You can delete the downloaded tar.gz files after you’re sure the folders have been unarchived, you can type out more of the folder name until it is differentiated from the tar.gz file, or as Roger notes in the comments, you can type
cdin the Terminal, then drag the folder icon to the Terminal window and it will fill in the correct path. - Repeat the “
./configure,” “make,” and “sudo make install” steps from before, hopefully receiving no errors! - Now, navigate into the foo2zjs folder (
cd ..thencd foo2zjs) - This time, you start by typing
make. - Note: Some people have reported receiving an error about ghostscript not being installed during this step. If this happens to you, please skip down to the Adding To Your $PATH section, then return here when you’ve completed those steps.
- Next, you’ll need to download the actual drivers for your printer. Since I have a 1215, I typed
./getweb 1215and it downloaded the drivers. sudo make installone last time, and you’re almost ready to go.- Restart your printer software with
sudo make cups. An alternative to this is to just restart your computer. - Open up your Printer Utility (10.4) or Print and Fax PreferencePane (10.5), and add the printer. OS X will see the 1215 attached via USB, and after searching for drivers, will find the foo2hp for 1215 driver!
Now, to get better colors on your prints, you’ll have to change around the color profile for the printer. To do this, print something and in the print dialog box that opens, select “Printer Features” from the third drop-down menu (you may need to click the blue arrow button beside the printer drop-down menu). Here’s what it will look like (click to enlarge):

This is where you can set whether to print in color or black and white, what sort of paper to use, etc. Click on the menu named “Feature Sets,” and select “Adjustments.” This is where you can change how the printer decides how to print colors. These .icm files all contain color management instructions for the printer, and most of them don’t work very well. It was pointed out in the comments that the ones that aren’t specifically labeled for the CP1215 actually work the best, which makes this even more awesome.
I found that the .icm file named “HP 1600/2600 – hpclj2600n-0.icm” gave me smoother gradients in the test photo, but the file named “HP 1600/2600 – ICCFactory1 (default) gave me more vivid colors. If only we could combine their powers and make a super .icm file! Anyway, select the one you want to use.

After you’ve set everything the way you want, you can save it as a preset, so you don’t have to go through and set it all again the next time you print. Just click on the second drop-down menu that probably says “Standard,” and Save As…

You can make a preset for each type of paper, color option, etc. so life will be even easier after all this hard work.

Finally, if you’re keen to get a custom color profile made specifically for your printer (even printers of the same production model will have slight variations in printing), you can buy a custom profile from this ebay vendor: fotojimbo’s Custom ICC Profiles.
In my short bit of testing, I have found a couple of caveats:
- To print in color, you’ll need to set it to color in the print dialog box, under “Printer Features” in the drop-down menu.
- In “Printer Features,” setting the Bits Per Plane to “2″ will waste a lot of toner
- Setting the paper type to HP Photo Paper and using HP Photo Paper is a disaster. All three of my test prints didn’t turn out: some of the toner didn’t get correctly applied, and spilled everywhere. I’ll still have to use Windows to print photos.
- Color matching isn’t the greatest, I’ve had some trouble getting dark blues to turn out dark. But, it’s better than not being able to print from OS X at all.
See, Macs are simple!
If you found this helpful, please consider encouraging me with a donation or even better, buy a photograph (everybody wins!).
This section is specifically for people experiencing an error saying ghostscript isn’t installed during Step 14. Ghostscript is actually installed, but Terminal is dumb and can’t see where it is. Let’s correct that!
- Mac OS X 10.5/10.6
- In the Terminal, type
cd /etc/paths.d - Type
sudo pico localand enter your password. - You’ll be given a mostly empty window where you can type. This is the pico text editor, one of the simplest command line text editors. Type
/usr/local/binand do not hit Enter or any other extra keys. - Press and hold the Control key on the keyboard. While holding the Control key, press the ‘X’ key and then let go of both keys. Pico will ask you something like “Save modified buffer?” That’s nerd-speak for “Do you want to save your file?” Press the ‘Y’ key to save.
- Restart your computer
- Return to Step 14 and try again. Be sure you navigate back into the foo2zjs folder with the Terminal first!
- Mac OS X 10.4
- In the Terminal, type
cd(this puts the command line back in your home directory) - Type
pico .profile - More than likely, you’ll be given a mostly blank window. If not, hit the Enter key once to make some space, then the Up arrow key to put the cursor in the space you just made.
- Type
export PATH=/usr/local/bin:$PATHand do not hit Enter or any other extra keys. - Press and hold the Control key on the keyboard. While holding the Control key, press the ‘X’ key and then let go of both keys. Pico will ask you something like “Save modified buffer?” That’s nerd-speak for “Do you want to save your file?” Press the ‘Y’ key and then the ‘Enter’ key to save.
- Restart your computer
- Return to Step 14 and try again. Be sure you navigate back into the foo2zjs folder with the Terminal first!
If you need to delete the drivers, please copy and paste the following command in the Terminal:
sudo rm -r /usr/local/bin/gs /usr/local/bin/foo* /usr/local/etc/foomatic /usr/local/share/ghostscript /usr/local/man/man1/foomatic* /usr/bin/foo2* /usr/share/foo2* /usr/libexec/cups/filter/foomatic*


Nice guide, though I have a feeling it’s going to be over the head of most Mac people :)
I’ll be giving it a try soon.
Yeah, this isn’t quite as intuitive as using an installer from HP, which, sadly, they aren’t at all interested in providing.
If you run into any problems, let me know, and I’ll see what I can do to help.
I LOVE YOU wow, those steps were so simple, I don’t do ANY programming, and any other linux set-ups I’ve found for this printer are impossible to follow, but this was genius! I’m still not sure how to get it to print in colour, and there are only 2 things that i would change in your instructions – it’s not foo2hp, it’s the foo2zjs command that you run, and it works that way (because I didn’t see “foo2hp” to download, only “foo2zjs”)…and to download the drivers, it’s ./getweb 1215, not ./wget 1215 (at least that one didn’t work for me)…
THANK YOU SO MUCH!!
Hi Marta, I’m glad this helped! And thanks for the corrections, I’ve updated the post!
The color option is found in the print dialog box, after you select File: Print. There are several drop-down menus in the print dialog box, the one you want is the third one down. The menu item to select is “Printer Features.”
One note: in step 11, you say to “do the same for the other two downloads.” Only after trying to repeat ./configure in foo2zjs did I read the next couple of steps and realize I had to start with make. Not a big deal, but an edit would save people like me two minutes of frustration.
Thank you so much for these directions! This helped me out of a potentially bad situation and made for a very interesting day at work. My programmer boyfriend is very proud of me, too.
You are a genius! Following your directions worked perfectly. I am very grateful for your posting. I was so angry when I pluged the printer in the usb port and no drivers. No I can use my printer perfectly for my needs. Thanks again. Also, just to throw it out there, I had trouble with the “cd foomatic” and “cd foo2zjs” steps because when I entered the correct path, terminal still didnt recognize the location. So I just typed “cd” and dragged the uncompressed foomatic and foo2zjs” folder to the terminal section and boom, workage!
You the man Ryan!
KM and Roger, thanks! I’ve reworded and added clarifications where suggested.
Thank you very much! I bought this printer prior to switching to Mac and I was really surprised to see there are no drivers… I do have one question: when printing color, the colors are way off — not usable at all (I tried it with an PDF opened in Acrobat 9). Is there any workaround other than printing in VMware?
@ Mark: yeah, color matching is pretty terrible. I’ve had to adjust the colors on stuff I’ve made, making blues darker on the screen, etc.
You might try messing around with the Color Matching settings in Acrobat’s print dialog. Maybe switch it from using Colorsync to In Printer, or selecting a different Colorsync profile if that doesn’t work.
Hi Ryan,
I am trying to follow this tutorial and I am running into some issues:
After installing XCode and configuring, making and installing ghostscript 8.63 on OS X 10.5.5 (no errors) I repeat the steps above with the foomatic filters (foomatic-filters-4.0.0). ./configure works well, but make spits out the following error:
peter-schaefers-macbook:foomatic-filters-4.0.0 Peter$ make
make all-am
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DCONFIG_PATH=’”/usr/local/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
peter-schaefers-macbook:foomatic-filters-4.0.0 Peter$
Any idea how I can fix this?
Thanks!
Peter
Hi Peter,
Looks like there’s a new version of the foomatic-filters. I’ll have to play around with it and figure out how to fix the error. Thanks for letting me know!
Okay, there are some serious changes between the version of foomatic-filters I made this little tutorial with (3.0) and the most current version (4.0). The short of it is, the new version won’t compile for OS X.
I’ve updated the link above to directly download the older version that works with OS X, and I’m monitoring the progress of getting the new version working on Macs.
Hey, thats a great idea you have, but to me it doesen’t work, in the queue it says “/usr/libexec/cups/filter/foomatic-rip failed”
and in the terminal says:
“Process dying with “No printer definition (option “-P “) specified!”, exit stat: 9
No printer definition (option “-P “) specified!”
How can I pecify the printer sinside that? im very frustrated with hp!!
Pere, I just followed the instructions on a different machine, and it worked fine. One thing I forgot to put in the instructions is you need to restart the printer software, so that might be the issue you’re having.
If that’s not it, what version of OS X are you using?
HI Ryan
Have just bought printer and followed instructions, just wondering the best way that you have found to print color all of my greens and blues are very washed and blown out. I would like to be able to print images that I can include in my assigments
Restart the printer software? I know hoy to “off-on” de machine or restart mi compuer, but restart the software it’s so abstract to me…sorry but Im a learner… I spent money with this and want it to work now, i have lots a projects this week… and don’t know what to do
(sorry for mi english too, Im spanish..)
Pere, I’ve added how to restart the printer software to the instructions. Restarting your computer would also work.
Where is it?
Pere, you’re right! I added another step to the post, but it apparently didn’t update correctly. It’s there now, step 17. Sorry!
Cameron, that’s the main problem with the color profile that’s provided. I can’t get it to print good looking photos no matter what settings I try. I have to boot up Windows, either in Boot Camp or Parallels to print photos.
For color stuff that isn’t a photo, I’ve had to adjust saturation levels and darkness on the document to get the printer to print out the color I want. So what you see on the screen is not what you get when you print.
There are instructions in the INSTALL file found in the foo2zjs folder that tell you ways to get or make your own custom color profile. I’ve only glanced at them, and haven’t taken the time to truly figure out what they mean.
One of the options is to pay to have one created, and links to this ebay store: Custom Color Printer Profiles. That might be the easiest way to fix this!
Thank you so much for this information! You saved me a trip back to the store with a heavy printer in tow.
Hey Ryan, found your site when i did what everyone else did – assumed. Anyway, am a mac person because I don’t have to fiddle around with everything to work so am bamboozled by some instructions. I have downloaded all of the software, opened terminal but am confused re:compiling software. Am I doing that in terminal? I type cd ghostscript but it keeps saying command not found. Sorry about the basic – I am usually quite competent but this is making me feel stupid. Thanks, Wendy
Re above sorry it says No such file or directory
Re above 2 i have ran the configure straight from the folder (desperate times) and the final line said configure: error: I wasn’t able to find a copy
of the jpeg library. This is required for compiling
ghostscript. Please download a copy of the source,
e.g. from http://www.ijg.org/, unpack it at the
top level of the gs source tree, and rename
the directory to ‘jpeg’.
I’ve started looking for sharp implements
Hi Wendy! The terminal can definitely be daunting, and was pretty much the only way to use a computer until the Mac came along.
If you’re getting a “no such file or directory” error, that means one of two things: 1. you aren’t in the folder that contains the ghostscript folder, or 2. you aren’t getting the full folder name of the ghostscript folder.
To get around either problem, do this: type cd and add a space after it in the terminal, then find the ghostscript folder in the Finder. Drag and drop that folder onto the terminal window, and it will fill in the full path. Then, just hit return in the terminal and continue with the instructions. Do the same thing for each of the folders as needed throughout the instructions.
Let me know if you run into any other problems!
Wendy, if you use AIM or iChat, send me an email with your username and I can work with you over chat to figure out what’s going on, if you want. ryan at bigwoofs.com
Thanks Ryan, my ichat username is Wendy Atkinson
PS i am in Australia so when it says 01:37 it is actually 21:37 in Australia
Thank you so much, have successfully printed – weird colours but it’s a step forward! Thanks for your dedication to us hapless users with little to no clue!
Question about custom colour printer profile; if I get this rom ebay and install will it affect other printers or just my HP?
Great, glad you were able to get it working! The custom profile will only be applied to this particular printer. You can even muck around with some of the included profiles already, though none of them really make much of a difference.
In the print dialog box, you can select Printer Features from the third drop-down menu (you might have to click the blue triangle button next to the drop-down menu where you select which printer to send the job to). Then you are presented with another drop-down menu for Feature Sets. Select Adjustment, and you can pick different ICC profiles to apply to the print job, including the one you buy from ebay, after you install it.
Thank you for this blog posting. In my experience everything worked, perectly according yo your instructions, but I could not get to the full printer settings drop down menu (it was showing my DPI and not the color settings) until I restarted the MAC. This may have been because before I found your blog, I had tried one of the other HP drivers. I suggest adding a MAC restart to your instructions.
Regarding color matching, I experimented with every .icm file the printer settings had for this driver and found that ‘ HP1600/2600-ICCFactory 1 (Default) ‘ worked the best. Aside from some images printing a little darker than they show on the monitor, I found the photos to be of very good quality. For $130 (what I paid as BestBuy yesterday), I will not complain. To set the .icm, you do:
Print->Printer Features->Adjustment->HP 1600/2600-ICCFactory 1 (default)
(I doubled checked that the ./getweb 1215 step of your instructions grabbed the HP 1600/2600 ICM, so it seemed likely this ICM was intended for the CP1215).
You can and should save your color settings into a presets profile so that they are handy. To do that: Print->Presets-> Save As and then name your presets. E.g. I named mine ‘colour’.
If anyone knows of tools to produce custom ICM’s, then if I have time in the next two days (I set this printer up for someone I am visiting, and won’t have access to it after Feb 1), I’ll see if I can produce a better ICM.
Hi MikeE, thanks for the information. I just tested both of the 1600/2600 icc profiles, and they do provide a better image than any of the other profiles. It’s still not as good as I get when printing from Windows with HP drivers, but much better than anything else when printing from OS X.
I’ll update the instructions with this information.
As for how to generate custom ICC profiles, there are some instructions in the INSTALL file included with the foo2hp software, but they’re pretty much indecipherable to me at first glance.
Hi Ryan,
I tried to configure the ghostscript and run into a problem. Might it be that my DeveloperTools are obsolete as I actually installed XCode v.1.0? Thanks.
./configure
checking for gcc… gcc
checking for C compiler default output file name…
configure: error: C compiler cannot create executables
See `config.log’ for more details.
Dmitry, that definitely looks like an incompatible version of XCode. They’re on v.3 now, so you should download and install the latest version, and try again.
thanks a lot, will try it out with a more recent version.
Hi,
I am running leopard, I followed all your directions thoroughly down to the word and I’m running into two problems. The only way that I can get anything to actually print is in Microsoft word when clicking the single “Print” button at the top of the program. If using Word or Safari and going into File>Print and I select print, it never actually prints. The print queue appears on the dock and an item gets listed in the queue, however, it shortly after disappears and doesn’t print anything. In general, color mode is set to color; in adjustment, color profile is set to HP 1600/2600 – hpclj2600n-0.icm and all the setting are saved as a preset.
What could the issue be?
Pete, the first thing you should try is: turn the printer off, then delete it from the Print & Fax System Preference. Restart, open up Print & Fax again, then turn the printer on. It should show up automatically, and make sure it’s using the foo2hp driver. You’ll also have to remake any custom printing presets.
Will it print after that?
If not, the next thing to try is: Go to Print & Fax, and right click (or control-click) on the printer list. “Reset printing system” should show up, so select that. This deletes all the printers, as well as any associated configuration files. Re-add the CP1215 and see if it will print.
If it still won’t print, let me know!
@Ryan
Tried both of your suggestions and it continues to do the same exact thing. It will only print from word when clicking the print button and only prints in monochrome.
Do you have any more suggestions?
@Pete
What happens if you open the print queue (from Print & Fax), then drag and drop a pdf or non-Word file into the queue window?
@Ryan
I drag/dropped a pdf and it printed, however, it was monochrome… when viewing the pdf using preview v4.1 and selecting file>print, It just added the assignment to the queue for a second, then disappeared and never printed anything.
I am having what I think is the same issue.
It WILL print – if I select monochrome. But not if I select color. The job is sent to the printer and then simply vanishes; the printer does not seem to notice (lights don’t blink or anything).
(I am guessing that when Pete hits the quick print in word, it bypasses his settings and uses standard settings, which will be monochrome, and that he is having the same trouble as me with color printing.)
Ryan, your guide is really excellent – thanks! Help with this last glitch would be brilliant.
Hmmm, the only thing I can immediately see is there is a newer version of Ghostscript than what I used. I’ll test it and see if that’s the culprit.
Pete and Alex, I’ve tested and verified that it’s the 8.64 version of Ghostscript causing your problem. I’ve updated the instructions to link to the last working version of Ghostscript. You should uninstall the software, and start the process again. Here is what to put into Terminal to wipe out the previous install (all as one line):
sudo rm -r /usr/local/bin/gs /usr/local/bin/foo* /usr/local/etc/foomatic /usr/local/share/ghostscript /usr/local/man/man1/foomatic* /usr/bin/foo2* /usr/share/foo2*Make sure that you put this in exactly as noted. sudo rm -r can really really mess up your computer if used incorrectly!
Hi Ryan,
I’m so glad to have found your site.
But I’m stuck with step 14. when I type make in the foo2zjs folder, it says
#
# Dependencies…
#
***
*** Error: gs is not installed!
***
*** Install ghostscript (gs) package
***
make: *** [all-test] Error 1
I followed your instructions on the installation of ghostscript8.63 and foomatic-filters-3.0.2. Didn’t spot any errors. I’m using OS X. Is there a way to troubleshoot?
Thanks Ryan!
@Serene
Make sure you do the “sudo make install” step for Ghostscript. I got the same error when I forgot to do that step.
To see if you actually have Ghostscript installed, you can type
which gsin the Terminal. If it’s installed, it will return “/usr/local/bin/gs” and if it isn’t installed you’ll get nothing.hey ryan
i have the same problem as serene! after following your guide (which is very cool – i usually dont programm)
i get the error
#
# Dependencies…
#
***
*** Error: gs is not installed!
***
*** Install ghostscript (gs) package
***
make: *** [all-test] Error 1
ive checked if ghostscript was installed but it wasnt so i intalled it again made sure that i did the ‘sudo make install’ thing but it still doesnt work. im using os x 10.5
thanks for your help!
kurt
@kurt and @Serene
Well crap. So you do the ./configure, make, sudo make install for ghostscript, and when you type “which gs”, it just give you another line to type stuff in?
What shows up in your terminal window after you do “sudo make install”? Does it scroll through a bunch of text? What are the last 3 lines it gives you before returning you to where you can type again?
It’s working on my test machine, the only thing I haven’t checked is maybe there’s a new version of XCode that’s different from what I have installed. I’ll look into it.
Hi Ryan and Kurt,
I figured out that what causing this error on my system is my empty password. I did not set any password for this account and thus, assumed that not entering a password when installing ghostscript would work.
I went to System Preference > Accounts > Change password for my account. Start all over again, and bingo, everything works well now!
Ryan, thanks so much for your detailed guide!
Cool!, thanks for the help!.
It works perfect.
Please, if anybody find the most acurate color profile, let us know!.
Nobody else has the complete instructions as you do (Ive been looking for it during the past weeks).
Ryan, you rock!