Quote:
Originally Posted by
Corona688
...seems doubtful considering one of the files it demands is /usr/include/
i386/_structs.h
Not apple-specific. All things considered I'm shocked it compiled on OSX at all.
Aside from the fact that MacOS X has been running on Intel processors & other commodity hardware exclusively for years now. The days of Motorola CPUs and special interfaces are loooong gone.
EDIT: According to Wikipedia, Apple
discontinued the PowerPC in 2006, focusing on the Intel platform instead.
Quote:
If you can figure out what _types.h, etc are all doing, you may be able to find portable equivalents. This'd be porting the code, however, rewriting some things, not a simple conversion.
_types.h is quite similar to Linux' sys/types.h, only it isn't. I've tried replacing one with the other for this code, and it still won't work. And the way the Makefile is written it apparently uses BSDs make, too, which again works quite different that GNU make.