Package: sear
Version: 0.6.1-1
Severity: serious
Tags: patch

loaders/ModelHander.h is missing an #include directive, which prevents
sear from compiling. Here is the patch:

--- ModelHandler.h.orig 2007-07-20 19:29:03.000000000 -0700
+++ ModelHandler.h      2007-07-20 19:29:08.000000000 -0700
@@ -14,6 +14,7 @@
 #include <varconf/Config.h>
 
 #include "interfaces/ConsoleObject.h"
+#include <sigc++/object_slot.h>
 
 namespace varconf  {
   class Config;

Note that after this patch, sear still fails to build. There are still
unresolved problems linking with the new debian cal3d and guichan
libraries. There may be other problems as well. If you wish to fix this
package, I recommend beginning from the latest upstream.

-Brandon



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to