go build -o terraform-provider-vcd
/dropbox/go/src/github.com/jzbruno/terraform-provider-vcd$ go build -o terraform-provider-vcd
# github.com/hashicorp/terraform/config
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_lex.go:25: undefined: exprSymType
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_lex.go:41: undefined: COMMA
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_lex.go:43: undefined: LEFTPAREN
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_lex.go:45: undefined: RIGHTPAREN
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_lex.go:53: undefined: exprSymType
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_lex.go:80: undefined: IDENTIFIER
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_lex.go:83: undefined: exprSymType
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_lex.go:103: undefined: STRING
/dropbox/go/src/github.com/hashicorp/terraform/config/expr_parse.go:25: undefined: exprParse
/dropbox/go/src/github.com/jzbruno/terraform-provider-vcd$
/dropbox/go/src/github.com/jzbruno/terraform-provider-vcd/main.go:8: cannot use Provider() (type *schema.Provider) as type *plugin.ServeOpts in argument to plugin.Serve