Re: [linux-audio-dev] Support code for synthesis? question for Paul Davis

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] Support code for synthesis? question for Paul Davis
From: Paul Davis (pbd_AT_Op.Net)
Date: Mon Nov 05 2001 - 06:26:31 EET


>Does this mean that the quasimodo will not be developed any further?

its unlikely. my reasons for stopping were described on both the
Csound and Quasimodo development mailing lists. anyone else is free to
take the source and keep it alive if they feel it to be a sensible
path to follow.

                                                                      If so,
>I do have a tangential question. I have been trying to compile ardour for
>the longest time, but the only place I was able to find the pdb, soudfile,
>and other ardour-needed lib sources was on the ftp.quasimodo.org.

the Ardour README file makes it as clear as i possibly can that you
CANNOT use anything except CVS as a source of source code, so to speak.

you cannot use the libs on ftp.quasimodo.org. i cannot believe that
they even allow ardour to compile. if there are libs there, i must
make a point to remove them. any versions available from there are
completely and utterly out of date. my mistake, if they exist, which
it sounds as if they do.

you *must* obtain all source for ardour from CVS. until the code
reaches a suitable level of stability (i.e. no sweeping redesigns of
major subsystems every couple of days), that will be the only way to
get the source. it is not worth my time building and uploading
tarballs in addition to doing CVS commits when the code is changing as
fast as it these days. i don't want to have to read bug reports from
code that's already 2 days out of date - there are not that many bugs
that survive that long (though believe me, there have been enough that
have!).

> I've
>getting. In addition, since ardour cvs does not contain any libs (all of
>them are empty folders, at least for me), could you please point me in the
>right direction as to where to obtain the latest up-to-date libs for ardour.
>Thanks a lot!

i am asking sourceforge to move the libs over from
quasimodo.sourceforge.net to ardour.sourceforge.net. it has not
happened yet. when it does, it will make life much easier for
everyone, including me. for now, you need to follow the instructions
in the Ardour README file. the entire build system recently underwent
a dramatic change so that its now more or less possible to do:

  sh autogen.sh
  ./configure
  make
  make install

how much more or less depends on the overall breakage level of the
rest of your system. most Redhat 7.X systems tend to have problems
because of their use of a non-standard C++ compiler (libraries
compiled with different C++ compilers are not guaranteed to be
compatible, and in some cases are guaranteed *not* to be).

--p


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Nov 05 2001 - 06:22:04 EET