You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Matt Massie (JIRA)" <ji...@apache.org> on 2010/02/06 02:08:27 UTC

[jira] Commented: (AVRO-408) lang/c/build.sh 'dist' broken

    [ https://issues.apache.org/jira/browse/AVRO-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830397#action_12830397 ] 

Matt Massie commented on AVRO-408:
----------------------------------

Trivial patch

{code}
Index: src/Makefile.am
===================================================================
--- src/Makefile.am	(revision 907144)
+++ src/Makefile.am	(working copy)
@@ -%ld,%ld +%ld,%ld @@
 libavro_la_SOURCES = st.c st.h schema.c schema.h schema_equal.c \
 datum.c datum_equal.c datum_validate.c datum_read.c datum_skip.c datum_write.c datum.h \
 io.c dump.c dump.h encoding_binary.c \
-container_of.h encoding.h datafile.c
+avro_private.h encoding.h datafile.c
 libavro_la_LIBADD = $(top_builddir)/jansson/src/.libs/libjansson.a
 libavro_la_LDFLAGS = \
         -version-info $(LIBAVRO_VERSION) \
{code}

> lang/c/build.sh 'dist' broken
> -----------------------------
>
>                 Key: AVRO-408
>                 URL: https://issues.apache.org/jira/browse/AVRO-408
>             Project: Avro
>          Issue Type: Bug
>            Reporter: Matt Massie
>
> The lang/c/build.sh script fails on 'dist'

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