Anyone compiled partimage on Mac OS X Leopard?
John Musbach
johnmusbach at gmail.com
Wed Nov 14 22:53:47 PST 2007
On Nov 14, 2007 10:33 PM, LuKreme <kremels at kreme.com> wrote:
> Obviously the make file is looking for a specific darwin version.
> PROBABLY this is an attempt to ensure install on at least 10.4.3 or
> some number. Anyway, you'd have to dig into the configure file and
> see where it's checking the darwin version, and maybe comment out that
> section?
the section appears to be:
{ { echo "$as_me:$LINENO: error: Unsupported system type $target_os" >&5
echo "$as_me: error: Unsupported system type $target_os" >&2;}
{ (exit 1); exit 1; }; }
;;
esac
however surrounding that bit with /* and */ causes the configure
script to exit with the error:
./configure: line 24463: syntax error near unexpected token `}'
./configure: line 24463: `echo "$as_me: error: Unsupported system type
$target_os" >&2;}'
So what should I do? Thanks!
P.S. The configure script has been pastbin'd here: http://pastebin.ca/774391
--
Best Regards,
John Musbach
More information about the MacOSX-talk
mailing list