Github user parthchandra commented on the issue:
https://github.com/apache/drill/pull/602
I just put the FindCppUnit hack in my branch here:
https://github.com/parthchandra/drill/tree/DRILL-4420
I hit another issue (bit of a show stopper) with windows. In order to get
on with the build, I had hardcoded the drill version info that is generated by
the call to maven (I didn't have maven installed).
After installing maven and getting it to work correctly, I found that the
Cmake script did not execute correctly because Drill_src seems to come back
with forward slashes which Windows interprets as command options.
Fixing it by hand and trying to run maven on the command line fails with
the error: Cannot ruin program echo.
Windows cmd has an 'echo' which does something entirely unexpected.
Also there is no 'sed'.
I don't know a solution to this yet.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---