Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Beej

macrumors 68020
Original poster
This is one for you Unix heads... I'm trying to make something in 10.2, but I get the error "makedepend: Command not found". I can't find anything on the net about makedepend for Mac... any suggestions?
 
Don't know if this is it or not but there is a parameter you can provide for some versions of the make command which is dependencies. Do you have a script which is using a command like:

make dep ...

I don't think the make system included with OSX supports it.
 
Ah, ok, sorry, I should have said... I know which line is causing the problem, what I want to know is how to fix it.

You're right about what is causing the problem. The line is "(cd src ; make depend ; make ; cd ..)"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.