Ticket #95 (new defect)

Opened 1 month ago

Libyaml svn revision 298 does not compile

Reported by: michael.the.drummer@gmail.com Assigned to: xi
Priority: high Component: libyaml
Severity: normal Keywords:
Cc:

Description

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

Attachments

build_log.txt (5.8 kB) - added by michael.the.drummer@gmail.com on 10/12/08 22:36:31.
Build log of svn revision 298

Change History

10/12/08 22:36:31 changed by michael.the.drummer@gmail.com

  • attachment build_log.txt added.

Build log of svn revision 298


Add/Change #95 (Libyaml svn revision 298 does not compile)




Change Properties
Action