Minime <t...@gmx.de> [2013-07-14 03:01:31 +0200]: > trying to compile on debian squeeze (...) > When i try to compile at step: (...) > i get error: > > CC quvi-sig.o > CC quvi-status.o > ../../src/status.c: In function ‘_saymsg’: ../../src/status.c:38: > error: _‘GDateTime’ undeclared_ (first use in this function) > ../../src/status.c:38: error: (Each undeclared identifier is reported > only once > ../../src/status.c:38: error: for each function it appears in.) > ../../src/status.c:38: error: ‘n’ undeclared (first use in this > function) (...)
Looks like GDateTime was introduced in GLib 2.26, Squeeze packages 2.24. I'll fix this for the next release of quvi (v0.9.3). In the meanwhile, you could grab the v0.9.1 and compile it instead. $ cd ~/build/tar/ $ curl -LJO# http://sf.net/projects/quvi/files/0.9/quvi/quvi-0.9.1.tar.xz $ cd ~/build/ $ tar xf tar/quvi-0.9.1.tar.xz $ cd quvi-0.9.1 ; mkdir tmp ; cd tmp $ PKG_CONFIG_PATH=$DEST/lib/pkgconfig/ ../configure --prefix=$DEST $ make install $ cd ~/build/ (and continue from there)
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________ quvi-devel mailing list quvi-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/quvi-devel