Opened 12 years ago
Closed 11 years ago
#38779 closed defect (fixed)
libgda: build failure
Reported by: | dbevans (David B. Evans) | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | libgda |
Description
Building on Lion 10.7.5, Xcode 4.6.1, clang
Fails as follows:
:info:build gda-xql-utils.c:97:35: error: incomplete definition of type 'struct _xmlBuf' :info:build buffer = g_strdup (outbuf->buffer->content); :info:build ~~~~~~~~~~~~~~^ :info:build /opt/local/include/libxml2/libxml/tree.h:104:16: note: forward declaration of 'struct _xmlBuf' :info:build typedef struct _xmlBuf xmlBuf; :info:build ^
Full build log attached.
Attachments (2)
Change History (5)
Changed 12 years ago by dbevans (David B. Evans)
comment:1 Changed 11 years ago by ohsumit@…
comment:2 Changed 11 years ago by dbevans (David B. Evans)
Upon revisiting this, I realized that this is the same sort of libxml2 API problem described in #39296. Attached is a proposed patch to solve this problem and rebuild against the more recent version of libxml2.
Changed 11 years ago by dbevans (David B. Evans)
Attachment: | patch-libgda.diff added |
---|
Proposed patch
comment:3 Changed 11 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r108662, maintainer timeout.
Note: See
TracTickets for help on using
tickets.
Hello,