Andreas,

I finally had some time to build the version on svn, and I am very
impressed. I found a small compiler problem (attached below).
One suggestion: would you mind removing the file configure from svn? It
is automatically generated.

Is there anything we can help with?



Index: src/util/GzHelper.cpp
===================================================================
--- src/util/GzHelper.cpp       (revision 21)
+++ src/util/GzHelper.cpp       (working copy)
@@ -16,7 +16,7 @@
 
        g_return_val_if_fail(str != NULL, NULL);
 
-       gsize len = str->len + (str->len / 1000) + 15;
+       uLongf len = str->len + (str->len / 1000) + 15;
        GString * dest = g_string_sized_new(len);
 
        int result = compress2((Bytef*)dest->str, &len, (Bytef*)str->str, 
str->len, level);



-- 
--
Daniel M. German                  
http://turingmachine.org/
http://silvernegative.com/
dmg (at) uvic (dot) ca
replace (at) with @ and (dot) with .

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Xournal-devel mailing list
Xournal-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xournal-devel

Reply via email to