qamel icon indicating copy to clipboard operation
qamel copied to clipboard

Simple QML binding for Go

Results 16 qamel issues
Sort by recently updated
recently updated
newest added

When I run `qamel build` in project` qamel-hn`, I encountered the following error remind ``` can't load package: package qamel-hn: /Users/barry/gopath/src/qamel-hn/qamel-cgo-main.go: malformed #cgo argument: $(foreach ``` and My operating system...

go get -u -v github.com/go-qamel/qamel/cmd/qamel github.com/go-qamel/qamel (download) github.com/fatih/color (download) github.com/muesli/go-app-paths (download) github.com/mitchellh/go-homedir (download) github.com/spf13/cobra (download) github.com/inconshreveable/mousetrap (download) github.com/spf13/pflag (download) github.com/fatih/color/vendor/github.com/mattn/go-isatty github.com/inconshreveable/mousetrap github.com/go-qamel/qamel/internal/config github.com/mitchellh/go-homedir github.com/spf13/pflag github.com/muesli/go-app-paths github.com/fatih/color/vendor/github.com/mattn/go-colorable github.com/go-qamel/qamel/internal/generator github.com/fatih/color github.com/spf13/cobra github.com/go-qamel/qamel/internal/cmd...

i did profile setup for windows this is it `Details of profile win_64 OS : windows Arch : amd64 Static : false Qmake : /opt/Qt/5.14.1/gcc_64/bin/qmake Moc : /opt/Qt/5.14.1/gcc_64/bin/moc Rcc :...

Trying to install: go get -u -v github.com/RadhiFadlillah/qamel/cmd/qamel  ✔  9014  08:58:56 github.com/RadhiFadlillah/qamel (download) github.com/go-qamel/qamel (download) github.com/fatih/color (download) github.com/muesli/go-app-paths (download) github.com/mitchellh/go-homedir (download) github.com/spf13/cobra (download) github.com/spf13/pflag (download) ../go/src/github.com/RadhiFadlillah/qamel/cmd/qamel/main.go:7:2: use...

the same problem when using the "camel docker win64-static" or "qamel docker win64" command ![image](https://user-images.githubusercontent.com/46865205/64316625-5bd71b00-cf83-11e9-8cba-b4a9143974bc.png)

This issue is follow up from #15 and might be related with #16. Qamel doesn't work when using `cmd` and `powershell`, yet it works properly when used via third party...