Coder Social home page Coder Social logo

Comments (4)

cpjolicoeur avatar cpjolicoeur commented on May 28, 2024

👍

from vips.

cpjolicoeur avatar cpjolicoeur commented on May 28, 2024

@DAddYE any help on how to cross-compile and app that uses Vips? I'm running OS X (darwin) and need to compile for linux/amd64. I've tried doing

GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build ...

but get a linker error of

ld: unknown option: --build-id=none
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Do you need to maybe add some of the #cgo LDFLAGS directives?

// #cgo LDFLAGS: ...

from vips.

jfragosoperez avatar jfragosoperez commented on May 28, 2024

any news on this problem? @cpjolicoeur did you manage to solve it? we've the same issue

from vips.

jfragosoperez avatar jfragosoperez commented on May 28, 2024

Description of the issue:

Running a build of my project (uses vips) for linux in a macbook:
env GOOS=linux GOARCH=amd64 go build -v .

to build a binary for deploying it into a linux server, I get:
go build github.com/daddye/vips: no buildable Go source files in $GOPATH/src/github.com/daddye/vips

If I do a simple build, without specifying the GOOS and GOARCH, leads to a successful build with no errors. The strange thing is that the code builds and runs locally in my machine, but the problem comes when trying to generate the linux bin.

from vips.

Related Issues (20)

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.