Had a problem compiling transcode 1.0.4 on my OS X Tiger (PPC).
In file included from /usr/include/math.h:26,
from pvnglobals.h:26,
from pvn.h:15,
from import_pvn.c:39:
/usr/include/architecture/ppc/math.h:179: error: parse error before ‘__attribute__’
/usr/include/architecture/ppc/math.h:179: error: parse error before ‘inline’
/usr/include/architecture/ppc/math.h:180: error: parse error before ‘__attribute__’
/usr/include/architecture/ppc/math.h:180: error: parse error before ‘inline’
… and so forth. The whole math.h business is a red herring; or rather, it’s a [...]
Archive of entries posted on December 2007
transcode compile error – preprocessor macros vs attributes
GUI cues for block-level copy in Disk Utility
In Mac OS X 10.4 Tiger (PPC edition), the only UI difference between a block-level copy and a file-level copy when using Disk Utility’s Restore (a.k.a. disk cloning) mode is that the progress bar label reports “Copying Blocks…” for the former and just plain “Copying…” for the latter. The difference is significant, especially for [...]