GithubHelp home page GithubHelp logo

Comments (2)

beschulz avatar beschulz commented on August 10, 2024

It looks to me, like there where no compile errors.
Thus the binary should be in bin/Linux/.

if you're in the build directory, you can start it via ../bin/Linux/wav2png

The binary does not get copied to your path. But you can do it manually,
via:
sudo cp bin/Linux/wav2png /usr/local/bin/

Hope that help, Sincerely
-- Benjamin

2012/7/19 johnfrederik <
[email protected]

On Debian I can't get wav2png to work.

when I try to compile it, it returns this:

root@sabrina:/usr/local/share/wav2png/build# make all
echo "#ifndef VERSION_HPP__" > ../src/version.hpp
echo "#define VERSION_HPP__" >> ../src/version.hpp
echo "namespace {" >> ../src/version.hpp
echo "  namespace version {" >> ../src/version.hpp
echo "          static const std::string date=\"`date`\";" >>
../src/version.hpp
echo "          static const std::string platform=\"Linux\";" >>
../src/version.hpp
echo "          static const std::string version=\"`cat version.txt`\";"
>> ../src/version.hpp
echo "  }; /* namespace version */" >> ../src/version.hpp
echo "} /* anonymous namespace */" >> ../src/version.hpp
echo "#endif /* VERSION_HPP__ */" >> ../src/version.hpp
mkdir -p `dirname ../bin/Linux/wav2png`
g++ -O3 -Wall -Werror ../src/*.cpp  `libpng-config --ldflags` -lsndfile
 -lboost_program_options -o ../bin/Linux/wav2png
root@sabrina:/usr/local/share/wav2png/build#

I don't know if it's supposed to show that, but after that:

root@sabrina:/usr/local/share/wav2png/build# wav2png
bash: wav2png: command not found

I'm a real noob when it comes to compiling/installing stuff on a linux
server, so maybe i'm doing something wrong?

I did install all the dependencies


Reply to this email directly or view it on GitHub:
#2

from wav2png.

lu3do avatar lu3do commented on August 10, 2024

Thanks a million,

It works great now, awsome script!

from wav2png.

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.