compile failure on OS X 10.6
----------------------------

                 Key: LUCY-114
                 URL: https://issues.apache.org/jira/browse/LUCY-114
             Project: Lucy
          Issue Type: Bug
          Components: Core - Store
         Environment: Mac OS X 10.6
            Reporter: Peter Karman


I get this error when trying to compile under OS X:

../core/Lucy/Store/OutStream.c:125: error: conflicting types for 
'lucy_OutStream_align'
autogen/Lucy/Store/OutStream.h:55: error: previous declaration of 
'lucy_OutStream_align' was here


patch below:

Index: core/Lucy/Store/OutStream.bp
===================================================================
--- core/Lucy/Store/OutStream.bp        (revision 925442)
+++ core/Lucy/Store/OutStream.bp        (revision 925443)
@@ -42,7 +42,7 @@
      *
      * @return the new file position.
      */
-    final i64_t
+    final int64_t
     Align(OutStream *self, int64_t modulus);
 
     /** Flush output buffer to target FileHandle.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to