Skip to content
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

[WIP] Vendoring project #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nlamirault
Copy link

Signed-off-by: Nicolas Lamirault [email protected]

Signed-off-by: Nicolas Lamirault <[email protected]>
@nlamirault nlamirault changed the title Vendoring project [WIP] Vendoring project Feb 3, 2017
@nlamirault
Copy link
Author

I've got this error during build :

$ make build
go build -o build/flis -v -ldflags "-X main.version=a84d553 -w -s" .
github.com/mikkeloscar/flis/vendor/github.com/mikkeloscar/go-wlc
github.com/mikkeloscar/flis/vendor/github.com/mikkeloscar/go-xkbcommon
github.com/mikkeloscar/flis/input
# github.com/mikkeloscar/flis/vendor/github.com/mikkeloscar/go-wlc
vendor/github.com/mikkeloscar/go-wlc/types.go:11:19: type C.struct_wlc_event_source: undefined C type 'struct wlc_event_source'
vendor/github.com/mikkeloscar/go-wlc/types.go:43:19: type C.enum_wlc_view_state_bit: undefined C type 'enum wlc_view_state_bit'
vendor/github.com/mikkeloscar/go-wlc/types.go:53:18: type C.enum_wlc_view_type_bit: undefined C type 'enum wlc_view_type_bit'
vendor/github.com/mikkeloscar/go-wlc/types.go:63:28: type C.enum_wlc_view_property_update_bit: undefined C type 'enum wlc_view_property_update_bit'
vendor/github.com/mikkeloscar/go-wlc/types.go:72:17: type C.enum_wlc_resize_edge: undefined C type 'enum wlc_resize_edge'
vendor/github.com/mikkeloscar/go-wlc/types.go:121:20: type C.enum_wlc_scroll_axis_bit: undefined C type 'enum wlc_scroll_axis_bit'
vendor/github.com/mikkeloscar/go-wlc/types.go:128:16: type C.enum_wlc_touch_type: undefined C type 'enum wlc_touch_type'
vendor/github.com/mikkeloscar/go-wlc/types.go:138:26: type C.enum_wlc_positioner_anchor_bit: undefined C type 'enum wlc_positioner_anchor_bit'
vendor/github.com/mikkeloscar/go-wlc/types.go:148:27: type C.enum_wlc_positioner_gravity_bit: undefined C type 'enum wlc_positioner_gravity_bit'
vendor/github.com/mikkeloscar/go-wlc/types.go:158:40: type C.enum_wlc_positioner_constraint_adjustment_bit: undefined C type 'enum wlc_positioner_constraint_adjustment_bit'
vendor/github.com/mikkeloscar/go-wlc/types.go:176:26: type C.struct_wlc_modifiers: undefined C type 'struct wlc_modifiers'
vendor/github.com/mikkeloscar/go-wlc/types.go:177:10: type C.struct_wlc_modifiers: undefined C type 'struct wlc_modifiers'
vendor/github.com/mikkeloscar/go-wlc/types.go:178:9: invalid conversion to C.uint32_t: undefined C type 'uint32_t'
vendor/github.com/mikkeloscar/go-wlc/types.go:179:9: invalid conversion to C.uint32_t: undefined C type 'uint32_t'
vendor/github.com/mikkeloscar/go-wlc/types.go:183:19: type C.struct_wlc_modifiers: undefined C type 'struct wlc_modifiers'

Signed-off-by: Nicolas Lamirault <[email protected]>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.931% when pulling 0787e3c on nlamirault:vendoring into c51c090 on mikkeloscar:master.

Signed-off-by: Nicolas Lamirault <[email protected]>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.931% when pulling 52dd40b on nlamirault:vendoring into c51c090 on mikkeloscar:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.931% when pulling 52dd40b on nlamirault:vendoring into c51c090 on mikkeloscar:master.

@nlamirault
Copy link
Author

OK. It works fine now.

$ build/flis
WARN[0000] unable to load config: open /home/nlamirault/.flis/config: no such file or directory
WARN[0000] unable to load config: open /home/nlamirault/.config/flis/config: no such file or directory
ERRO[0000] Failed to parse config '': failed to load config file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants