Hi Quentin, hi developers, hi users :)

'dssi-dev' can't be installed, because it depends to libjack0.100.0-dev and 
this can't be installed, because there's the wrong version in the repositories. 
Quentin do you have this dev package too or has any one else the package?

Hi Rui :)

can you please take a look at the ./configure output, if there is something 
else missing, excepted VST, that I have overlooked?

Cheers,
Ralf


------------------------------------------------------------------------

NOT THE Howto get Qtractor from Current Version System for 64 Studio 3.0-beta3 
amd64

First of all:

'libjack-dev' is a package that is needed. JACK2 needs to be the upgraded 
version and not the version from the installation DVD. Get the development 
package by a link in the Forums: http://www.64studio.com/node/1195#comment-5460

If you need the upgraded version that fits to the development package, wait 
until Quentin has added the packages to his private repository and get it from 
there. I guess Quentin can add the instruction how to enable his repository to 
the http://www.64studio.com/node/1195 thread.

On my system there are already some development packages installed, that's why 
I don't know what you need to install. Please try to do each step and if an 
error occurs, install what's missing from the Hardy repositories, that are 
available by Synaptic.

By using Synaptic install 'cervisia-kde4' and 'cvsservice-kde4' and completely 
remove 'qractor', if it's already installed. If there is a folder '/qtractor' 
in '/usr/src' delete it. I'm running GNOME, but KDE4 also is installed, maybe 
you need to add some additional dependencies to run Cervisia, even for me the 
dependency 'cvsservice-kde4' wasn't installed automatically.

After this is done, take a look if there are all needed dependencies installed. 
Referring to an email from Rui, this are the needed packages: libasound-dev, 
libsndfile-dev, libvorbis-dev, libmad-dev, ladspa, dssi, liblo-dev, 
librubberband-dev

I guess this means: libasound2-dev (not lib32asound2-dev), libsndfile1-dev, 
libvorbis-dev, libmad0-dev, ladspa-sdk, dssi-example-plugins, dssi-dev, 
liblo0-dev, librubberband-dev and libsamplerate0-dev should also be installed

'$' means that a command is run by the user and '#' means, that you have to run 
'$ sudo -i' one time before you run one or several commands by '#'.

In addition you also need at least a package for 'rubberband'. Get it from 
http://activecom.free.fr/linux/rubberband_1.2-1_amd64.deb change to the 
download directory and install it by running '# dpkg -i 
rubberband_1.2-1_amd64.deb', followed by '# ldconfig'.

Run '# chown YOUR_USER_NAME /usr/src'.
Launch Cervisia by GNOME-menu > Programming > Cervisia.
In the menu 'Settings' enable all options.
In the menu 'Repository' chose 'Checkout...'.

Repository    : 
:pserver:[email protected]:/cvsroot/qtractor
Module        : qtractor
Branch tag    :
Working folder: /usr/src
Check out as  : qtractor
[ ] Export only
[X] Recursive checkout

Finish with clicking the OK button. Now there should be the latest Qtractor 
source code in /usr/src/qtractor.
You can take a look at it by 'File > Open Sandbox...', but there's no need to 
do this or anything more by using Cervisia, because of this I only looked for a 
link on German: http://stud-in.fh-swf.de/Matthias.Faulstich//tools/cvs_cervisia/

Now you can close Cervisia.

Run:

    $ cd /usr/src/qtractor
    $ autoconf
    $ ./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

_______________________________________________
64studio-devel mailing list
[email protected]
http://lists.64studio.com/mailman/listinfo/64studio-devel

Reply via email to