Closed AndrewGrossman closed 6 years ago
See the last paragraph of the README. You have to checkout and build cockroach on your own. I'm in the process of fixing this now, but it's tricky because cockroach is complicated.
I did build cockroach separately from master? Didn't notice any errors on the build.
On Fri, Sep 28, 2018 at 2:33 PM Matt Jibson notifications@github.com wrote:
See the last paragraph of the README. You have to checkout and build cockroach on your own. I'm in the process of fixing this now, but it's tricky because cockroach is complicated.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mjibson/sqlfmt/issues/34#issuecomment-425527329, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWBNP-2SCU8NtS00sa30ll9mvXoqogvks5ufmtggaJpZM4W_AT- .
Did you run make
in the cockroach directory? You can verify it succeeded by executing ./cockroach
there.
Looks like I hadn't built cockroach right due to missing dependencies. Still working through it now.
On Fri, Sep 28, 2018 at 3:04 PM Matt Jibson notifications@github.com wrote:
Did you run make in the cockroach directory? You can verify it succeeded by executing ./cockroach there.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mjibson/sqlfmt/issues/34#issuecomment-425535790, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWBNDXzyEgSjJkhezgnB6MhgigKQ0_uks5ufnLQgaJpZM4W_AT- .
I'm a Go noob, so I'm not quite certain where go to from here, and the docs on building are quite sparse at this point. Any clues on getting the following error set when trying to build?