You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by "Peter Karman (JIRA)" <ji...@apache.org> on 2010/06/20 04:52:23 UTC

[jira] Updated: (LUCY-114) compile failure on OS X 10.6

     [ https://issues.apache.org/jira/browse/LUCY-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Karman updated LUCY-114:
------------------------------

    Attachment: align_signature.patch

The inline patch came out garbled. Same patch attached.

> 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
>         Attachments: align_signature.patch
>
>
> 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.