swig/Examples/pike/enum
2005-11-27 02:17:20 +00:00
..
.cvsignore The great merge 2002-11-30 22:01:28 +00:00
example.cxx The great merge 2002-11-30 22:01:28 +00:00
example.h The great merge 2002-11-30 22:01:28 +00:00
example.i The great merge 2002-11-30 22:01:28 +00:00
Makefile force examples to use preinst-swig, as is done in the test-suite 2005-11-27 02:17:20 +00:00
README *** empty log message *** 2003-04-30 20:54:37 +00:00
runme.pike *** empty log message *** 2003-04-30 20:54:37 +00:00

This example will not compile with Pike versions 7.4.20 unless you first
patch the Pike sources. The problem is for line 91 of Pike's "stralloc.h"
(usually installed as /usr/local/pike/7.4.10/include/pike/stralloc.h). That
line reads:

    tmp.ptr=ptr;

but should be patched to read:

    tmp.ptr=(p_wchar0 *) ptr;

This bug has been reported to the Pike developers.