Search found 7 matches

by PetruD
Thu Oct 04, 2012 12:51 pm
Forum: Compiling Audacity
Topic: "No targets specified and no makefile found" on make
Replies: 18
Views: 14632

Re: "No targets specified and no makefile found" on make

Wow you're a musician. :) I sing in a choir too. :) I'm seeking to develop my own app that does music recording, note recognition and other stuff and I wanted to have Audacity as a playground. I know I can use vim, g++ and aaaall that stuff and I actually do, but I never tried for very large project...
by PetruD
Wed Oct 03, 2012 5:29 pm
Forum: Compiling Audacity
Topic: "No targets specified and no makefile found" on make
Replies: 18
Views: 14632

Re: "No targets specified and no makefile found" on make

I have just managed to compile Audacity! The problem was that the path to the source code had a folder that had whitespace in its name.

Now, what IDE do you recommend me to work with the source code? Or maybe there is no such IDE, and I have to do it the hard way in vim?
by PetruD
Sat Sep 22, 2012 7:39 pm
Forum: Compiling Audacity
Topic: "No targets specified and no makefile found" on make
Replies: 18
Views: 14632

Re: "No targets specified and no makefile found" on make

I tried it, then it complained about libflac. I appended --without-libflac, then it complained about libid3tag. I appended --without-libid3tag then it gave me this: make -C lib-src make[1]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src' make -C FileDialog mak...
by PetruD
Sat Sep 22, 2012 7:55 am
Forum: Compiling Audacity
Topic: "No targets specified and no makefile found" on make
Replies: 18
Views: 14632

Re: "No targets specified and no makefile found" on make

=== configuring in lib-src/libid3tag (/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/libid3tag) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local/' '--with-wx-config=/usr/bin/wx-config' '--disable-programs' --cache-file=/dev/null --srcdir=. ...
by PetruD
Fri Sep 21, 2012 7:28 pm
Forum: Compiling Audacity
Topic: "No targets specified and no makefile found" on make
Replies: 18
Views: 14632

Re: "No targets specified and no makefile found" on make

I did exactly that and it still complains about the same thing - libogg. What should I change to disable it, maybe? :|
by PetruD
Thu Sep 13, 2012 7:27 am
Forum: Compiling Audacity
Topic: "No targets specified and no makefile found" on make
Replies: 18
Views: 14632

Re: "No targets specified and no makefile found" on make

I'm using the last Ubuntu. I used "apt-get build-dep audacity" for installing the dependencies. Thank you for your help.
by PetruD
Wed Sep 12, 2012 8:57 pm
Forum: Compiling Audacity
Topic: "No targets specified and no makefile found" on make
Replies: 18
Views: 14632

"No targets specified and no makefile found" on make

Hi! Forgive me for bothering you with another compiling related question. I never EVER managed to compile a large app on ANY OS, maybe I'll be able with Audacity... But not yet, because I'm getting "No targets and no makefile" when running make. Here's the output: make -C lib-src make[1]: Entering d...