Rui Nuno Capela wrote: >> Run: >> >> $ cd /usr/src/qtractor >> $ autoconf >> > > you should run > > $ make -f Makefile.cvs > > instead of `autoconf` alone. > >> >> config.status: error: cannot find input file: config.h.in >> > > this is an error due to missed `autoheader` before `autoconf`. all that > is taken care by `make -f Makefile.cvs` (instructions to build from cvs > are layed down in the qtractor website > (http://qtractor.sourceforge.net/qtractor-downloads.html#CVS) >
Hi Rui :) there's still a problem for the dependencies (http://lists.64studio.com/pipermail/64studio-users/2009-June/003140.html). Before trying to compile I run cvs checkout by Cervisia, I'll do this daily. I tried to compile Qtractor without DSSI support, but it failed again (please take a look at the added output), by the way, in the near future I'll enable VST support too. Cheers, Ralf r...@64studio:/home/spinymouse-sudo/Desktop# dpkg -i libjack-dev_1.9.2_0.64studio2_hardy1_amd64.deb Selecting previously deselected package libjack-dev. (Reading database ... 141779 files and directories currently installed.) Unpacking libjack-dev (from libjack-dev_1.9.2_0.64studio2_hardy1_amd64.deb) ... Setting up libjack-dev (1.9.2-0.64studio2~hardy1) ... r...@64studio:/home/spinymouse-sudo/Desktop# rm libjack-dev_1.9.2_0.64studio2_hardy1_amd64.deb r...@64studio:/home/spinymouse-sudo/Desktop# logout spinymouse-s...@64studio:~$ cd /usr/src/qtractor spinymouse-s...@64studio:/usr/src/qtractor$ make -f Makefile.cvs make: Nothing to be done for `all'. spinymouse-s...@64studio:/usr/src/qtractor$ spinymouse-s...@64studio:/usr/src/qtractor$ autoconf spinymouse-s...@64studio:/usr/src/qtractor$ make -f Makefile.cvs make: Nothing to be done for `all'. spinymouse-s...@64studio:/usr/src/qtractor$ ./configure 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 g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking for Qt library version >= 4.1... yes checking for IEEE 32bit float optimizations... yes checking for SSE optimization... yes checking for qmake... /usr/share/qt4/bin/qmake checking for moc... /usr/share/qt4/bin/moc checking for uic... /usr/share/qt4/bin/uic checking for main in -lm... yes checking for main in -lX11... yes checking for main in -lXext... yes checking for round in -lm... yes checking for main in -ljack... yes checking for main in -lasound... yes checking for main in -lsndfile... yes checking for main in -logg... yes checking for main in -lvorbis... yes checking for main in -lvorbisenc... yes checking for main in -lvorbisfile... yes checking for main in -lmad... yes checking for main in -lsamplerate... yes checking for main in -lrubberband... yes checking for main in -llo... yes checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking jack/jack.h usability... yes checking jack/jack.h presence... yes checking for jack/jack.h... yes checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking sndfile.h usability... yes checking sndfile.h presence... yes checking for sndfile.h... yes checking vorbis/vorbisenc.h usability... yes checking vorbis/vorbisenc.h presence... yes checking for vorbis/vorbisenc.h... yes checking vorbis/vorbisfile.h usability... yes checking vorbis/vorbisfile.h presence... yes checking for vorbis/vorbisfile.h... yes checking mad.h usability... yes checking mad.h presence... yes checking for mad.h... yes checking samplerate.h usability... yes checking samplerate.h presence... yes checking for samplerate.h... yes checking rubberband/RubberBandStretcher.h usability... yes checking rubberband/RubberBandStretcher.h presence... yes checking for rubberband/RubberBandStretcher.h... yes checking lo/lo.h usability... yes checking lo/lo.h presence... yes checking for lo/lo.h... yes checking ladspa.h usability... yes checking ladspa.h presence... yes checking for ladspa.h... yes checking dssi.h usability... no checking dssi.h presence... no checking for dssi.h... no configure: WARNING: *** dssi.h header file not found. configure: WARNING: *** DSSI plug-in support will be disabled. checking aeffectx.h usability... no checking aeffectx.h presence... no checking for aeffectx.h... no configure: WARNING: *** aeffectx.h header file not found. configure: WARNING: *** VST plug-in support will be disabled. checking for system... yes configure: creating ./config.status config.status: creating Makefile config.status: creating qtractor.pro config.status: creating qtractor.spec config.status: creating qtractor.desktop config.status: error: cannot find input file: config.h.in spinymouse-s...@64studio:/usr/src/qtractor$ -- Secret of Tux: http://images.wallaceandgromit.com/user_uploads/forum_thumbnails/5/75/355.jpg "Gromit bit me" says HMV dog: http://img.dailymail.co.uk/i/pix/2007/03_03/GomitHMVPA_468x319.jpg _______________________________________________ 64studio-users mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-users
