[Fwd: Re: [ardour-users] package location for apt-get]

Philip Pinkerton philip at maxlinux.biz
Sat May 8 20:39:01 PDT 2004


-------- Forwarded Message --------
From: Jan Depner <eviltwin69 at cableone.net>
To: Philip Pinkerton <philip at maxlinux.biz>
Subject: Re: [ardour-users] package location for apt-get
Date: 08 May 2004 20:36:58 -0500
Mailer: Ximian Evolution 1.0.8 (1.0.8-9.7x.1) 

Good luck.  I hope you get it figured out.


On Sat, 2004-05-08 at 20:19, Philip Pinkerton wrote:
> I think the problem is with soundtouch as another sound program has
> mentioned fixes for soundtouch and gcc 3,3,3 not sure what they are
> 
> 
> Philip
> 
> 
> 
> On Sat, 2004-05-08 at 20:21 -0500, Jan Depner wrote:
> 
> > I'm out of ideas.  I'm using gcc 2.96 which doesn't really work all that
> > well.  You're ahead of the game there.  The errors are all generated on
> > st_assert calls.  I'm not that up on C++.  Possibly Jesse could help. 
> > Try posting the whole thing to ardour-users/ardour-dev.  Sorry I can't
> > be more help.
> > 
> > Jan
> > 
> > 
> > On Sat, 2004-05-08 at 19:55, Philip Pinkerton wrote:
> > > I removed the  --enable-optimize option. I did notice the libtool issue
> > > you mentioned but I could not make the link as libtools was there
> > > already. 
> > > 
> > > gcc -v
> > > Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/specs
> > > Configured with: ../src/configure -v
> > > --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
> > > --mandir=/usr/share/man --infodir=/usr/share/info
> > > --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
> > > --with-system-zlib --enable-nls --without-included-gettext
> > > --enable-__cxa_atexit --enable-clocale=gnu --enable-debug
> > > --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
> > > i486-linux
> > > Thread model: posix
> > > gcc version 3.3.3 (Debian 20040429)
> > > 
> > > Philip
> > > 
> > > 
> > > On Sat, 2004-05-08 at 19:48 -0500, Jan Depner wrote:
> > > 
> > > > Next question ;-)  What compiler version are you using?  This doesn't
> > > > appear to be a library prerequisite problem.  You can drop the
> > > > --enable-optimize option, it's no longer needed.  I just built this
> > > > section and have no problems so I'm not sure what the problem is.
> > > > 
> > > > 
> > > > On Sat, 2004-05-08 at 19:22, Philip Pinkerton wrote:
> > > > > Here is the configure string and the make output prior to what I sent
> > > > > before: 
> > > > > 
> > > > > ./configure --prefix=/usr/local --enable-optimize
> > > > > 
> > > > > *snip*
> > > > >  Entering directory `/usr/local/ardour-0.9beta11.2/libs/soundtouch'
> > > > > Making all in soundtouch
> > > > > make[4]: Entering directory
> > > > > `/usr/local/ardour-0.9beta11.2/libs/soundtouch/soundtouch'
> > > > > make[4]: Nothing to be done for `all'.
> > > > > make[4]: Leaving directory
> > > > > `/usr/local/ardour-0.9beta11.2/libs/soundtouch/soundtouch'
> > > > > make[4]: Entering directory
> > > > > `/usr/local/ardour-0.9beta11.2/libs/soundtouch'
> > > > > if g++ -DHAVE_CONFIG_H -I. -I. -I.     -D_REENTRANT -O6
> > > > > -fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops
> > > > > -fmove-all-movables -Wall -I/usr/local/ardour-0.9beta11.2/libs/sigc++
> > > > > -I/usr/local/ardour-0.9beta11.2/libs/sigc++/sigc++/config
> > > > > -I/usr/local/ardour-0.9beta11.2/libs/pbd
> > > > > -I/usr/local/ardour-0.9beta11.2/libs/midi++
> > > > > -I/usr/local/ardour-0.9beta11.2/libs/ardour
> > > > > -I/usr/local/ardour-0.9beta11.2/libs/soundtouch  -MT AAFilter.o -MD -MP
> > > > > -MF ".deps/AAFilter.Tpo" \
> > > > >   -c -o AAFilter.o `test -f 'AAFilter.cc' || echo './'`AAFilter.cc; \
> > > > > then mv -f ".deps/AAFilter.Tpo" ".deps/AAFilter.Po"; \
> > > > > else rm -f ".deps/AAFilter.Tpo"; exit 1; \
> > > > > fi
> > > > > AAFilter.cc: In member function `virtual void
> > > > > AAFilter::calculateCoeffs()':
> > > > > 
> > > > > *snip*
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > On Sat, 2004-05-08 at 19:23 -0500, Jan Depner wrote:
> > > > > 
> > > > > > I'm not even sure where that's coming from.  What was your configure
> > > > > > line?  What part of the make was that from?
> > > > > > 
> > > > > > Jan
> > > > > > 
> > > > > > On Sat, 2004-05-08 at 19:04, Philip Pinkerton wrote:
> > > > > > > Its a good start I got configure to complete but make has this error:
> > > > > > > 
> > > > > > > AAFilter.cc: In member function `virtual void
> > > > > > > AAFilter::calculateCoeffs()':
> > > > > > > AAFilter.cc:89: error: void value not ignored as it ought to be
> > > > > > > AAFilter.cc:90: error: void value not ignored as it ought to be
> > > > > > > AAFilter.cc:91: error: void value not ignored as it ought to be
> > > > > > > AAFilter.cc:92: error: void value not ignored as it ought to be
> > > > > > > AAFilter.cc:120: error: void value not ignored as it ought to be
> > > > > > > AAFilter.cc:123: error: void value not ignored as it ought to be
> > > > > > > AAFilter.cc:124: error: void value not ignored as it ought to be
> > > > > > > AAFilter.cc:125: error: void value not ignored as it ought to be
> > > > > > > AAFilter.cc:136: error: void value not ignored as it ought to be
> > > > > > > make[4]: *** [AAFilter.o] Error 1
> > > > > > > 
> > > > > > > Not sure what this is telling me.
> > > > > > > 
> > > > > > > Philip
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Sat, 2004-05-08 at 16:44 -0500, Jan Depner wrote:
> > > > > > > 
> > > > > > > > If you want to find all the prerequisites they're linked on my site -
> > > > > > > > http://myweb.cableone.net/eviltwin69
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Jan
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Sat, 2004-05-08 at 16:21, Philip Pinkerton wrote:
> > > > > > > > > On the ardour  website  they mention using "apt-get install ardour" .
> > > > > > > > > 
> > > > > > > > > What is the correct package location for a debian disto? or alternative?
> > > > > > > > > 
> > > > > > > > > I tried to compile myself but cannot find samplerate , art_lgpl 2.0 or
> > > > > > > > > raptor.
> > > > > > > > > 
> > > > > > > > > If I can get this running I have no problem making a contribution.
> > > > > > > > > 
> > > > > > > > > Philip
> > > > > > > > > ----
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > > _______________________________________________
> > > > > > > > > ardour-users-ardour.org mailing list
> > > > > > > > > ardour-users at lists.ardour.org
> > > > > > > > > http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > 
> > 
> > 
> > 




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ardour.org/pipermail/ardour-users-ardour.org/attachments/20040509/936f7e78/attachment.htm>


More information about the Ardour-Users mailing list