On 03/02/2013 01:00 PM, Karl Williamson wrote:
I believe this fixes all the remaining compile errors.I cut the sed command in makedepend to 500 from 1000. We can just experiment cutting it down until it works.
I should have said instead that this should have fixed the remaining miniperl compile errors. Compiling the rest of Perl will fail, likely spectacularly. But once miniperl is compiled, something like this should work:
./miniperl -le 'print "Hello World"' (using Linux shell syntax)
