Giter VIP home page Giter VIP logo

conan-sdl2_image's People

Contributors

a-teammate avatar croydon avatar lasote avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

conan-sdl2_image's Issues

Undefined reference to libsndio

When I try to build SDL2_image on Ubuntu 16.04 I get these errors:

./.libs/libSDL2_image.so: undefined reference to `sio_getpar'
./.libs/libSDL2_image.so: undefined reference to `sio_write'
./.libs/libSDL2_image.so: undefined reference to `sio_setpar'
./.libs/libSDL2_image.so: undefined reference to `sio_close'
./.libs/libSDL2_image.so: undefined reference to `sio_read'
./.libs/libSDL2_image.so: undefined reference to `sio_initpar'
./.libs/libSDL2_image.so: undefined reference to `sio_stop'
./.libs/libSDL2_image.so: undefined reference to `sio_open'
./.libs/libSDL2_image.so: undefined reference to `sio_start'

Looks like it detects that I have libsndio-dev installed the -lsndio flag is not supplied

windows support

Well it tells me to contact the author, since I'm trying to build on Windows.

Is windows support coming?

I see that the sdl2_image build procedure is pretty static.

So one clean way would be to add cmake/gn/gyp whatever support to SDL2_image or patch it using conan.
If you need building yourself (which you definitely do at least for non-C libs. I know you know) one could:

  1. upgrade the project (if newer than VS 2008)
  2. replace the same stuff in the .vcxproj file (as you do in your build_with_make function
  3. replace some more stuff since there is a VisualC/external folder containing includes..
  4. build using the cli

Im probably telling you nothing new here.

P.S: Interchanging "Windows built" with Visual Studio is not fully correct ofc. MinGW support would require less headache, but some posix commands (namely the chmods) would need to go into if conditions

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.