Re: 1.06 fails to build - freeBSD
Adam Back <[email protected]>
| Newsgroups | gmane.mail.spam.hashcash |
|---|---|
| Message-ID | <[email protected]> |
OK this is just the Makefile. If you delete everything between ifdef and endif (lines 5-14), plus line 49 and 53 it'll work again. Need to figure out how to do that ifdef stuff more portably. (It was designed to not show "make <platform> blah blah" informational stuff for humans if called from a packager such as RPM or gentoo EBUILD. Seems ifdef is gnu Make specific). Adam On Sat, Sep 11, 2004 at 04:23:21AM -0400, Atom 'Smasher' wrote: > this is as far as 1.06 gets on my freeBSD box: > > # make > "Makefile", line 5: Need an operator > "Makefile", line 6: Need an operator > "Makefile", line 8: Need an operator > "Makefile", line 9: Need an operator > "Makefile", line 10: Need an operator > "Makefile", line 11: Need an operator > "Makefile", line 13: Need an operator > "Makefile", line 14: Need an operator > "Makefile", line 49: Need an operator > "Makefile", line 53: Need an operator > make: fatal errors encountered -- cannot continue > > i still don't know enough C to fix it, but i'll be happy to run tests if > anyone wants.