Modify ↓
Ticket #95 (closed defect: invalid)
Libyaml svn revision 298 does not compile
| Reported by: | michael.the.drummer@… | Owned by: | 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
Change History
Changed 5 years ago by michael.the.drummer@…
-
attachment
build_log.txt
added
Note: See
TracTickets for help on using
tickets.

Build log of svn revision 298