-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined errors from CockroachDB when trying to build #41
Comments
See the last line of the readme:
|
Apologies @mjibson, as a post-posting edit, I mentioned that I had done that! 🙇 |
Those identifiers should appear in a file called tokens.go. I'm not convinced make ran successfully because it would exist otherwise. Other option is to checkout https://github.com/cockroachdb/cockroach-gen at github.com/cockroachdb/cockroach which already has all of the files pregenerated. |
That was it! I was getting really variable output when running Now I'm getting different
|
Ah yeah. WASM isn't going to work because cockroach uses some unix-only stuff that's only been added for windows. I think I fixed all of them once and the output was still like a 50MB wasm file which is way too huge for any browser or serverless platform to accept. |
I've definitely ran
make
in the$GOPATH/src/github.com/cockroachdb/cockroach
dir, but still seem to be getting this undefined errors.The text was updated successfully, but these errors were encountered: