Excerpts from Atte André Jensen's message of 2010-05-05 10:34:02 +0200:
On 2010-05-04 13:59, Leonard Ritter wrote:
Looks really cool, will give it a try later!
It builds just fine here, seems to run fine as well.
I have packaged a source release. There is no
installation mechanism,
but the application can be built and run from the source folder.
Actually it *must* be run from the source folder. At least I tried
copying the binary to /usr/bin, but that made jacker crash with:
atte@vestbjerg:~$ jacker
terminate called after throwing an instance of 'Glib::FileError'
Aborted
I only tried from hg. It compiles but I got warnings:
In file included from player.hpp:5:0,
from player.cpp:2:
ring_buffer.hpp: In member function ‘void RingBuffer<T>::write(const T*, size_t)
[with T = Jacker::Message, size_t = long unsigned int]’:
ring_buffer.hpp:81:3: instantiated from ‘void RingBuffer<T>::push(const T&)
[with T = Jacker::Message]’
player.cpp:60:5: instantiated from here
ring_buffer.hpp:122:4: warning: format ‘%i’ expects type ‘int’, but argument 3 has type
‘size_t’
ring_buffer.hpp:122:4: warning: format ‘%i’ expects type ‘int’, but argument 4 has type
‘size_t’
model.cpp: In member function ‘void Jacker::Model::reset()’:
model.cpp:439:37: warning: comparison between signed and unsigned integer expressions
model.cpp: In member function ‘Jacker::Pattern& Jacker::Model::new_pattern(const
Jacker::Pattern*)’:
model.cpp:450:54: warning: format ‘%i’ expects type ‘int’, but argument 3 has type
‘std::list<Jacker::Pattern*, std::allocator<Jacker::Pattern*> >::size_type’
model.cpp: In member function ‘void Jacker::Model::delete_unused_patterns()’:
model.cpp:495:63: warning: format ‘%i’ expects type ‘int’, but argument 2 has type
‘std::list<std::_List_iterator<Jacker::Pattern*>,
std::allocator<std::_List_iterator<Jacker::Pattern*> > >::size_type’
Just for completions sake..
Regards,
Philipp