GithubHelp home page GithubHelp logo

how to compile it about dsf2flac HOT 4 CLOSED

mistepien avatar mistepien commented on July 17, 2024
how to compile it

from dsf2flac.

Comments (4)

mishan avatar mishan commented on July 17, 2024

@mistepien Well, short of using the IDE the author is using, you'd have to compile it by hand, making sure to get all the CFLAGS (compilation time) and LDFLAGS (link time) correct.

I just discovered this project last night and saw your issue. I was going to just toss in some basic Makefiles but that's not as portable -- different systems have libraries installed in different places. I'm adding an autoconf/automake system to dsf2flac so that you can simply do ./configure && make && make install once I'm done. I'm at least 80% of the way finished. It's been over 10 years since I've mucked around with writing my own autotools stuff.

from dsf2flac.

mistepien avatar mistepien commented on July 17, 2024

On 22/04/16 05:47, Misha Nasledov wrote:

@mistepien Well, short of using the IDE the author is using, you'd have to compile it by hand, making sure to get all the CFLAGS (compilation time) and LDFLAGS (link time) correct.

I just discovered this project last night and saw your issue. I was going to just toss in some basic Makefiles but that's not as portable -- different systems have libraries installed in different places. I'm adding an autoconf/automake system to dsf2flac so that you can simply do ./configure && make && make install once I'm done. I'm at least 80% of the way finished. It's been over 10 years since I've mucked around with writing my own autotools stuff.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#1 (comment)

Great news. Thanks a lot!
I appreciate your efforts. This will make dsf2flac more portable.

michal

from dsf2flac.

mishan avatar mishan commented on July 17, 2024

@mistepien You should be able to compile it on Linux no problemo now. Changes have been merged into master. And @hank says he's working on getting it to build under Cygwin as well, which is pretty cool!

Best,
Misha

from dsf2flac.

hank avatar hank commented on July 17, 2024

Just tried in linux with gcc4 and gcc6 - both work now. Just do ./autogen.sh, ./configure, make and it will build.

from dsf2flac.

Related Issues (16)

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.