Merge lp:~zorba-coders/zorba/bug-1015964 into lp:zorba

Proposed by Chris Hillery
Status: Merged
Approved by: Rodolfo Ochoa
Approved revision: 11052
Merged at revision: 11149
Proposed branch: lp:~zorba-coders/zorba/bug-1015964
Merge into: lp:zorba
Diff against target: 23 lines (+13/-0)
1 file modified
doc/zorba/build_prerequisites.dox (+13/-0)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1015964
Reviewer Review Type Date Requested Status
Rodolfo Ochoa Approve
Chris Hillery Approve
Review via email: mp+125137@code.launchpad.net

Commit message

Add note to doc regarding bug in Swig on some platforms.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-1015964-2012-09-19T09-18-54.055Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 1 Approve.

Revision history for this message
Rodolfo Ochoa (rodolfo-ochoa) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-1015964-2012-12-14T14-28-47.229Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/zorba/build_prerequisites.dox'
--- doc/zorba/build_prerequisites.dox 2012-09-17 00:36:37 +0000
+++ doc/zorba/build_prerequisites.dox 2012-09-19 09:17:25 +0000
@@ -95,6 +95,19 @@
95at least Swig 1.3.40 or later (http://www.swig.org/download.html).95at least Swig 1.3.40 or later (http://www.swig.org/download.html).
96All bindings are generated using Swig.96All bindings are generated using Swig.
9797
98\note There is a known bug in many versions of Swig
99 (http://sourceforge.net/tracker/index.php?func=detail&aid=3479190&group_id=1645&atid=101645)
100 that affects a small number of platforms, including at least
101 FreeBSD. If you get compilation errors that look similar to this:
102
103\code
104 build/swig/php/zorba_apiPHP5_wrap.cxx:953: error: invalid conversion from 'const char*' to 'char*'
105\endcode
106
107 then you may have run into this bug. Our experience is that Swig
108 version at least 2.0.7 has corrected this bug, so please try upgrading
109 to that version.
110
98For a particular language binding, you need the corresponding language111For a particular language binding, you need the corresponding language
99tools and development headers. CMake will automatically enable the112tools and development headers. CMake will automatically enable the
100language bindings for any language that is detected.113language bindings for any language that is detected.

Subscribers

People subscribed via source and target branches