id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
95,Libyaml svn revision 298 does not compile,michael.the.drummer@…,xi,"Current trunk (revision 298) of libyaml does not compile no either my Ubuntu box or on OSX Tiger. There are 2 separate issues.

The first is a simple error in yaml_private.h. A Diff of this file is below.


{{{

Index: src/yaml_private.h
===================================================================
--- src/yaml_private.h	(revision 298)
+++ src/yaml_private.h	(working copy)
@@ -1231,7 +1231,7 @@
  * The information of a node being emitted.
  */
 
-struct typedef yaml_node_data_s {
+typedef struct yaml_node_data_s {
     /* The node id. */
     int id;
     /* The collection iterator. */
}}}



The second problem I am not sure about. Build log is attached.

Michael
",defect,closed,high,libyaml,normal,invalid,,
