hi, i added a fix in the ubuntu package, you might be intrested ...
kino (0.90-1ubuntu2) edgy; urgency=low * add 70_fix_builderror to fix ftbfs (debian bug #377174) -- Oliver Grawert <[EMAIL PROTECTED]> Sun, 16 Jul 2006 18:38:40 +0200 #! /bin/sh /usr/share/dpatch/dpatch-run ## 70_fix_builderror.dpatch by <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad kino-0.90~/src/kino_common.h kino-0.90/src/kino_common.h --- kino-0.90~/src/kino_common.h 2006-02-07 08:10:09.000000000 +0100 +++ kino-0.90/src/kino_common.h 2006-07-16 19:14:53.000000000 +0200 @@ -315,7 +315,10 @@ void fetchProjectMetadata( const std::string& projectKey ); }; -// Yucky global reference -extern KinoCommon *common; +extern "C" +{ + // Yucky global reference + extern KinoCommon *common; +}; #endif -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]