We've recently put the eunit dependency in a git submodule, and
unfortunately the docs haven't been updated for this yet. Fortunately,
it's pretty easy to make it build. From the top level fuzed directory,
type:
git submodule init
git submodule update
rake build_eunit
rake
This should result in that error going away. Abhay says he'll update
the readme to explain the build process. If you experience any other
trouble let us know!
- dlf
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google
> Groups "Fuzed" group.
> To post to this group, send email to fu...@googlegroups.com
> To unsubscribe from this group, send email to fuzed-un...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/fuzed?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
> This should result in that error going away. Abhay says he'll update
> the readme to explain the build process. If you experience any other
> trouble let us know!
Done.
http://github.com/KirinDave/fuzed/commit/c701f00be4fedcfe41016e415685d4464a0172d2
- Abhay