traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-devel] compiling from cvs


From: Matt Price
Subject: [Traverso-devel] compiling from cvs
Date: Sun, 04 Feb 2007 21:57:26 -0500

On Sun, 2007-02-04 at 15:13 +0100, Remon wrote:
> Hello Matt,
> 
> > late driver wakeup: nframes to process = 8192
> > late driver wakeup: nframes to process = 8192
> > late driver wakeup: nframes to process = 8192
> >
> > anything I can do to fix these?
> 
> It's most likely a bug in the audio driver itself.
> Setting the number of periods for the alsa driver isn't possible at the 
> moment 
> in traverso, it's hard coded.
> I'll see if I can add this somehow to the configuration of Traverso!
> 
> > thanks for this.  all the packages installed fine, but I'm having
> > trouble compiling.  followed the instructions above, but qhile qmake
> > succeeds, make fails very quickly with a long string of error messages
> <snip>
> > is it possible I'm using a gcc version that's too recent, or something
> > like that?  I don't know much about compiling, but I remember having
> > that issue with various kernels I've installed...
> >
> > thanks, looking forward to hearing more,
> 
> As Nicola pointed out, you need qmake-qt4 for this (the Qt4 version of qmake.)
> The update-alternatives is a great way, that indeed should work!
> The errors seems to indicate that you still are using an older version of Qt.
> If unsure, please post here what qmake -v says.
> 

thanks both of you guys, update-alternatives and ./cleancompile worked
and I was able to compile and install from cvs (sudo checkinstall make
install) but the package seems to be missing lots of core bits. I'm
wondering whether I need to add some switches or install some more
packages?  traverso fails with:

$ traverso
traverso: error while loading shared libraries: libtraversocore.so.1: cannot 
open shared object file: No such file or directory

recompiling I see that 'sudo make install' gives this:

$ sudo make install
cd src/engine && make -f Makefile install
make[1]: Entering directory `/home/matt/src/traverso/src/engine'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/matt/src/traverso/src/engine'
cd src/commands && make -f Makefile install
make[1]: Entering directory `/home/matt/src/traverso/src/commands'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/matt/src/traverso/src/commands'
cd src/core && make -f Makefile install
make[1]: Entering directory `/home/matt/src/traverso/src/core'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/matt/src/traverso/src/core'
cd src/plugins && make -f Makefile install
make[1]: Entering directory `/home/matt/src/traverso/src/plugins'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/matt/src/traverso/src/plugins'
cd src/traverso && make -f Makefile install
make[1]: Entering directory `/home/matt/src/traverso/src/traverso'
install -m 755 -p "../../traverso" "/usr/local/bin/traverso"
make[1]: Leaving directory `/home/matt/src/traverso/src/traverso'
----------------
not sure why that would be.  my procedure now  is:

qmake
make  (also tried "make all", no improvement)
sudo make install  (would rather run 'sudo checkinstall make install'
but resisting the urge for now)

any ideas?  sorry to distract y'all from the development...


> 
> Greetings,
> 
> Remon
> 
> P.S.
> To quickly try the number of periods = 3, edit line 102 in 
> src/engine/AlsaDriver.cpp, and change the 2 in a 3 ;-)
> 

this is now my main incentive to try cvs, as jack works. soon as it
compiles I'll tell you how it works!

matt

> 
> _______________________________________________
> Traverso-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/traverso-devel
-- 
Matt Price
History Dept
University of Toronto
address@hidden

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]