Hello,
I've been playing with barry-0.15 on Fedora 11 (which also reverted to
opensync 0.22 yay!). When building I see they needed to patch the source to
compile, I thought I would bring it up here even though I'm not a fedora
package maintainer or anything... this may already be fixed in a newer
version of barry but just in case...
diff -ru barry-0.15.orig/src/base64.cc barry-0.15/src/base64.cc
--- barry-0.15.orig/src/base64.cc 2009-03-03 10:07:23.000000000 +0000
+++ barry-0.15/src/base64.cc 2009-03-03 10:07:52.000000000 +0000
@@ -13,6 +13,7 @@
#include "base64.h"
#include <string>
#include <iterator>
+#include <stdio.h>
#define TRUE 1
#define FALSE 0
diff -ru barry-0.15.orig/src/error.h barry-0.15/src/error.h
--- barry-0.15.orig/src/error.h 2009-03-03 10:07:24.000000000 +0000
+++ barry-0.15/src/error.h 2009-03-03 10:20:31.000000000 +0000
@@ -24,6 +24,7 @@
#include "dll.h"
#include <stdexcept>
+#include <stdint.h>
namespace Barry {
diff -ru barry-0.15.orig/src/record.cc barry-0.15/src/record.cc
--- barry-0.15.orig/src/record.cc 2009-03-03 10:07:23.000000000 +0000
+++ barry-0.15/src/record.cc 2009-03-03 10:30:09.000000000 +0000
@@ -36,6 +36,7 @@
#include <iomanip>
#include <time.h>
#include <string.h>
+#include <stdio.h>
#include <stdexcept>
#define __DEBUG_MODE__
diff -ru barry-0.15.orig/opensync-plugin/src/trace.h
barry-0.15/opensync-plugin/src/trace.h
--- barry-0.15.orig/opensync-plugin/src/trace.h 2009-06-17
16:54:49.000000000 -0600
+++ barry-0.15/opensync-plugin/src/trace.h.new 2009-06-17
16:54:45.000000000 -0600
@@ -24,6 +24,7 @@
#include <opensync/opensync.h>
#include <stdarg.h>
+#include <stdio.h>
class Trace
{
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel