Giter Site home page Giter Site logo

pukcab's People

Contributors

lyonel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

arran4 pipiche38

pukcab's Issues

Building for aarch64

I'm investigating the way to produce an aarch64 compatible biunary file, but struggling.

 % go version
go version go1.21.4 linux/arm64

Makefile:66: warning: ignoring prerequisites on suffix rule definition
go get github.com/govend/govend
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
make: *** [Makefile:18: bin/govend] Error 1

(1) it looks like:
go get github.com/govend/govend
need to be replaced with
go install github.com/govend/govend@latest

[support@pi4 pukcab]$ make
Makefile:66: warning: ignoring prerequisites on suffix rule definition
go install github.com/govend/govend@latest
go: downloading github.com/govend/govend v0.0.0-20161030221341-e600875ef1a6
go: finding module for package github.com/BurntSushi/toml
go: finding module for package gopkg.in/yaml.v2
go: finding module for package github.com/spf13/cobra
go: finding module for package github.com/kr/fs
go: downloading github.com/kr/fs v0.1.0
go: downloading github.com/spf13/cobra v1.8.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/BurntSushi/toml v1.3.2
go: found github.com/spf13/cobra in github.com/spf13/cobra v1.8.0
go: found github.com/kr/fs in github.com/kr/fs v0.1.0
go: found gopkg.in/yaml.v2 in gopkg.in/yaml.v2 v2.4.0
go: found github.com/BurntSushi/toml in github.com/BurntSushi/toml v1.3.2
go: downloading github.com/spf13/pflag v1.0.5
git bad ping: unrecognized import path "git" (import path does not begin with hostname)
testing/fstest bad ping: unrecognized import path "testing/fstest" (import path does not begin with hostname)
io/fs bad ping: unrecognized import path "io/fs" (import path does not begin with hostname)
embed bad ping: unrecognized import path "embed" (import path does not begin with hostname)
github.com/lyonel/go-sqlite3/sqlite3_test bad ping: stat vendor/github.com/lyonel/go-sqlite3/sqlite3_test: no such file or directory
go install pukcab
go: 'go install' requires a version when current directory is not in a module
Try 'go install pukcab@latest' to install the latest version
make: *** [Makefile:15: bin/pukcab] Error 1

windows support?

Hi, sorry but when I tried compile it on windows I get an error related do sqlite3, is possible run pubcab with windows?..basically I need a binary file because I need run pukcab in several machines but not sure if it's possible..thank you!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.