Page 1 of 2

"No targets specified and no makefile found" on make

Posted: Wed Sep 12, 2012 8:57 pm
by PetruD
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:

Code: Select all

make -C lib-src
make[1]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src'
make -C FileDialog
make[2]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/FileDialog'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/FileDialog'
ln -sf FileDialog/FileDialog.a FileDialog.a
make -C libogg
make[2]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/libogg'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/libogg'
make[1]: *** [libogg-recursive] Error 2
make[1]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src'
make: *** [audacity] Error 2
I (am trying to) follow the basic steps: svn checkout, install the build dependencies, ./configure, make, etc..

Note that before I was even able to run make I combed the internet to see why ./configure wasn't working. It was saying that a numeric argument was expected. I passed that error by commenting a line in "configure", as a forum thread I found somewhere suggested.

Any tip much appreciated.

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

Posted: Wed Sep 12, 2012 9:39 pm
by steve
PetruD wrote:Hi! Forgive me for bothering you with another compiling related question.
No problem, that's what this forum board is for :)

What operating system are you using?

Try running

Code: Select all

make distclean
from the source directory to perform a clean up before doing anything else.

How did you install the dependencies?

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

Posted: Thu Sep 13, 2012 7:27 am
by PetruD
I'm using the last Ubuntu. I used "apt-get build-dep audacity" for installing the dependencies. Thank you for your help.

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

Posted: Thu Sep 13, 2012 1:30 pm
by steve
Try running "apt-get build-dep audacity" again, and check the output carefully to see if there are any dependencies that cannot be installed.
If that all looks OK, try doing the ./configure and make again, after running make distclean.

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

Posted: Fri Sep 21, 2012 7:28 pm
by PetruD
I did exactly that and it still complains about the same thing - libogg. What should I change to disable it, maybe? :|

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

Posted: Fri Sep 21, 2012 7:35 pm
by steve
Could you post the last 20 or so lines of the output from ./configure

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

Posted: Sat Sep 22, 2012 7:55 am
by PetruD

Code: Select all

=== 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=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/bin/bash: /media/ARHIVA/ARHIVA: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for ftruncate... yes
checking for compress2 in -lz... yes
checking whether to enable profiling... no
checking whether to enable debugging... default
configure: creating ./config.status
config.status: creating Makefile
config.status: creating msvc++/Makefile
config.status: creating libid3tag.list
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in lib-src/libresample (/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/libresample)
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=.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking inttypes.h usability... yes
checking inttypes.h presence... yes
checking for inttypes.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/config.h

Type 'configure --help' to see options.

Type 'make' to build libresample.
=== configuring in lib-src/sbsms (/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/sbsms)
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=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
configure: WARNING: Libtool does not cope well with whitespace in `pwd`
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking how to run the C++ preprocessor... g++ -E
checking for C++ compiler vendor... gnu
checking for lrint... yes
checking for lrintf... yes
gnu XXX
checking whether C++ compiler accepts -msse... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/bin/bash: /media/ARHIVA/ARHIVA: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating libsbsms.spec
config.status: creating sbsms.pc
config.status: creating src/config.h
config.status: executing libtool commands
config.status: executing depfiles commands
=== configuring in lib-src/libnyquist (/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/libnyquist)
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=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/bin/bash: /media/ARHIVA/ARHIVA: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking CFLAGS for strict prototypes... -Wstrict-prototypes
checking wall_flags for maximum warnings... -Wall
checking for a sed that does not truncate output... /bin/sed
checking whether the C++ compiler accepts the  -Wall flag... yes
checking whether the C++ preprocessor accepts the  -Wall flag... yes
checking for strchr... yes
checking for memmove... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands

Run 'configure --help' for an explanation of the possible options,
otherwise run 'make' to build libnyquist.
=== configuring in lib-src/portmixer (/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/portmixer)
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=.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether to compile debug version... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking for pa_unix_oss.h... yes
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking pa_linux_alsa.h usability... yes
checking pa_linux_alsa.h presence... yes
checking for pa_linux_alsa.h... yes
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking portaudio.h usability... yes
checking portaudio.h presence... yes
checking for portaudio.h... yes
configure: ---------------------------------------
configure: Including support for OSS
configure: Including support for ALSA
configure: ---------------------------------------
configure: creating ./config.status
config.status: creating Makefile

Finished configure:
LIBVORBIS: using LOCAL libraries
LIBMAD: using SYSTEM libraries
LIBSNDFILE: using SYSTEM libraries
LIBFLAC: using LOCAL libraries
LIBID3TAG: using LOCAL libraries
LIBSAMPLERATE: disabled
LIBRESAMPLE: using LOCAL libraries
LIBSBSMS: using LOCAL libraries
LIBSOUNDTOUCH: using SYSTEM libraries
LIBNYQUIST: using LOCAL libraries
LIBVAMP: using SYSTEM libraries
LIBEXPAT: using LOCAL libraries
LIBTWOLAME: using SYSTEM libraries
FFMPEG: using SYSTEM libraries
PORTSMF: using SYSTEM libraries
PORTAUDIO: using SYSTEM libraries
LAME: using LOCAL libraries
ladspa: enabled
audiounits: disabled
prefix=/usr/local/

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

Posted: Sat Sep 22, 2012 10:33 am
by steve
There's no obvious problem there.

Try compiling with this option:

Code: Select all

./configure --without-libvorbis

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

Posted: Sat Sep 22, 2012 7:39 pm
by PetruD
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:

Code: Select all

make -C lib-src
make[1]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src'
make -C FileDialog
make[2]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/FileDialog'
g++ -c -g -O2 -I.  -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    FileDialog.cpp -o FileDialog.o
g++ -c -g -O2 -I.  -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    gtk/FileDialogPrivate.cpp -o gtk/FileDialogPrivate.o
gtk/FileDialogPrivate.cpp: In function ‘void gtk_filedialog_ok_callback(GtkWidget*, FileDialog*)’:
gtk/FileDialogPrivate.cpp:102:23: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
/usr/bin/ar ruv FileDialog.a FileDialog.o gtk/FileDialogPrivate.o
/usr/bin/ar: creating FileDialog.a
a - FileDialog.o
a - gtk/FileDialogPrivate.o
ranlib FileDialog.a
make[2]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/FileDialog'
ln -sf FileDialog/FileDialog.a FileDialog.a
make -C libresample libresample.a
make[2]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/libresample'
gcc -c -g -O2  src/resample.c -o src/resample.c.o
gcc -c -g -O2  src/resamplesubs.c -o src/resamplesubs.c.o
gcc -c -g -O2  src/filterkit.c -o src/filterkit.c.o
/usr/bin/ar ruv libresample.a src/resample.c.o src/resamplesubs.c.o src/filterkit.c.o
/usr/bin/ar: creating libresample.a
a - src/resample.c.o
a - src/resamplesubs.c.o
a - src/filterkit.c.o
ranlib libresample.a
make[2]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/libresample'
ln -sf libresample/libresample.a libresample.a
make -C sbsms
make[2]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/sbsms'
Making all in src
make[3]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/sbsms/src'
make  all-am
make[4]: Entering directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/sbsms/src'
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.    -ffast-math -funroll-loops -O3 -fomit-frame-pointer -msse -I../include  -MT sms.lo -MD -MP -MF .deps/sms.Tpo -c -o sms.lo sms.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -ffast-math -funroll-loops -O3 -fomit-frame-pointer -msse -I../include -MT sms.lo -MD -MP -MF .deps/sms.Tpo -c sms.cpp -o sms.o
sms.cpp:1833:1: fatal error: opening dependency file .deps/sms.Tpo: Permission denied
compilation terminated.
make[4]: *** [sms.lo] Error 1
make[4]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/sbsms/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/sbsms/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src/sbsms'
make[1]: *** [sbsms-recursive] Error 2
make[1]: Leaving directory `/media/ARHIVA/ARHIVA INFO/WORK/AUDACITY/audacity-read-only/lib-src'
make: *** [audacity] Error 2
For the time being I'm trying to compile Audacity on Windows.....

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

Posted: Sun Sep 23, 2012 4:28 am
by Gale Andrews
These steps usually "just work" on Ubuntu:
http://wiki.audacityteam.org/wiki/Compi ... ers#simple .

Can you uncomment the line in configure (say what the change was) then give the configure error?

What is the media you are tying to write to?



Gale