Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/php-pecl-wxwidgets.spec'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/community-php73-armhfp-984a80f745cb154028f65ed17815ee4a53860486/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/php-pecl-wxwidgets.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False sh: /usr/bin/php: No such file or directory sh: /usr/bin/php: No such file or directory Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/php-pecl-wxwidgets-3.0.2.0-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u"/usr/bin/rpmbuild -bb --target armv7hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/php-pecl-wxwidgets.spec"], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/community-php73-armhfp-984a80f745cb154028f65ed17815ee4a53860486/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u"/usr/bin/rpmbuild -bb --target armv7hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/php-pecl-wxwidgets.spec"] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pL0aKX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf php-pecl-wxwidgets-3.0.2.0 + /usr/bin/mkdir -p php-pecl-wxwidgets-3.0.2.0 + cd php-pecl-wxwidgets-3.0.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/wxwidgets-3.0.2.0.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv wxwidgets-3.0.2.0 NTS + sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml + cd NTS + sed -e '/Downloading/s/$/; exit 1/' -i config.m4 ++ sed -n '/#define PHP_WXWIDGETS_EXTVER/{s/.* "//;s/".*$//;p}' php_wxwidgets.h + extver=3.0.2.0 + test x3.0.2.0 '!=' x3.0.2.0 + cd .. + cat + tee NTS/wxphp #!/bin/sh exec /usr/bin/php -d extension=wxwidgets.so "$@" + cp -r NTS ZTS + cat + tee ZTS/wxphp #!/bin/sh if [ -x /usr/bin/zts-php ] then exec /usr/bin/zts-php -d extension=wxwidgets.so "$@" else echo "zts-php not available on this system" fi Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.g3QmSz + exit 0 + umask 022 + cd /builddir/build/BUILD + cd php-pecl-wxwidgets-3.0.2.0 + cd NTS + /usr/bin/phpize Configuring for: PHP Api Version: 20180731 Zend Module Api No: 20180731 Zend Extension Api No: 320180731 + peclconf /usr/bin/php-config + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' arm == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + ./configure --build=armv7hl-redhat-linux-gnu --host=armv7hl-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-wxwidgets=/usr --with-php-config=/usr/bin/php-config configure: WARNING: unrecognized options: --disable-dependency-tracking checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for armv7hl-redhat-linux-gnu-cc... no checking for armv7hl-redhat-linux-gnu-gcc... no checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for icc... no checking for suncc... no checking whether cc understands -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... yes checking build system type... armv7hl-redhat-linux-gnu checking host system type... armv7hl-redhat-linux-gnu checking target system type... armv7hl-redhat-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib checking for PHP extension directory... /usr/lib/php/modules checking for PHP installed headers prefix... /usr/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking for wxWidgets support... yes, shared checking set wxWidgets version... no checking whether to enable debugging support in wxPHP... no checking whether to link to static build of wxWidgets... no checking whether to link to monolithic build of wxWidgets... no checking for armv7hl-redhat-linux-gnu-g++... no checking for armv7hl-redhat-linux-gnu-c++... no checking for armv7hl-redhat-linux-gnu-gpp... no checking for armv7hl-redhat-linux-gnu-aCC... no checking for armv7hl-redhat-linux-gnu-CC... no checking for armv7hl-redhat-linux-gnu-cxx... no checking for armv7hl-redhat-linux-gnu-cc++... no checking for armv7hl-redhat-linux-gnu-cl.exe... no checking for armv7hl-redhat-linux-gnu-FCC... no checking for armv7hl-redhat-linux-gnu-KCC... no checking for armv7hl-redhat-linux-gnu-RCC... no checking for armv7hl-redhat-linux-gnu-xlC_r... no checking for armv7hl-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for wx-config existance and wxWidgets version >= 3.0.x... version 3.0.4 found checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert armv7hl-redhat-linux-gnu file names to armv7hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv7hl-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for armv7hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv7hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv7hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv7hl-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... (cached) gawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for armv7hl-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate configure: creating ./config.status config.status: creating config.h config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-dependency-tracking + make -j4 /bin/sh /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/libtool --mode=compile g++ -I. -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/include -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/main -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Iincludes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -c /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp -o src/app.lo /bin/sh /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/libtool --mode=compile g++ -I. -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/include -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/main -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Iincludes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -c /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/references.cpp -o src/references.lo /bin/sh /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/libtool --mode=compile g++ -I. -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/include -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/main -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Iincludes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -c /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp -o src/appmanagement.lo /bin/sh /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/libtool --mode=compile g++ -I. -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/include -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/main -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Iincludes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -c /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp -o src/aui.lo libtool: compile: g++ -I. -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/include -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/main -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Iincludes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -c /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/references.cpp -fPIC -DPIC -o src/.libs/references.o libtool: compile: g++ -I. -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/include -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/main -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Iincludes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -c /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp -fPIC -DPIC -o src/.libs/app.o libtool: compile: g++ -I. -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/include -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/main -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Iincludes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -c /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp -fPIC -DPIC -o src/.libs/appmanagement.o libtool: compile: g++ -I. -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/include -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/main -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Iincludes -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -c /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp -fPIC -DPIC -o src/.libs/aui.o /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:73:69: error: macro "ZVAL_STRINGL" passed 4 arguments, but takes just 3 ZVAL_STRINGL(&func_name, (char *)"OnExit", sizeof("OnExit")-1, 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:85:69: error: macro "ZVAL_STRINGL" passed 4 arguments, but takes just 3 ZVAL_STRINGL(&func_name, (char *)"OnInit", sizeof("OnInit")-1, 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:561:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:584:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:607:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:630:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:653:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:153:43: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "Dispatch", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:220:50: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DispatchTimeout", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:915:41: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "OnExit", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:986:42: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "Pending", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1149:38: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "Run", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1453:41: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "WakeUp", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3704:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string0, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4018:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string0, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4120:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string0, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4995:40: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "Clone", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2102:41: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "OnExit", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5071:49: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawBackground", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2165:41: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "OnInit", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5152:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5235:51: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawControlLabel", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5318:53: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawDropDownButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5401:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawGripper", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5482:44: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawLabel", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5565:53: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawOverflowButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5647:48: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawSeparator", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5728:49: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetElementSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5800:43: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetFlags", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3567:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "OnTerminate", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5862:42: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5938:47: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetLabelSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6025:53: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetTextOrientation", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6091:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetToolSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6182:49: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetElementSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6259:43: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetFlags", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6335:42: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6412:53: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetTextOrientation", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13501:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15627:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15734:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18807:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20628:48: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetSizingInfo", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20707:50: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetSelectedFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20785:48: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetNormalFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20863:51: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetMeasuringFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20941:43: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetFlags", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21018:44: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetColour", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21096:50: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetActiveColour", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21174:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetTabSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21186:42: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(arguments[2], temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21269:48: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetIndentSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21336:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21423:49: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawBackground", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21501:40: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "Clone", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21737:44: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetMetric", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21815:42: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21894:44: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetMetric", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21971:44: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "SetColour", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22050:42: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22137:44: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "GetColour", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22224:43: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawSash", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22307:49: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawPaneButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22393:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawGripper", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22477:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawCaption", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22489:42: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(arguments[2], temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22565:45: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawBorder", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22649:49: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "DrawBackground", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23730:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string0, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23856:46: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23900:52: error: macro "ZVAL_STRING" passed 3 arguments, but takes just 2 ZVAL_STRING(&function_name, "ProcessDockResult", 0); ^ In file included from /usr/include/php/Zend/zend_types.h:25:0, from /usr/include/php/Zend/zend.h:27, from /usr/include/php/main/php.h:33, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/common.h:437, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/references.h:13, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/references.cpp:9: /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_increment_function(zval*)': /usr/include/php/Zend/zend_operators.h:498:68: error: '__builtin_saddl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), 1, &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_decrement_function(zval*)': /usr/include/php/Zend/zend_operators.h:548:68: error: '__builtin_ssubl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), 1, &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ In file included from /usr/include/php/Zend/zend_types.h:25:0, from /usr/include/php/Zend/zend.h:27, from /usr/include/php/main/php.h:33, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/common.h:437, from ./php_wxwidgets.h:19, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:13: /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_increment_function(zval*)': /usr/include/php/Zend/zend_operators.h:498:68: error: '__builtin_saddl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), 1, &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_add_function(zval*, zval*, zval*)': /usr/include/php/Zend/zend_operators.h:612:80: error: '__builtin_saddl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_decrement_function(zval*)': /usr/include/php/Zend/zend_operators.h:548:68: error: '__builtin_ssubl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), 1, &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_add_function(zval*, zval*, zval*)': /usr/include/php/Zend/zend_operators.h:612:80: error: '__builtin_saddl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_sub_function(zval*, zval*, zval*)': /usr/include/php/Zend/zend_operators.h:702:80: error: '__builtin_ssubl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_sub_function(zval*, zval*, zval*)': /usr/include/php/Zend/zend_operators.h:702:80: error: '__builtin_ssubl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ In file included from /usr/include/php/Zend/zend_types.h:25:0, from /usr/include/php/Zend/zend.h:27, from /usr/include/php/main/php.h:33, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/common.h:437, from ./php_wxwidgets.h:19, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:12: /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_increment_function(zval*)': /usr/include/php/Zend/zend_operators.h:498:68: error: '__builtin_saddl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), 1, &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_decrement_function(zval*)': /usr/include/php/Zend/zend_operators.h:548:68: error: '__builtin_ssubl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), 1, &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_add_function(zval*, zval*, zval*)': /usr/include/php/Zend/zend_operators.h:612:80: error: '__builtin_saddl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ In file included from /usr/include/php/Zend/zend_types.h:25:0, from /usr/include/php/Zend/zend.h:27, from /usr/include/php/main/php.h:33, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/common.h:437, from ./php_wxwidgets.h:19, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12: /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_increment_function(zval*)': /usr/include/php/Zend/zend_operators.h:498:68: error: '__builtin_saddl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), 1, &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_decrement_function(zval*)': /usr/include/php/Zend/zend_operators.h:548:68: error: '__builtin_ssubl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), 1, &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_add_function(zval*, zval*, zval*)': /usr/include/php/Zend/zend_operators.h:612:80: error: '__builtin_saddl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_saddl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_sub_function(zval*, zval*, zval*)': /usr/include/php/Zend/zend_operators.h:702:80: error: '__builtin_ssubl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /usr/include/php/Zend/zend_operators.h: In function 'void fast_long_sub_function(zval*, zval*, zval*)': /usr/include/php/Zend/zend_operators.h:702:80: error: '__builtin_ssubl_overflow' was not declared in this scope if (UNEXPECTED(__builtin_ssubl_overflow(Z_LVAL_P(op1), Z_LVAL_P(op2), &lresult))) { ^ /usr/include/php/Zend/zend_portability.h:323:52: note: in definition of macro 'UNEXPECTED' # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/references.cpp: In member function 'void wxPHPObjectReferences::RemoveReferences()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/references.cpp:64:34: error: cannot convert '_zval_struct**' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&m_references[i]); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:14:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/app.h: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/app.h:54:1: error: 'zend_object_value' does not name a type zend_object_value php_wxApp_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:35:1: error: 'zend_object_value' does not name a type zend_object_value php_wxApp_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In member function 'virtual int wxAppWrapper::OnExit()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:73:5: error: 'ZVAL_STRINGL' was not declared in this scope ZVAL_STRINGL(&func_name, (char *)"OnExit", sizeof("OnExit")-1, 0); ^ In file included from /usr/include/php/main/php.h:37:0, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/common.h:437, from ./php_wxwidgets.h:19, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:13: /usr/include/php/Zend/zend_API.h:474:94: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'int _call_user_function_ex(zval*, zval*, zval*, uint32_t, zval*, int)' _call_user_function_ex(object, function_name, retval_ptr, param_count, params, no_separation) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:75:5: note: in expansion of macro 'call_user_function_ex' call_user_function_ex(NULL, &phpObj, &func_name, &retval, 0, NULL, 0, NULL TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In member function 'virtual bool wxAppWrapper::OnInit()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:85:5: error: 'ZVAL_STRINGL' was not declared in this scope ZVAL_STRINGL(&func_name, (char *)"OnInit", sizeof("OnInit")-1, 0); ^ In file included from /usr/include/php/main/php.h:37:0, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/common.h:437, from ./php_wxwidgets.h:19, from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:13: /usr/include/php/Zend/zend_API.h:474:94: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'int _call_user_function_ex(zval*, zval*, zval*, uint32_t, zval*, int)' _call_user_function_ex(object, function_name, retval_ptr, param_count, params, no_separation) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:96:5: note: in expansion of macro 'call_user_function_ex' call_user_function_ex(NULL, &phpObj, &func_name, &retval, 0, NULL, 0, NULL TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:484:82: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxApp*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_SetInstance(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:503:98: error: 'zend_object_store_get_object' was not declared in this scope wxApp::SetInstance((wxAppWrapper*) ((zo_wxApp*) zend_object_store_get_object(objvar TSRMLS_CC))->native_object); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_GetInstance(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:519:39: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&instance->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:526:64: error: 'zend_object_store_get_object' was not declared in this scope zend_object_store_get_object(return_value TSRMLS_CC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_Yield(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:535:96: error: 'zend_object_store_get_object' was not declared in this scope wxAppWrapper* native_object = ((zo_wxApp*) zend_object_store_get_object(getThis() TSRMLS_CC))->native_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_GetAppDisplayName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:551:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:561:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_GetAppName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:574:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:584:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_GetClassName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:597:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:607:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_GetVendorDisplayName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:620:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:630:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_GetVendorName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:643:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:653:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_SetAppDisplayName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:667:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_SetAppName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:703:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_SetClassName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:739:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_SetVendorDisplayName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:775:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp: In function 'void zim_php_wxApp_SetVendorName(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:811:9: error: 'zend_object_store_get_object' was not declared in this scope ) ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:23:46: error: variable or field 'php_wxEventLoopBase_destruction_handler' declared void void php_wxEventLoopBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:23:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:23:78: error: expected primary-expression before ')' token void php_wxEventLoopBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:52:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventLoopBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:74:51: error: variable or field 'php_wxEventLoopActivator_destruction_handler' declared void void php_wxEventLoopActivator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:74:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:74:83: error: expected primary-expression before ')' token void php_wxEventLoopActivator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:98:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventLoopActivator_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:109:39: error: variable or field 'php_wxModule_destruction_handler' declared void void php_wxModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:109:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:109:71: error: expected primary-expression before ')' token void php_wxModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:135:1: error: 'zend_object_value' does not name a type zend_object_value php_wxModule_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:146:40: error: variable or field 'php_wxProcess_destruction_handler' declared void void php_wxProcess_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:146:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:146:72: error: expected primary-expression before ')' token void php_wxProcess_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:172:1: error: 'zend_object_value' does not name a type zend_object_value php_wxProcess_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:196:54: error: variable or field 'php_wxSingleInstanceChecker_destruction_handler' declared void void php_wxSingleInstanceChecker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:196:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:196:86: error: expected primary-expression before ')' token void php_wxSingleInstanceChecker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:221:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSingleInstanceChecker_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:23:48: error: variable or field 'php_wxAuiToolBarEvent_destruction_handler' declared void void php_wxAuiToolBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:23:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:23:80: error: expected primary-expression before ')' token void php_wxAuiToolBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:46:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:60:47: error: variable or field 'php_wxAuiToolBarItem_destruction_handler' declared void void php_wxAuiToolBarItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:60:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:60:79: error: expected primary-expression before ')' token void php_wxAuiToolBarItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:85:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:135:46: error: variable or field 'php_wxAuiToolBarArt_destruction_handler' declared void void php_wxAuiToolBarArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:135:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:135:78: error: expected primary-expression before ')' token void php_wxAuiToolBarArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:177:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarArt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:187:53: error: variable or field 'php_wxAuiDefaultToolBarArt_destruction_handler' declared void void php_wxAuiDefaultToolBarArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:187:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:187:85: error: expected primary-expression before ')' token void php_wxAuiDefaultToolBarArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:211:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiDefaultToolBarArt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:241:43: error: variable or field 'php_wxAuiToolBar_destruction_handler' declared void void php_wxAuiToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:241:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:241:75: error: expected primary-expression before ')' token void php_wxAuiToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:266:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:338:44: error: variable or field 'php_wxAuiNotebook_destruction_handler' declared void void php_wxAuiNotebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:338:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:338:76: error: expected primary-expression before ')' token void php_wxAuiNotebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:363:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiNotebook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:404:42: error: variable or field 'php_wxAuiTabArt_destruction_handler' declared void void php_wxAuiTabArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:404:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:404:74: error: expected primary-expression before ')' token void php_wxAuiTabArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:439:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiTabArt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:449:43: error: variable or field 'php_wxAuiDockArt_destruction_handler' declared void void php_wxAuiDockArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:449:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:449:75: error: expected primary-expression before ')' token void php_wxAuiDockArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:485:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiDockArt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:496:43: error: variable or field 'php_wxAuiManager_destruction_handler' declared void void php_wxAuiManager_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:496:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:496:75: error: expected primary-expression before ')' token void php_wxAuiManager_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:521:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiManager_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:553:44: error: variable or field 'php_wxAuiPaneInfo_destruction_handler' declared void void php_wxAuiPaneInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:553:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:553:76: error: expected primary-expression before ')' token void php_wxAuiPaneInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:578:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiPaneInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:660:48: error: variable or field 'php_wxAuiManagerEvent_destruction_handler' declared void void php_wxAuiManagerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:660:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:660:80: error: expected primary-expression before ')' token void php_wxAuiManagerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:684:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiManagerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:23:49: error: variable or field 'php_wxAuiNotebookEvent_destruction_handler' declared void void php_wxAuiNotebookEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:23:81: error: expected primary-expression before ')' token void php_wxAuiNotebookEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiNotebookEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:59:45: error: variable or field 'php_wxBookCtrlBase_destruction_handler' declared void void php_wxBookCtrlBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:59:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:59:77: error: expected primary-expression before ')' token void php_wxBookCtrlBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:90:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBookCtrlBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:349:46: error: variable or field 'php_wxBookCtrlEvent_destruction_handler' declared void void php_wxBookCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:349:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:349:78: error: expected primary-expression before ')' token void php_wxBookCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:373:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBookCtrlEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:388:43: error: variable or field 'php_wxChoicebook_destruction_handler' declared void void php_wxChoicebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:388:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:388:75: error: expected primary-expression before ')' token void php_wxChoicebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:413:1: error: 'zend_object_value' does not name a type zend_object_value php_wxChoicebook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:425:41: error: variable or field 'php_wxListbook_destruction_handler' declared void void php_wxListbook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:425:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:425:73: error: expected primary-expression before ')' token void php_wxListbook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:450:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListbook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:462:41: error: variable or field 'php_wxNotebook_destruction_handler' declared void void php_wxNotebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:462:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:462:73: error: expected primary-expression before ')' token void php_wxNotebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:487:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNotebook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:510:41: error: variable or field 'php_wxToolbook_destruction_handler' declared void void php_wxToolbook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:510:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:510:73: error: expected primary-expression before ')' token void php_wxToolbook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:535:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToolbook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:547:41: error: variable or field 'php_wxTreebook_destruction_handler' declared void void php_wxTreebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:547:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:547:73: error: expected primary-expression before ')' token void php_wxTreebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:572:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreebook_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:23:43: error: variable or field 'php_wxConfigBase_destruction_handler' declared void void php_wxConfigBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:23:75: error: expected primary-expression before ')' token void php_wxConfigBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:62:1: error: 'zend_object_value' does not name a type zend_object_value php_wxConfigBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:89:40: error: variable or field 'php_wxDisplay_destruction_handler' declared void void php_wxDisplay_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:89:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:89:72: error: expected primary-expression before ')' token void php_wxDisplay_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:113:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDisplay_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:133:43: error: variable or field 'php_wxFileConfig_destruction_handler' declared void void php_wxFileConfig_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:133:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:133:75: error: expected primary-expression before ')' token void php_wxFileConfig_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:156:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileConfig_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:187:43: error: variable or field 'php_wxFontMapper_destruction_handler' declared void void php_wxFontMapper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:187:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:187:75: error: expected primary-expression before ')' token void php_wxFontMapper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:211:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontMapper_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:235:45: error: variable or field 'php_wxPlatformInfo_destruction_handler' declared void void php_wxPlatformInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:235:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:235:77: error: expected primary-expression before ')' token void php_wxPlatformInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:260:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPlatformInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:302:47: error: variable or field 'php_wxSystemSettings_destruction_handler' declared void void php_wxSystemSettings_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:302:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:302:79: error: expected primary-expression before ')' token void php_wxSystemSettings_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:325:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSystemSettings_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:340:46: error: variable or field 'php_wxSystemOptions_destruction_handler' declared void void php_wxSystemOptions_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:340:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:340:78: error: expected primary-expression before ')' token void php_wxSystemOptions_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:363:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSystemOptions_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:378:42: error: variable or field 'php_wxVideoMode_destruction_handler' declared void void php_wxVideoMode_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:378:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:378:74: error: expected primary-expression before ')' token void php_wxVideoMode_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:417:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVideoMode_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:23:48: error: variable or field 'php_wxAboutDialogInfo_destruction_handler' declared void void php_wxAboutDialogInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:23:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:23:80: error: expected primary-expression before ')' token void php_wxAboutDialogInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAboutDialogInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:79:41: error: variable or field 'php_wxBusyInfo_destruction_handler' declared void void php_wxBusyInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:79:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:79:73: error: expected primary-expression before ')' token void php_wxBusyInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:103:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBusyInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:114:51: error: variable or field 'php_wxSingleChoiceDialog_destruction_handler' declared void void php_wxSingleChoiceDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:114:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:114:83: error: expected primary-expression before ')' token void php_wxSingleChoiceDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSingleChoiceDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:155:48: error: variable or field 'php_wxPrintDialogData_destruction_handler' declared void void php_wxPrintDialogData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:155:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:155:80: error: expected primary-expression before ')' token void php_wxPrintDialogData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:180:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintDialogData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:215:45: error: variable or field 'php_wxColourDialog_destruction_handler' declared void void php_wxColourDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:13:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:23:46: error: variable or field 'php_wxEventLoopBase_destruction_handler' declared void void php_wxEventLoopBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:23:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:23:78: error: expected primary-expression before ')' token void php_wxEventLoopBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:215:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:215:77: error: expected primary-expression before ')' token void php_wxColourDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:52:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventLoopBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:74:51: error: variable or field 'php_wxEventLoopActivator_destruction_handler' declared void void php_wxEventLoopActivator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:74:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:74:83: error: expected primary-expression before ')' token void php_wxEventLoopActivator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:98:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventLoopActivator_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:109:39: error: variable or field 'php_wxModule_destruction_handler' declared void void php_wxModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:109:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:109:71: error: expected primary-expression before ')' token void php_wxModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:135:1: error: 'zend_object_value' does not name a type zend_object_value php_wxModule_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:146:40: error: variable or field 'php_wxProcess_destruction_handler' declared void void php_wxProcess_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:146:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:146:72: error: expected primary-expression before ')' token void php_wxProcess_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:172:1: error: 'zend_object_value' does not name a type zend_object_value php_wxProcess_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:196:54: error: variable or field 'php_wxSingleInstanceChecker_destruction_handler' declared void void php_wxSingleInstanceChecker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:196:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:196:86: error: expected primary-expression before ')' token void php_wxSingleInstanceChecker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:239:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:253:43: error: variable or field 'php_wxColourData_destruction_handler' declared void void php_wxColourData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:253:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:253:75: error: expected primary-expression before ')' token void php_wxColourData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/appmanagement.h:221:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSingleInstanceChecker_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:277:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:296:39: error: variable or field 'php_wxDialog_destruction_handler' declared void void php_wxDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:296:39: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:14:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:23:48: error: variable or field 'php_wxAuiToolBarEvent_destruction_handler' declared void void php_wxAuiToolBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:23:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:296:71: error: expected primary-expression before ')' token void php_wxDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:23:80: error: expected primary-expression before ')' token void php_wxAuiToolBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:46:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:60:47: error: variable or field 'php_wxAuiToolBarItem_destruction_handler' declared void void php_wxAuiToolBarItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:60:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:60:79: error: expected primary-expression before ')' token void php_wxAuiToolBarItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:85:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:135:46: error: variable or field 'php_wxAuiToolBarArt_destruction_handler' declared void void php_wxAuiToolBarArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:135:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:135:78: error: expected primary-expression before ')' token void php_wxAuiToolBarArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:177:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarArt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:187:53: error: variable or field 'php_wxAuiDefaultToolBarArt_destruction_handler' declared void void php_wxAuiDefaultToolBarArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:187:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:187:85: error: expected primary-expression before ')' token void php_wxAuiDefaultToolBarArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:321:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:364:42: error: variable or field 'php_wxDirDialog_destruction_handler' declared void void php_wxDirDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:364:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:364:74: error: expected primary-expression before ')' token void php_wxDirDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:211:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiDefaultToolBarArt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:241:43: error: variable or field 'php_wxAuiToolBar_destruction_handler' declared void void php_wxAuiToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:241:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:241:75: error: expected primary-expression before ')' token void php_wxAuiToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:14:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:266:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:338:44: error: variable or field 'php_wxAuiNotebook_destruction_handler' declared void void php_wxAuiNotebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:338:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:338:76: error: expected primary-expression before ')' token void php_wxAuiNotebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:388:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDirDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:404:48: error: variable or field 'php_wxFindReplaceData_destruction_handler' declared void void php_wxFindReplaceData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:404:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:404:80: error: expected primary-expression before ')' token void php_wxFindReplaceData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:428:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFindReplaceData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:363:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiNotebook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:445:50: error: variable or field 'php_wxFindReplaceDialog_destruction_handler' declared void void php_wxFindReplaceDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:445:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:404:42: error: variable or field 'php_wxAuiTabArt_destruction_handler' declared void void php_wxAuiTabArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:404:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:445:82: error: expected primary-expression before ')' token void php_wxFindReplaceDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:404:74: error: expected primary-expression before ')' token void php_wxAuiTabArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:439:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiTabArt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:449:43: error: variable or field 'php_wxAuiDockArt_destruction_handler' declared void void php_wxAuiDockArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:449:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:449:75: error: expected primary-expression before ')' token void php_wxAuiDockArt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:485:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiDockArt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:496:43: error: variable or field 'php_wxAuiManager_destruction_handler' declared void void php_wxAuiManager_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:496:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:496:75: error: expected primary-expression before ')' token void php_wxAuiManager_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:521:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiManager_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:553:44: error: variable or field 'php_wxAuiPaneInfo_destruction_handler' declared void void php_wxAuiPaneInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:553:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:470:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFindReplaceDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:553:76: error: expected primary-expression before ')' token void php_wxAuiPaneInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:483:43: error: variable or field 'php_wxFileDialog_destruction_handler' declared void void php_wxFileDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:483:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:483:75: error: expected primary-expression before ')' token void php_wxFileDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:578:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiPaneInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:660:48: error: variable or field 'php_wxAuiManagerEvent_destruction_handler' declared void void php_wxAuiManagerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:660:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:660:80: error: expected primary-expression before ')' token void php_wxAuiManagerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/aui.h:684:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiManagerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:15:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:23:49: error: variable or field 'php_wxAuiNotebookEvent_destruction_handler' declared void void php_wxAuiNotebookEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:23:81: error: expected primary-expression before ')' token void php_wxAuiNotebookEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiNotebookEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:59:45: error: variable or field 'php_wxBookCtrlBase_destruction_handler' declared void void php_wxBookCtrlBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:59:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:59:77: error: expected primary-expression before ')' token void php_wxBookCtrlBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:507:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:534:41: error: variable or field 'php_wxFontData_destruction_handler' declared void void php_wxFontData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:534:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:534:73: error: expected primary-expression before ')' token void php_wxFontData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:558:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:582:43: error: variable or field 'php_wxFontDialog_destruction_handler' declared void void php_wxFontDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:582:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:582:75: error: expected primary-expression before ')' token void php_wxFontDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:90:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBookCtrlBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:349:46: error: variable or field 'php_wxBookCtrlEvent_destruction_handler' declared void void php_wxBookCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:349:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:349:78: error: expected primary-expression before ')' token void php_wxBookCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:15:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:373:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBookCtrlEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:388:43: error: variable or field 'php_wxChoicebook_destruction_handler' declared void void php_wxChoicebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:388:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:388:75: error: expected primary-expression before ')' token void php_wxChoicebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:608:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:622:46: error: variable or field 'php_wxMessageDialog_destruction_handler' declared void void php_wxMessageDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:622:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:622:78: error: expected primary-expression before ')' token void php_wxMessageDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:413:1: error: 'zend_object_value' does not name a type zend_object_value php_wxChoicebook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:425:41: error: variable or field 'php_wxListbook_destruction_handler' declared void void php_wxListbook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:425:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:425:73: error: expected primary-expression before ')' token void php_wxListbook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:646:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMessageDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:676:54: error: variable or field 'php_wxGenericProgressDialog_destruction_handler' declared void void php_wxGenericProgressDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:676:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:676:86: error: expected primary-expression before ')' token void php_wxGenericProgressDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:450:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListbook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:462:41: error: variable or field 'php_wxNotebook_destruction_handler' declared void void php_wxNotebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:462:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:462:73: error: expected primary-expression before ')' token void php_wxNotebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:700:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGenericProgressDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:720:48: error: variable or field 'php_wxRearrangeDialog_destruction_handler' declared void void php_wxRearrangeDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:720:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:720:80: error: expected primary-expression before ')' token void php_wxRearrangeDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:487:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNotebook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:510:41: error: variable or field 'php_wxToolbook_destruction_handler' declared void void php_wxToolbook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:510:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:510:73: error: expected primary-expression before ')' token void php_wxToolbook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:744:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRearrangeDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:757:51: error: variable or field 'php_wxSymbolPickerDialog_destruction_handler' declared void void php_wxSymbolPickerDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:757:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:757:83: error: expected primary-expression before ')' token void php_wxSymbolPickerDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:535:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToolbook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:547:41: error: variable or field 'php_wxTreebook_destruction_handler' declared void void php_wxTreebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:547:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:547:73: error: expected primary-expression before ')' token void php_wxTreebook_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:782:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSymbolPickerDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:806:52: error: variable or field 'php_wxPasswordEntryDialog_destruction_handler' declared void void php_wxPasswordEntryDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:806:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/bookctrl.h:572:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreebook_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:806:84: error: expected primary-expression before ')' token void php_wxPasswordEntryDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:16:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:23:43: error: variable or field 'php_wxConfigBase_destruction_handler' declared void void php_wxConfigBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:23:75: error: expected primary-expression before ')' token void php_wxConfigBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:62:1: error: 'zend_object_value' does not name a type zend_object_value php_wxConfigBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:89:40: error: variable or field 'php_wxDisplay_destruction_handler' declared void void php_wxDisplay_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:89:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:89:72: error: expected primary-expression before ')' token void php_wxDisplay_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:113:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDisplay_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:133:43: error: variable or field 'php_wxFileConfig_destruction_handler' declared void void php_wxFileConfig_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:133:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:133:75: error: expected primary-expression before ')' token void php_wxFileConfig_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:156:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileConfig_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:187:43: error: variable or field 'php_wxFontMapper_destruction_handler' declared void void php_wxFontMapper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:187:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:187:75: error: expected primary-expression before ')' token void php_wxFontMapper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:211:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontMapper_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:235:45: error: variable or field 'php_wxPlatformInfo_destruction_handler' declared void void php_wxPlatformInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:235:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:235:77: error: expected primary-expression before ')' token void php_wxPlatformInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:830:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPasswordEntryDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:841:48: error: variable or field 'php_wxTextEntryDialog_destruction_handler' declared void void php_wxTextEntryDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:841:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:841:80: error: expected primary-expression before ')' token void php_wxTextEntryDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:16:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:260:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPlatformInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:302:47: error: variable or field 'php_wxSystemSettings_destruction_handler' declared void void php_wxSystemSettings_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:302:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:302:79: error: expected primary-expression before ')' token void php_wxSystemSettings_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:325:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSystemSettings_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:340:46: error: variable or field 'php_wxSystemOptions_destruction_handler' declared void void php_wxSystemOptions_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:340:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:340:78: error: expected primary-expression before ')' token void php_wxSystemOptions_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:363:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSystemOptions_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:378:42: error: variable or field 'php_wxVideoMode_destruction_handler' declared void void php_wxVideoMode_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:378:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:378:74: error: expected primary-expression before ')' token void php_wxVideoMode_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cfg.h:417:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVideoMode_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:17:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:23:48: error: variable or field 'php_wxAboutDialogInfo_destruction_handler' declared void void php_wxAboutDialogInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:23:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:23:80: error: expected primary-expression before ')' token void php_wxAboutDialogInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:865:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextEntryDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:879:39: error: variable or field 'php_wxWizard_destruction_handler' declared void void php_wxWizard_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:879:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:879:71: error: expected primary-expression before ')' token void php_wxWizard_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAboutDialogInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:79:41: error: variable or field 'php_wxBusyInfo_destruction_handler' declared void void php_wxBusyInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:79:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:79:73: error: expected primary-expression before ')' token void php_wxBusyInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:103:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBusyInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:114:51: error: variable or field 'php_wxSingleChoiceDialog_destruction_handler' declared void void php_wxSingleChoiceDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:114:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:114:83: error: expected primary-expression before ')' token void php_wxSingleChoiceDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:904:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWizard_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:23:43: error: variable or field 'php_wxClientData_destruction_handler' declared void void php_wxClientData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:23:75: error: expected primary-expression before ')' token void php_wxClientData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClientData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:58:45: error: variable or field 'php_wxTreeItemData_destruction_handler' declared void void php_wxTreeItemData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:58:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:58:77: error: expected primary-expression before ')' token void php_wxTreeItemData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:17:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSingleChoiceDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:155:48: error: variable or field 'php_wxPrintDialogData_destruction_handler' declared void void php_wxPrintDialogData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:155:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:82:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeItemData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:155:80: error: expected primary-expression before ')' token void php_wxPrintDialogData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:23:46: error: variable or field 'php_wxAnimationCtrl_destruction_handler' declared void void php_wxAnimationCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:23:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:23:78: error: expected primary-expression before ')' token void php_wxAnimationCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:180:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintDialogData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:215:45: error: variable or field 'php_wxColourDialog_destruction_handler' declared void void php_wxColourDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:215:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:215:77: error: expected primary-expression before ')' token void php_wxColourDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAnimationCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:68:45: error: variable or field 'php_wxBitmapButton_destruction_handler' declared void void php_wxBitmapButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:68:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:68:77: error: expected primary-expression before ')' token void php_wxBitmapButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:239:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:253:43: error: variable or field 'php_wxColourData_destruction_handler' declared void void php_wxColourData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:253:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:253:75: error: expected primary-expression before ')' token void php_wxColourData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:93:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:105:47: error: variable or field 'php_wxBitmapComboBox_destruction_handler' declared void void php_wxBitmapComboBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:105:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:105:79: error: expected primary-expression before ')' token void php_wxBitmapComboBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:277:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:296:39: error: variable or field 'php_wxDialog_destruction_handler' declared void void php_wxDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:296:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:296:71: error: expected primary-expression before ')' token void php_wxDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:130:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapComboBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:147:39: error: variable or field 'php_wxButton_destruction_handler' declared void void php_wxButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:147:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:147:71: error: expected primary-expression before ')' token void php_wxButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:172:1: error: 'zend_object_value' does not name a type zend_object_value php_wxButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:190:45: error: variable or field 'php_wxCalendarCtrl_destruction_handler' declared void void php_wxCalendarCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:190:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:190:77: error: expected primary-expression before ')' token void php_wxCalendarCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:321:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:364:42: error: variable or field 'php_wxDirDialog_destruction_handler' declared void void php_wxDirDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:364:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:364:74: error: expected primary-expression before ')' token void php_wxDirDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:215:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCalendarCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:248:41: error: variable or field 'php_wxCheckBox_destruction_handler' declared void void php_wxCheckBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:248:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:248:73: error: expected primary-expression before ')' token void php_wxCheckBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:273:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCheckBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:292:45: error: variable or field 'php_wxCheckListBox_destruction_handler' declared void void php_wxCheckListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:292:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:292:77: error: expected primary-expression before ')' token void php_wxCheckListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:388:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDirDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:404:48: error: variable or field 'php_wxFindReplaceData_destruction_handler' declared void void php_wxFindReplaceData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:404:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:404:80: error: expected primary-expression before ')' token void php_wxFindReplaceData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:317:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCheckListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:331:39: error: variable or field 'php_wxChoice_destruction_handler' declared void void php_wxChoice_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:331:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:331:71: error: expected primary-expression before ')' token void php_wxChoice_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:428:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFindReplaceData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:445:50: error: variable or field 'php_wxFindReplaceDialog_destruction_handler' declared void void php_wxFindReplaceDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:445:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:445:82: error: expected primary-expression before ')' token void php_wxFindReplaceDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:356:1: error: 'zend_object_value' does not name a type zend_object_value php_wxChoice_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:378:48: error: variable or field 'php_wxCollapsiblePane_destruction_handler' declared void void php_wxCollapsiblePane_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:378:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:378:80: error: expected primary-expression before ')' token void php_wxCollapsiblePane_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:470:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFindReplaceDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:483:43: error: variable or field 'php_wxFileDialog_destruction_handler' declared void void php_wxFileDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:483:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:483:75: error: expected primary-expression before ')' token void php_wxFileDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:403:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCollapsiblePane_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:420:43: error: variable or field 'php_wxComboPopup_destruction_handler' declared void void php_wxComboPopup_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:420:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:420:75: error: expected primary-expression before ')' token void php_wxComboPopup_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:463:1: error: 'zend_object_value' does not name a type zend_object_value php_wxComboPopup_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:485:42: error: variable or field 'php_wxComboCtrl_destruction_handler' declared void void php_wxComboCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:485:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:485:74: error: expected primary-expression before ')' token void php_wxComboCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:507:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:534:41: error: variable or field 'php_wxFontData_destruction_handler' declared void void php_wxFontData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:534:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:534:73: error: expected primary-expression before ')' token void php_wxFontData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:558:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:582:43: error: variable or field 'php_wxFontDialog_destruction_handler' declared void void php_wxFontDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:582:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:582:75: error: expected primary-expression before ')' token void php_wxFontDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:514:1: error: 'zend_object_value' does not name a type zend_object_value php_wxComboCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:827:41: error: variable or field 'php_wxComboBox_destruction_handler' declared void void php_wxComboBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:827:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:827:73: error: expected primary-expression before ')' token void php_wxComboBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:608:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:622:46: error: variable or field 'php_wxMessageDialog_destruction_handler' declared void void php_wxMessageDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:622:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:622:78: error: expected primary-expression before ')' token void php_wxMessageDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:852:1: error: 'zend_object_value' does not name a type zend_object_value php_wxComboBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1153:40: error: variable or field 'php_wxControl_destruction_handler' declared void void php_wxControl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1153:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1153:72: error: expected primary-expression before ')' token void php_wxControl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:646:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMessageDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:676:54: error: variable or field 'php_wxGenericProgressDialog_destruction_handler' declared void void php_wxGenericProgressDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:676:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:676:86: error: expected primary-expression before ')' token void php_wxGenericProgressDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1178:1: error: 'zend_object_value' does not name a type zend_object_value php_wxControl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1198:55: error: variable or field 'php_wxItemContainerImmutable_destruction_handler' declared void void php_wxItemContainerImmutable_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1198:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1198:87: error: expected primary-expression before ')' token void php_wxItemContainerImmutable_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1226:1: error: 'zend_object_value' does not name a type zend_object_value php_wxItemContainerImmutable_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:700:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGenericProgressDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:720:48: error: variable or field 'php_wxRearrangeDialog_destruction_handler' declared void void php_wxRearrangeDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:720:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1240:46: error: variable or field 'php_wxItemContainer_destruction_handler' declared void void php_wxItemContainer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1240:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:720:80: error: expected primary-expression before ')' token void php_wxRearrangeDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1240:78: error: expected primary-expression before ')' token void php_wxItemContainer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1263:1: error: 'zend_object_value' does not name a type zend_object_value php_wxItemContainer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1278:49: error: variable or field 'php_wxControlWithItems_destruction_handler' declared void void php_wxControlWithItems_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1278:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1278:81: error: expected primary-expression before ')' token void php_wxControlWithItems_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1301:1: error: 'zend_object_value' does not name a type zend_object_value php_wxControlWithItems_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1557:45: error: variable or field 'php_wxDataViewCtrl_destruction_handler' declared void void php_wxDataViewCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1557:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1557:77: error: expected primary-expression before ')' token void php_wxDataViewCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:744:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRearrangeDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:757:51: error: variable or field 'php_wxSymbolPickerDialog_destruction_handler' declared void void php_wxSymbolPickerDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:757:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:757:83: error: expected primary-expression before ')' token void php_wxSymbolPickerDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1582:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1635:49: error: variable or field 'php_wxDataViewListCtrl_destruction_handler' declared void void php_wxDataViewListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1635:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1635:81: error: expected primary-expression before ')' token void php_wxDataViewListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:782:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSymbolPickerDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:806:52: error: variable or field 'php_wxPasswordEntryDialog_destruction_handler' declared void void php_wxPasswordEntryDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:806:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:806:84: error: expected primary-expression before ')' token void php_wxPasswordEntryDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1660:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewListCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1694:49: error: variable or field 'php_wxDataViewTreeCtrl_destruction_handler' declared void void php_wxDataViewTreeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1694:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1694:81: error: expected primary-expression before ')' token void php_wxDataViewTreeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:830:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPasswordEntryDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:841:48: error: variable or field 'php_wxTextEntryDialog_destruction_handler' declared void void php_wxTextEntryDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:841:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:841:80: error: expected primary-expression before ')' token void php_wxTextEntryDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1719:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewTreeCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1754:47: error: variable or field 'php_wxGenericDirCtrl_destruction_handler' declared void void php_wxGenericDirCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1754:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1754:79: error: expected primary-expression before ')' token void php_wxGenericDirCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:865:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextEntryDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:879:39: error: variable or field 'php_wxWizard_destruction_handler' declared void void php_wxWizard_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:879:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:879:71: error: expected primary-expression before ')' token void php_wxWizard_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1779:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGenericDirCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1813:48: error: variable or field 'php_wxEditableListBox_destruction_handler' declared void void php_wxEditableListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1813:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1813:80: error: expected primary-expression before ')' token void php_wxEditableListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/cmndlg.h:904:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWizard_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:18:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:23:43: error: variable or field 'php_wxClientData_destruction_handler' declared void void php_wxClientData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1838:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEditableListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1852:41: error: variable or field 'php_wxFileCtrl_destruction_handler' declared void void php_wxFileCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1852:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1852:73: error: expected primary-expression before ')' token void php_wxFileCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:23:75: error: expected primary-expression before ')' token void php_wxClientData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClientData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:58:45: error: variable or field 'php_wxTreeItemData_destruction_handler' declared void void php_wxTreeItemData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:58:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:58:77: error: expected primary-expression before ')' token void php_wxTreeItemData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/containers.h:82:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeItemData_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:19:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:23:46: error: variable or field 'php_wxAnimationCtrl_destruction_handler' declared void void php_wxAnimationCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:23:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:23:78: error: expected primary-expression before ')' token void php_wxAnimationCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1876:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1900:38: error: variable or field 'php_wxGauge_destruction_handler' declared void void php_wxGauge_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1900:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1900:70: error: expected primary-expression before ')' token void php_wxGauge_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:19:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAnimationCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:68:45: error: variable or field 'php_wxBitmapButton_destruction_handler' declared void void php_wxBitmapButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:68:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:68:77: error: expected primary-expression before ')' token void php_wxBitmapButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1925:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGauge_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1947:45: error: variable or field 'php_wxHeaderColumn_destruction_handler' declared void void php_wxHeaderColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1947:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1947:77: error: expected primary-expression before ')' token void php_wxHeaderColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1978:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderColumn_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1994:53: error: variable or field 'php_wxSettableHeaderColumn_destruction_handler' declared void void php_wxSettableHeaderColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1994:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1994:85: error: expected primary-expression before ')' token void php_wxSettableHeaderColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2024:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSettableHeaderColumn_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2044:51: error: variable or field 'php_wxHeaderColumnSimple_destruction_handler' declared void void php_wxHeaderColumnSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2044:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2044:83: error: expected primary-expression before ')' token void php_wxHeaderColumnSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:93:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:105:47: error: variable or field 'php_wxBitmapComboBox_destruction_handler' declared void void php_wxBitmapComboBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:105:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:105:79: error: expected primary-expression before ')' token void php_wxBitmapComboBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2069:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderColumnSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2095:43: error: variable or field 'php_wxHeaderCtrl_destruction_handler' declared void void php_wxHeaderCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2095:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2095:75: error: expected primary-expression before ')' token void php_wxHeaderCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2124:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2146:49: error: variable or field 'php_wxHeaderCtrlSimple_destruction_handler' declared void void php_wxHeaderCtrlSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2146:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2146:81: error: expected primary-expression before ')' token void php_wxHeaderCtrlSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2172:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderCtrlSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2190:44: error: variable or field 'php_wxHtmlListBox_destruction_handler' declared void void php_wxHtmlListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2190:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2190:76: error: expected primary-expression before ')' token void php_wxHtmlListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:130:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapComboBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:147:39: error: variable or field 'php_wxButton_destruction_handler' declared void void php_wxButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:147:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:147:71: error: expected primary-expression before ')' token void php_wxButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2220:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2232:50: error: variable or field 'php_wxSimpleHtmlListBox_destruction_handler' declared void void php_wxSimpleHtmlListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2232:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2232:82: error: expected primary-expression before ')' token void php_wxSimpleHtmlListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:172:1: error: 'zend_object_value' does not name a type zend_object_value php_wxButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:190:45: error: variable or field 'php_wxCalendarCtrl_destruction_handler' declared void void php_wxCalendarCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:190:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:190:77: error: expected primary-expression before ')' token void php_wxCalendarCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2257:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSimpleHtmlListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2298:46: error: variable or field 'php_wxHyperlinkCtrl_destruction_handler' declared void void php_wxHyperlinkCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2298:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2298:78: error: expected primary-expression before ')' token void php_wxHyperlinkCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:215:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCalendarCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:248:41: error: variable or field 'php_wxCheckBox_destruction_handler' declared void void php_wxCheckBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:248:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:248:73: error: expected primary-expression before ')' token void php_wxCheckBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2324:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHyperlinkCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2344:40: error: variable or field 'php_wxListBox_destruction_handler' declared void void php_wxListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2344:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2344:72: error: expected primary-expression before ')' token void php_wxListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:273:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCheckBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:292:45: error: variable or field 'php_wxCheckListBox_destruction_handler' declared void void php_wxCheckListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:292:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:292:77: error: expected primary-expression before ')' token void php_wxCheckListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2369:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2395:41: error: variable or field 'php_wxListCtrl_destruction_handler' declared void void php_wxListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2395:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:317:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCheckListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2395:73: error: expected primary-expression before ')' token void php_wxListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:331:39: error: variable or field 'php_wxChoice_destruction_handler' declared void void php_wxChoice_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:331:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:331:71: error: expected primary-expression before ')' token void php_wxChoice_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:356:1: error: 'zend_object_value' does not name a type zend_object_value php_wxChoice_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:378:48: error: variable or field 'php_wxCollapsiblePane_destruction_handler' declared void void php_wxCollapsiblePane_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:378:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:378:80: error: expected primary-expression before ')' token void php_wxCollapsiblePane_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2424:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2489:41: error: variable or field 'php_wxListView_destruction_handler' declared void void php_wxListView_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2489:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2489:73: error: expected primary-expression before ')' token void php_wxListView_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:403:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCollapsiblePane_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:420:43: error: variable or field 'php_wxComboPopup_destruction_handler' declared void void php_wxComboPopup_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:420:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:420:75: error: expected primary-expression before ')' token void php_wxComboPopup_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2512:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListView_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2530:41: error: variable or field 'php_wxRadioBox_destruction_handler' declared void void php_wxRadioBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2530:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2530:73: error: expected primary-expression before ')' token void php_wxRadioBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:463:1: error: 'zend_object_value' does not name a type zend_object_value php_wxComboPopup_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:485:42: error: variable or field 'php_wxComboCtrl_destruction_handler' declared void void php_wxComboCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:485:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:485:74: error: expected primary-expression before ')' token void php_wxComboCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2555:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRadioBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2821:44: error: variable or field 'php_wxRadioButton_destruction_handler' declared void void php_wxRadioButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2821:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2821:76: error: expected primary-expression before ')' token void php_wxRadioButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:514:1: error: 'zend_object_value' does not name a type zend_object_value php_wxComboCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:827:41: error: variable or field 'php_wxComboBox_destruction_handler' declared void void php_wxComboBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:827:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:827:73: error: expected primary-expression before ')' token void php_wxComboBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2846:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRadioButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2860:46: error: variable or field 'php_wxRearrangeList_destruction_handler' declared void void php_wxRearrangeList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2860:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2860:78: error: expected primary-expression before ')' token void php_wxRearrangeList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:852:1: error: 'zend_object_value' does not name a type zend_object_value php_wxComboBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1153:40: error: variable or field 'php_wxControl_destruction_handler' declared void void php_wxControl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1153:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1153:72: error: expected primary-expression before ')' token void php_wxControl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2884:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRearrangeList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1178:1: error: 'zend_object_value' does not name a type zend_object_value php_wxControl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2899:46: error: variable or field 'php_wxRearrangeCtrl_destruction_handler' declared void void php_wxRearrangeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2899:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1198:55: error: variable or field 'php_wxItemContainerImmutable_destruction_handler' declared void void php_wxItemContainerImmutable_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1198:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1198:87: error: expected primary-expression before ')' token void php_wxItemContainerImmutable_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2899:78: error: expected primary-expression before ')' token void php_wxRearrangeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1226:1: error: 'zend_object_value' does not name a type zend_object_value php_wxItemContainerImmutable_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1240:46: error: variable or field 'php_wxItemContainer_destruction_handler' declared void void php_wxItemContainer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1240:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1240:78: error: expected primary-expression before ')' token void php_wxItemContainer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1263:1: error: 'zend_object_value' does not name a type zend_object_value php_wxItemContainer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1278:49: error: variable or field 'php_wxControlWithItems_destruction_handler' declared void void php_wxControlWithItems_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1278:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1278:81: error: expected primary-expression before ')' token void php_wxControlWithItems_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1301:1: error: 'zend_object_value' does not name a type zend_object_value php_wxControlWithItems_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1557:45: error: variable or field 'php_wxDataViewCtrl_destruction_handler' declared void void php_wxDataViewCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1557:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1557:77: error: expected primary-expression before ')' token void php_wxDataViewCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2923:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRearrangeCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2935:42: error: variable or field 'php_wxScrollBar_destruction_handler' declared void void php_wxScrollBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2935:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2935:74: error: expected primary-expression before ')' token void php_wxScrollBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1582:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1635:49: error: variable or field 'php_wxDataViewListCtrl_destruction_handler' declared void void php_wxDataViewListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1635:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1635:81: error: expected primary-expression before ')' token void php_wxDataViewListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1660:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewListCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1694:49: error: variable or field 'php_wxDataViewTreeCtrl_destruction_handler' declared void void php_wxDataViewTreeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1694:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2960:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrollBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1694:81: error: expected primary-expression before ')' token void php_wxDataViewTreeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2978:39: error: variable or field 'php_wxSlider_destruction_handler' declared void void php_wxSlider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2978:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2978:71: error: expected primary-expression before ')' token void php_wxSlider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1719:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewTreeCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1754:47: error: variable or field 'php_wxGenericDirCtrl_destruction_handler' declared void void php_wxGenericDirCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1754:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1754:79: error: expected primary-expression before ')' token void php_wxGenericDirCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3003:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSlider_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3024:43: error: variable or field 'php_wxSpinButton_destruction_handler' declared void void php_wxSpinButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3024:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3024:75: error: expected primary-expression before ')' token void php_wxSpinButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1779:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGenericDirCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1813:48: error: variable or field 'php_wxEditableListBox_destruction_handler' declared void void php_wxEditableListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1813:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1813:80: error: expected primary-expression before ')' token void php_wxEditableListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3049:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3066:41: error: variable or field 'php_wxSpinCtrl_destruction_handler' declared void void php_wxSpinCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3066:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3066:73: error: expected primary-expression before ')' token void php_wxSpinCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1838:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEditableListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1852:41: error: variable or field 'php_wxFileCtrl_destruction_handler' declared void void php_wxFileCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1852:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1852:73: error: expected primary-expression before ')' token void php_wxFileCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1876:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3091:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1900:38: error: variable or field 'php_wxGauge_destruction_handler' declared void void php_wxGauge_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1900:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1900:70: error: expected primary-expression before ')' token void php_wxGauge_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3109:47: error: variable or field 'php_wxSpinCtrlDouble_destruction_handler' declared void void php_wxSpinCtrlDouble_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3109:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3109:79: error: expected primary-expression before ')' token void php_wxSpinCtrlDouble_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3134:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinCtrlDouble_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3155:43: error: variable or field 'php_wxSearchCtrl_destruction_handler' declared void void php_wxSearchCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3155:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1925:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGauge_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1947:45: error: variable or field 'php_wxHeaderColumn_destruction_handler' declared void void php_wxHeaderColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1947:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3155:75: error: expected primary-expression before ')' token void php_wxSearchCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1947:77: error: expected primary-expression before ')' token void php_wxHeaderColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1978:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderColumn_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1994:53: error: variable or field 'php_wxSettableHeaderColumn_destruction_handler' declared void void php_wxSettableHeaderColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1994:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:1994:85: error: expected primary-expression before ')' token void php_wxSettableHeaderColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2024:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSettableHeaderColumn_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2044:51: error: variable or field 'php_wxHeaderColumnSimple_destruction_handler' declared void void php_wxHeaderColumnSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2044:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3180:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSearchCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3200:45: error: variable or field 'php_wxStaticBitmap_destruction_handler' declared void void php_wxStaticBitmap_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3200:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3200:77: error: expected primary-expression before ')' token void php_wxStaticBitmap_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2044:83: error: expected primary-expression before ')' token void php_wxHeaderColumnSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3225:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticBitmap_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2069:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderColumnSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3241:42: error: variable or field 'php_wxStaticBox_destruction_handler' declared void void php_wxStaticBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3241:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2095:43: error: variable or field 'php_wxHeaderCtrl_destruction_handler' declared void void php_wxHeaderCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2095:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2095:75: error: expected primary-expression before ')' token void php_wxHeaderCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3241:74: error: expected primary-expression before ')' token void php_wxStaticBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3266:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3278:43: error: variable or field 'php_wxStaticLine_destruction_handler' declared void void php_wxStaticLine_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3278:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3278:75: error: expected primary-expression before ')' token void php_wxStaticLine_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2124:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2146:49: error: variable or field 'php_wxHeaderCtrlSimple_destruction_handler' declared void void php_wxHeaderCtrlSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2146:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2146:81: error: expected primary-expression before ')' token void php_wxHeaderCtrlSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3303:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticLine_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3317:43: error: variable or field 'php_wxStaticText_destruction_handler' declared void void php_wxStaticText_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3317:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3317:75: error: expected primary-expression before ')' token void php_wxStaticText_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3342:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticText_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3356:41: error: variable or field 'php_wxTextCtrl_destruction_handler' declared void void php_wxTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3356:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3356:73: error: expected primary-expression before ')' token void php_wxTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2172:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderCtrlSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2190:44: error: variable or field 'php_wxHtmlListBox_destruction_handler' declared void void php_wxHtmlListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2190:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2190:76: error: expected primary-expression before ')' token void php_wxHtmlListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3381:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3686:42: error: variable or field 'php_wxTextEntry_destruction_handler' declared void void php_wxTextEntry_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3686:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3686:74: error: expected primary-expression before ')' token void php_wxTextEntry_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3709:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextEntry_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3757:45: error: variable or field 'php_wxToggleButton_destruction_handler' declared void void php_wxToggleButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3757:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3757:77: error: expected primary-expression before ')' token void php_wxToggleButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3782:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToggleButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3796:51: error: variable or field 'php_wxBitmapToggleButton_destruction_handler' declared void void php_wxBitmapToggleButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3796:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2220:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3796:83: error: expected primary-expression before ')' token void php_wxBitmapToggleButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2232:50: error: variable or field 'php_wxSimpleHtmlListBox_destruction_handler' declared void void php_wxSimpleHtmlListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2232:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2232:82: error: expected primary-expression before ')' token void php_wxSimpleHtmlListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ make: *** [src/references.lo] Error 1 make: *** Waiting for unfinished jobs.... /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3821:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapToggleButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3835:41: error: variable or field 'php_wxTreeCtrl_destruction_handler' declared void void php_wxTreeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3835:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3835:73: error: expected primary-expression before ')' token void php_wxTreeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2257:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSimpleHtmlListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2298:46: error: variable or field 'php_wxHyperlinkCtrl_destruction_handler' declared void void php_wxHyperlinkCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2298:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2298:78: error: expected primary-expression before ')' token void php_wxHyperlinkCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2324:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHyperlinkCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2344:40: error: variable or field 'php_wxListBox_destruction_handler' declared void void php_wxListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2344:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3860:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2344:72: error: expected primary-expression before ')' token void php_wxListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3948:45: error: variable or field 'php_wxTreeListItem_destruction_handler' declared void void php_wxTreeListItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3948:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3948:77: error: expected primary-expression before ')' token void php_wxTreeListItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3972:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeListItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3984:45: error: variable or field 'php_wxTreeListCtrl_destruction_handler' declared void void php_wxTreeListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3984:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3984:77: error: expected primary-expression before ')' token void php_wxTreeListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2369:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2395:41: error: variable or field 'php_wxListCtrl_destruction_handler' declared void void php_wxListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2395:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2395:73: error: expected primary-expression before ')' token void php_wxListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4009:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeListCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4064:41: error: variable or field 'php_wxVListBox_destruction_handler' declared void void php_wxVListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4064:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4064:73: error: expected primary-expression before ')' token void php_wxVListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2424:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2489:41: error: variable or field 'php_wxListView_destruction_handler' declared void void php_wxListView_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2489:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2489:73: error: expected primary-expression before ')' token void php_wxListView_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4093:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4126:40: error: variable or field 'php_wxWebView_destruction_handler' declared void void php_wxWebView_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4126:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4126:72: error: expected primary-expression before ')' token void php_wxWebView_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2512:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListView_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2530:41: error: variable or field 'php_wxRadioBox_destruction_handler' declared void void php_wxRadioBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2530:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2530:73: error: expected primary-expression before ')' token void php_wxRadioBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4149:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebView_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:23:49: error: variable or field 'php_wxAcceleratorEntry_destruction_handler' declared void void php_wxAcceleratorEntry_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:23:81: error: expected primary-expression before ')' token void php_wxAcceleratorEntry_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAcceleratorEntry_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:67:49: error: variable or field 'php_wxAcceleratorTable_destruction_handler' declared void void php_wxAcceleratorTable_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:67:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:67:81: error: expected primary-expression before ')' token void php_wxAcceleratorTable_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:91:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAcceleratorTable_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:103:49: error: variable or field 'php_wxCalendarDateAttr_destruction_handler' declared void void php_wxCalendarDateAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:103:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2555:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRadioBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:103:81: error: expected primary-expression before ')' token void php_wxCalendarDateAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2821:44: error: variable or field 'php_wxRadioButton_destruction_handler' declared void void php_wxRadioButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2821:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2821:76: error: expected primary-expression before ')' token void php_wxRadioButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:128:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCalendarDateAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:158:52: error: variable or field 'php_wxPageSetupDialogData_destruction_handler' declared void void php_wxPageSetupDialogData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:158:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:158:84: error: expected primary-expression before ')' token void php_wxPageSetupDialogData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:183:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPageSetupDialogData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:223:42: error: variable or field 'php_wxPrintData_destruction_handler' declared void void php_wxPrintData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:223:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:223:74: error: expected primary-expression before ')' token void php_wxPrintData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:247:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:281:42: error: variable or field 'php_wxRealPoint_destruction_handler' declared void void php_wxRealPoint_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:281:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:281:74: error: expected primary-expression before ')' token void php_wxRealPoint_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2846:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRadioButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2860:46: error: variable or field 'php_wxRearrangeList_destruction_handler' declared void void php_wxRearrangeList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2860:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:320:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRealPoint_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:332:37: error: variable or field 'php_wxRect_destruction_handler' declared void void php_wxRect_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:332:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:332:69: error: expected primary-expression before ')' token void php_wxRect_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2860:78: error: expected primary-expression before ')' token void php_wxRearrangeList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:375:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRect_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:416:38: error: variable or field 'php_wxPoint_destruction_handler' declared void void php_wxPoint_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:416:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:416:70: error: expected primary-expression before ')' token void php_wxPoint_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:455:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPoint_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:468:37: error: variable or field 'php_wxSize_destruction_handler' declared void void php_wxSize_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:468:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:468:69: error: expected primary-expression before ')' token void php_wxSize_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2884:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRearrangeList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2899:46: error: variable or field 'php_wxRearrangeCtrl_destruction_handler' declared void void php_wxRearrangeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2899:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:493:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSize_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:514:45: error: variable or field 'php_wxListItemAttr_destruction_handler' declared void void php_wxListItemAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:514:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:514:77: error: expected primary-expression before ')' token void php_wxListItemAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2899:78: error: expected primary-expression before ')' token void php_wxRearrangeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:539:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListItemAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:559:41: error: variable or field 'php_wxListItem_destruction_handler' declared void void php_wxListItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:559:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:559:73: error: expected primary-expression before ')' token void php_wxListItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:583:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:619:41: error: variable or field 'php_wxFileType_destruction_handler' declared void void php_wxFileType_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:619:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:619:73: error: expected primary-expression before ')' token void php_wxFileType_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:643:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileType_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2923:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRearrangeCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:659:41: error: variable or field 'php_wxPosition_destruction_handler' declared void void php_wxPosition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:659:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:659:73: error: expected primary-expression before ')' token void php_wxPosition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2935:42: error: variable or field 'php_wxScrollBar_destruction_handler' declared void void php_wxScrollBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2935:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2935:74: error: expected primary-expression before ')' token void php_wxScrollBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:684:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPosition_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:701:39: error: variable or field 'php_wxRegion_destruction_handler' declared void void php_wxRegion_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:701:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:701:71: error: expected primary-expression before ')' token void php_wxRegion_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2960:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrollBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2978:39: error: variable or field 'php_wxSlider_destruction_handler' declared void void php_wxSlider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2978:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:732:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRegion_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:754:46: error: variable or field 'php_wxStatusBarPane_destruction_handler' declared void void php_wxStatusBarPane_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:754:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:2978:71: error: expected primary-expression before ')' token void php_wxSlider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:754:78: error: expected primary-expression before ')' token void php_wxStatusBarPane_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:778:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStatusBarPane_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:792:43: error: variable or field 'php_wxTreeItemId_destruction_handler' declared void void php_wxTreeItemId_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:792:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:792:75: error: expected primary-expression before ')' token void php_wxTreeItemId_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:816:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeItemId_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:828:40: error: variable or field 'php_wxVariant_destruction_handler' declared void void php_wxVariant_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:828:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:828:72: error: expected primary-expression before ')' token void php_wxVariant_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3003:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSlider_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3024:43: error: variable or field 'php_wxSpinButton_destruction_handler' declared void void php_wxSpinButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3024:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3024:75: error: expected primary-expression before ')' token void php_wxSpinButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3049:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:860:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVariant_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:897:44: error: variable or field 'php_wxVariantData_destruction_handler' declared void void php_wxVariantData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:897:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3066:41: error: variable or field 'php_wxSpinCtrl_destruction_handler' declared void void php_wxSpinCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3066:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:897:76: error: expected primary-expression before ')' token void php_wxVariantData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3066:73: error: expected primary-expression before ')' token void php_wxSpinCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:923:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVariantData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:940:44: error: variable or field 'php_wxVersionInfo_destruction_handler' declared void void php_wxVersionInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:940:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:940:76: error: expected primary-expression before ')' token void php_wxVersionInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:964:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVersionInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:23:35: error: variable or field 'php_wxDC_destruction_handler' declared void void php_wxDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:23:35: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:23:67: error: expected primary-expression before ')' token void php_wxDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:46:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:143:43: error: variable or field 'php_wxBufferedDC_destruction_handler' declared void void php_wxBufferedDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:143:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:143:75: error: expected primary-expression before ')' token void php_wxBufferedDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3091:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:169:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBufferedDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3109:47: error: variable or field 'php_wxSpinCtrlDouble_destruction_handler' declared void void php_wxSpinCtrlDouble_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3109:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:181:52: error: variable or field 'php_wxAutoBufferedPaintDC_destruction_handler' declared void void php_wxAutoBufferedPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:181:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:181:84: error: expected primary-expression before ')' token void php_wxAutoBufferedPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3109:79: error: expected primary-expression before ')' token void php_wxSpinCtrlDouble_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:205:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAutoBufferedPaintDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:216:48: error: variable or field 'php_wxBufferedPaintDC_destruction_handler' declared void void php_wxBufferedPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:216:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:216:80: error: expected primary-expression before ')' token void php_wxBufferedPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:241:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBufferedPaintDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:252:40: error: variable or field 'php_wxPaintDC_destruction_handler' declared void void php_wxPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:252:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:252:72: error: expected primary-expression before ')' token void php_wxPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:276:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPaintDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:287:41: error: variable or field 'php_wxClientDC_destruction_handler' declared void void php_wxClientDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:287:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:287:73: error: expected primary-expression before ')' token void php_wxClientDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:311:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClientDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3134:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinCtrlDouble_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:322:41: error: variable or field 'php_wxWindowDC_destruction_handler' declared void void php_wxWindowDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:322:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:322:73: error: expected primary-expression before ')' token void php_wxWindowDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3155:43: error: variable or field 'php_wxSearchCtrl_destruction_handler' declared void void php_wxSearchCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3155:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3155:75: error: expected primary-expression before ')' token void php_wxSearchCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:346:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:357:41: error: variable or field 'php_wxMemoryDC_destruction_handler' declared void void php_wxMemoryDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:357:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:357:73: error: expected primary-expression before ')' token void php_wxMemoryDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:383:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMemoryDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:396:41: error: variable or field 'php_wxMirrorDC_destruction_handler' declared void void php_wxMirrorDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:396:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:396:73: error: expected primary-expression before ')' token void php_wxMirrorDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:420:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMirrorDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:431:45: error: variable or field 'php_wxPostScriptDC_destruction_handler' declared void void php_wxPostScriptDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:431:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:431:77: error: expected primary-expression before ')' token void php_wxPostScriptDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:456:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPostScriptDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:467:41: error: variable or field 'php_wxScreenDC_destruction_handler' declared void void php_wxScreenDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:467:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:467:73: error: expected primary-expression before ')' token void php_wxScreenDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:491:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScreenDC_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:23:42: error: variable or field 'php_wxClipboard_destruction_handler' declared void void php_wxClipboard_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:23:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:23:74: error: expected primary-expression before ')' token void php_wxClipboard_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3180:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSearchCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3200:45: error: variable or field 'php_wxStaticBitmap_destruction_handler' declared void void php_wxStaticBitmap_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3200:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClipboard_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3200:77: error: expected primary-expression before ')' token void php_wxStaticBitmap_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:70:43: error: variable or field 'php_wxDataFormat_destruction_handler' declared void void php_wxDataFormat_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:70:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:70:75: error: expected primary-expression before ')' token void php_wxDataFormat_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:95:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataFormat_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:110:43: error: variable or field 'php_wxDataObject_destruction_handler' declared void void php_wxDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:110:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:110:75: error: expected primary-expression before ')' token void php_wxDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:152:49: error: variable or field 'php_wxCustomDataObject_destruction_handler' declared void void php_wxCustomDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:152:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:152:81: error: expected primary-expression before ')' token void php_wxCustomDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:176:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCustomDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:193:52: error: variable or field 'php_wxDataObjectComposite_destruction_handler' declared void void php_wxDataObjectComposite_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:193:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:193:84: error: expected primary-expression before ')' token void php_wxDataObjectComposite_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3225:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticBitmap_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3241:42: error: variable or field 'php_wxStaticBox_destruction_handler' declared void void php_wxStaticBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3241:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:217:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataObjectComposite_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:231:49: error: variable or field 'php_wxDataObjectSimple_destruction_handler' declared void void php_wxDataObjectSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:231:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:231:81: error: expected primary-expression before ')' token void php_wxDataObjectSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3241:74: error: expected primary-expression before ')' token void php_wxStaticBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:255:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataObjectSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:271:49: error: variable or field 'php_wxBitmapDataObject_destruction_handler' declared void void php_wxBitmapDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:271:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:271:81: error: expected primary-expression before ')' token void php_wxBitmapDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:295:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:308:46: error: variable or field 'php_wxURLDataObject_destruction_handler' declared void void php_wxURLDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:308:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:308:78: error: expected primary-expression before ')' token void php_wxURLDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:332:1: error: 'zend_object_value' does not name a type zend_object_value php_wxURLDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:345:47: error: variable or field 'php_wxTextDataObject_destruction_handler' declared void void php_wxTextDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:345:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:345:79: error: expected primary-expression before ')' token void php_wxTextDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3266:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3278:43: error: variable or field 'php_wxStaticLine_destruction_handler' declared void void php_wxStaticLine_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3278:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:369:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:386:47: error: variable or field 'php_wxFileDataObject_destruction_handler' declared void void php_wxFileDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:386:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:386:79: error: expected primary-expression before ')' token void php_wxFileDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3278:75: error: expected primary-expression before ')' token void php_wxStaticLine_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:410:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:423:43: error: variable or field 'php_wxDropTarget_destruction_handler' declared void void php_wxDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:423:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:423:75: error: expected primary-expression before ')' token void php_wxDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:452:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDropTarget_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:465:47: error: variable or field 'php_wxTextDropTarget_destruction_handler' declared void void php_wxTextDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:465:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:465:79: error: expected primary-expression before ')' token void php_wxTextDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3303:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticLine_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:491:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextDropTarget_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:502:47: error: variable or field 'php_wxFileDropTarget_destruction_handler' declared void void php_wxFileDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3317:43: error: variable or field 'php_wxStaticText_destruction_handler' declared void void php_wxStaticText_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:502:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3317:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:502:79: error: expected primary-expression before ')' token void php_wxFileDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3317:75: error: expected primary-expression before ')' token void php_wxStaticText_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:528:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileDropTarget_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/docview.h:23:44: error: variable or field 'php_wxFileHistory_destruction_handler' declared void void php_wxFileHistory_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/docview.h:23:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/docview.h:23:76: error: expected primary-expression before ')' token void php_wxFileHistory_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/docview.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileHistory_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:23:55: error: variable or field 'php_wxDataViewChoiceRenderer_destruction_handler' declared void void php_wxDataViewChoiceRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:23:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:23:87: error: expected primary-expression before ')' token void php_wxDataViewChoiceRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewChoiceRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:60:46: error: variable or field 'php_wxDataViewModel_destruction_handler' declared void void php_wxDataViewModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3342:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticText_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:60:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:60:78: error: expected primary-expression before ')' token void php_wxDataViewModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3356:41: error: variable or field 'php_wxTextCtrl_destruction_handler' declared void void php_wxTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3356:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:89:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewModel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3356:73: error: expected primary-expression before ')' token void php_wxTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3381:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:114:50: error: variable or field 'php_wxDataViewListModel_destruction_handler' declared void void php_wxDataViewListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:114:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:114:82: error: expected primary-expression before ')' token void php_wxDataViewListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3686:42: error: variable or field 'php_wxTextEntry_destruction_handler' declared void void php_wxTextEntry_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3686:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:141:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewListModel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:153:55: error: variable or field 'php_wxDataViewIndexListModel_destruction_handler' declared void void php_wxDataViewIndexListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:153:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3686:74: error: expected primary-expression before ')' token void php_wxTextEntry_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:153:87: error: expected primary-expression before ')' token void php_wxDataViewIndexListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:176:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewIndexListModel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:186:57: error: variable or field 'php_wxDataViewVirtualListModel_destruction_handler' declared void void php_wxDataViewVirtualListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:186:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:186:89: error: expected primary-expression before ')' token void php_wxDataViewVirtualListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3709:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextEntry_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:209:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewVirtualListModel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:219:49: error: variable or field 'php_wxDataViewItemAttr_destruction_handler' declared void void php_wxDataViewItemAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:219:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3757:45: error: variable or field 'php_wxToggleButton_destruction_handler' declared void void php_wxToggleButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3757:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:219:81: error: expected primary-expression before ')' token void php_wxDataViewItemAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3757:77: error: expected primary-expression before ')' token void php_wxToggleButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:243:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewItemAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:257:45: error: variable or field 'php_wxDataViewItem_destruction_handler' declared void void php_wxDataViewItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:257:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:257:77: error: expected primary-expression before ')' token void php_wxDataViewItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:283:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:296:54: error: variable or field 'php_wxDataViewModelNotifier_destruction_handler' declared void void php_wxDataViewModelNotifier_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:296:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:296:86: error: expected primary-expression before ')' token void php_wxDataViewModelNotifier_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:326:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewModelNotifier_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:339:49: error: variable or field 'php_wxDataViewRenderer_destruction_handler' declared void void php_wxDataViewRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:339:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:339:81: error: expected primary-expression before ')' token void php_wxDataViewRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:364:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:384:53: error: variable or field 'php_wxDataViewTextRenderer_destruction_handler' declared void void php_wxDataViewTextRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:384:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:384:85: error: expected primary-expression before ')' token void php_wxDataViewTextRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3782:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToggleButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3796:51: error: variable or field 'php_wxBitmapToggleButton_destruction_handler' declared void void php_wxBitmapToggleButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3796:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3796:83: error: expected primary-expression before ')' token void php_wxBitmapToggleButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:408:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewTextRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:419:57: error: variable or field 'php_wxDataViewIconTextRenderer_destruction_handler' declared void void php_wxDataViewIconTextRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:419:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:419:89: error: expected primary-expression before ')' token void php_wxDataViewIconTextRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:443:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewIconTextRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:454:57: error: variable or field 'php_wxDataViewProgressRenderer_destruction_handler' declared void void php_wxDataViewProgressRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:454:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:454:89: error: expected primary-expression before ')' token void php_wxDataViewProgressRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:478:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewProgressRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:489:53: error: variable or field 'php_wxDataViewSpinRenderer_destruction_handler' declared void void php_wxDataViewSpinRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:489:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:489:85: error: expected primary-expression before ')' token void php_wxDataViewSpinRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3821:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapToggleButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:513:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewSpinRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:524:55: error: variable or field 'php_wxDataViewToggleRenderer_destruction_handler' declared void void php_wxDataViewToggleRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:524:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3835:41: error: variable or field 'php_wxTreeCtrl_destruction_handler' declared void void php_wxTreeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3835:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:524:87: error: expected primary-expression before ')' token void php_wxDataViewToggleRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3835:73: error: expected primary-expression before ')' token void php_wxTreeCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:548:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewToggleRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:559:53: error: variable or field 'php_wxDataViewDateRenderer_destruction_handler' declared void void php_wxDataViewDateRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:559:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:559:85: error: expected primary-expression before ')' token void php_wxDataViewDateRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:583:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewDateRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:594:55: error: variable or field 'php_wxDataViewCustomRenderer_destruction_handler' declared void void php_wxDataViewCustomRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:594:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:594:87: error: expected primary-expression before ')' token void php_wxDataViewCustomRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:619:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewCustomRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:636:55: error: variable or field 'php_wxDataViewBitmapRenderer_destruction_handler' declared void void php_wxDataViewBitmapRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:636:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:636:87: error: expected primary-expression before ')' token void php_wxDataViewBitmapRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:660:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewBitmapRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:671:47: error: variable or field 'php_wxDataViewColumn_destruction_handler' declared void void php_wxDataViewColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:671:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:671:79: error: expected primary-expression before ')' token void php_wxDataViewColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3860:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3948:45: error: variable or field 'php_wxTreeListItem_destruction_handler' declared void void php_wxTreeListItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3948:45: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:696:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewColumn_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3948:77: error: expected primary-expression before ')' token void php_wxTreeListItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:710:50: error: variable or field 'php_wxDataViewListStore_destruction_handler' declared void void php_wxDataViewListStore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:710:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:710:82: error: expected primary-expression before ')' token void php_wxDataViewListStore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3972:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeListItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:734:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewListStore_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3984:45: error: variable or field 'php_wxTreeListCtrl_destruction_handler' declared void void php_wxTreeListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:754:50: error: variable or field 'php_wxDataViewTreeStore_destruction_handler' declared void void php_wxDataViewTreeStore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3984:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:754:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:754:82: error: expected primary-expression before ')' token void php_wxDataViewTreeStore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:3984:77: error: expected primary-expression before ')' token void php_wxTreeListCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:778:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewTreeStore_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:807:49: error: variable or field 'php_wxDataViewIconText_destruction_handler' declared void void php_wxDataViewIconText_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:807:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:807:81: error: expected primary-expression before ')' token void php_wxDataViewIconText_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:832:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewIconText_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:847:46: error: variable or field 'php_wxDataViewEvent_destruction_handler' declared void void php_wxDataViewEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:847:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:847:78: error: expected primary-expression before ')' token void php_wxDataViewEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4009:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeListCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:871:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4064:41: error: variable or field 'php_wxVListBox_destruction_handler' declared void void php_wxVListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4064:41: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:23:44: error: variable or field 'php_wxEventFilter_destruction_handler' declared void void php_wxEventFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:23:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:23:76: error: expected primary-expression before ')' token void php_wxEventFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4064:73: error: expected primary-expression before ')' token void php_wxVListBox_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventFilter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:59:46: error: variable or field 'php_wxKeyboardState_destruction_handler' declared void void php_wxKeyboardState_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:59:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:59:78: error: expected primary-expression before ')' token void php_wxKeyboardState_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:83:1: error: 'zend_object_value' does not name a type zend_object_value php_wxKeyboardState_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:106:46: error: variable or field 'php_wxCalendarEvent_destruction_handler' declared void void php_wxCalendarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:106:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:106:78: error: expected primary-expression before ')' token void php_wxCalendarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:129:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCalendarEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:141:50: error: variable or field 'php_wxColourPickerEvent_destruction_handler' declared void void php_wxColourPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:141:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:141:82: error: expected primary-expression before ')' token void php_wxColourPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:165:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourPickerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:178:53: error: variable or field 'php_wxCollapsiblePaneEvent_destruction_handler' declared void void php_wxCollapsiblePaneEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:178:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:178:85: error: expected primary-expression before ')' token void php_wxCollapsiblePaneEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:202:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCollapsiblePaneEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:215:42: error: variable or field 'php_wxDateEvent_destruction_handler' declared void void php_wxDateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:215:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4093:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVListBox_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:215:74: error: expected primary-expression before ')' token void php_wxDateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4126:40: error: variable or field 'php_wxWebView_destruction_handler' declared void void php_wxWebView_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4126:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:238:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDateEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:250:38: error: variable or field 'php_wxEvent_destruction_handler' declared void void php_wxEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:250:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:250:70: error: expected primary-expression before ')' token void php_wxEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4126:72: error: expected primary-expression before ')' token void php_wxWebView_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:287:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:314:45: error: variable or field 'php_wxEventBlocker_destruction_handler' declared void void php_wxEventBlocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:314:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:314:77: error: expected primary-expression before ')' token void php_wxEventBlocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:338:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventBlocker_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:350:43: error: variable or field 'php_wxEvtHandler_destruction_handler' declared void void php_wxEvtHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:350:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:350:75: error: expected primary-expression before ')' token void php_wxEvtHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ctrl.h:4149:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebView_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:377:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEvtHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:406:41: error: variable or field 'php_wxKeyEvent_destruction_handler' declared void void php_wxKeyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:406:41: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:20:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:23:49: error: variable or field 'php_wxAcceleratorEntry_destruction_handler' declared void void php_wxAcceleratorEntry_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:406:73: error: expected primary-expression before ')' token void php_wxKeyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:23:81: error: expected primary-expression before ')' token void php_wxAcceleratorEntry_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:20:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAcceleratorEntry_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:67:49: error: variable or field 'php_wxAcceleratorTable_destruction_handler' declared void void php_wxAcceleratorTable_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:67:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:430:1: error: 'zend_object_value' does not name a type zend_object_value php_wxKeyEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:67:81: error: expected primary-expression before ')' token void php_wxAcceleratorTable_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:483:47: error: variable or field 'php_wxScrollWinEvent_destruction_handler' declared void void php_wxScrollWinEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:483:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:483:79: error: expected primary-expression before ')' token void php_wxScrollWinEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:91:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAcceleratorTable_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:103:49: error: variable or field 'php_wxCalendarDateAttr_destruction_handler' declared void void php_wxCalendarDateAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:103:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:103:81: error: expected primary-expression before ')' token void php_wxCalendarDateAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:507:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrollWinEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:522:54: error: variable or field 'php_wxSysColourChangedEvent_destruction_handler' declared void void php_wxSysColourChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:522:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:522:86: error: expected primary-expression before ')' token void php_wxSysColourChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:20:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:128:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCalendarDateAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:158:52: error: variable or field 'php_wxPageSetupDialogData_destruction_handler' declared void void php_wxPageSetupDialogData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:158:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:158:84: error: expected primary-expression before ')' token void php_wxPageSetupDialogData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:546:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSysColourChangedEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:557:45: error: variable or field 'php_wxCommandEvent_destruction_handler' declared void void php_wxCommandEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:557:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:557:77: error: expected primary-expression before ')' token void php_wxCommandEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:183:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPageSetupDialogData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:223:42: error: variable or field 'php_wxPrintData_destruction_handler' declared void void php_wxPrintData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:223:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:223:74: error: expected primary-expression before ')' token void php_wxPrintData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:581:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCommandEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:601:50: error: variable or field 'php_wxWindowCreateEvent_destruction_handler' declared void void php_wxWindowCreateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:601:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:601:82: error: expected primary-expression before ')' token void php_wxWindowCreateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:247:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:281:42: error: variable or field 'php_wxRealPoint_destruction_handler' declared void void php_wxRealPoint_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:281:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:281:74: error: expected primary-expression before ')' token void php_wxRealPoint_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:625:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowCreateEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:637:43: error: variable or field 'php_wxPaintEvent_destruction_handler' declared void void php_wxPaintEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:637:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:637:75: error: expected primary-expression before ')' token void php_wxPaintEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:320:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRealPoint_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:332:37: error: variable or field 'php_wxRect_destruction_handler' declared void void php_wxRect_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:332:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:332:69: error: expected primary-expression before ')' token void php_wxRect_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:661:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPaintEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:672:46: error: variable or field 'php_wxMaximizeEvent_destruction_handler' declared void void php_wxMaximizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:672:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:672:78: error: expected primary-expression before ')' token void php_wxMaximizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:696:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMaximizeEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:707:46: error: variable or field 'php_wxUpdateUIEvent_destruction_handler' declared void void php_wxUpdateUIEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:707:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:707:78: error: expected primary-expression before ')' token void php_wxUpdateUIEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:375:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRect_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:416:38: error: variable or field 'php_wxPoint_destruction_handler' declared void void php_wxPoint_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:416:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:416:70: error: expected primary-expression before ')' token void php_wxPoint_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:731:1: error: 'zend_object_value' does not name a type zend_object_value php_wxUpdateUIEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:760:51: error: variable or field 'php_wxClipboardTextEvent_destruction_handler' declared void void php_wxClipboardTextEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:760:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:760:83: error: expected primary-expression before ')' token void php_wxClipboardTextEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:455:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPoint_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:468:37: error: variable or field 'php_wxSize_destruction_handler' declared void void php_wxSize_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:468:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:468:69: error: expected primary-expression before ')' token void php_wxSize_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:784:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClipboardTextEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:795:43: error: variable or field 'php_wxMouseEvent_destruction_handler' declared void void php_wxMouseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:795:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:493:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSize_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:795:75: error: expected primary-expression before ')' token void php_wxMouseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:514:45: error: variable or field 'php_wxListItemAttr_destruction_handler' declared void void php_wxListItemAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:514:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:514:77: error: expected primary-expression before ')' token void php_wxListItemAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:819:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMouseEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:539:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListItemAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:912:46: error: variable or field 'php_wxActivateEvent_destruction_handler' declared void void php_wxActivateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:559:41: error: variable or field 'php_wxListItem_destruction_handler' declared void void php_wxListItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:912:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:559:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:559:73: error: expected primary-expression before ')' token void php_wxListItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:912:78: error: expected primary-expression before ')' token void php_wxActivateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:583:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:619:41: error: variable or field 'php_wxFileType_destruction_handler' declared void void php_wxFileType_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:619:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:619:73: error: expected primary-expression before ')' token void php_wxFileType_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:936:1: error: 'zend_object_value' does not name a type zend_object_value php_wxActivateEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:948:49: error: variable or field 'php_wxContextMenuEvent_destruction_handler' declared void void php_wxContextMenuEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:948:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:948:81: error: expected primary-expression before ')' token void php_wxContextMenuEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:643:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileType_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:659:41: error: variable or field 'php_wxPosition_destruction_handler' declared void void php_wxPosition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:659:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:659:73: error: expected primary-expression before ')' token void php_wxPosition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:972:1: error: 'zend_object_value' does not name a type zend_object_value php_wxContextMenuEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:684:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPosition_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:985:43: error: variable or field 'php_wxEraseEvent_destruction_handler' declared void void php_wxEraseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:985:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:701:39: error: variable or field 'php_wxRegion_destruction_handler' declared void void php_wxRegion_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:701:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:985:75: error: expected primary-expression before ')' token void php_wxEraseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:701:71: error: expected primary-expression before ')' token void php_wxRegion_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1009:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEraseEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1021:43: error: variable or field 'php_wxFocusEvent_destruction_handler' declared void void php_wxFocusEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1021:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1021:75: error: expected primary-expression before ')' token void php_wxFocusEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1045:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFocusEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1058:48: error: variable or field 'php_wxChildFocusEvent_destruction_handler' declared void void php_wxChildFocusEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1058:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1058:80: error: expected primary-expression before ')' token void php_wxChildFocusEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:732:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRegion_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:754:46: error: variable or field 'php_wxStatusBarPane_destruction_handler' declared void void php_wxStatusBarPane_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:754:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:754:78: error: expected primary-expression before ')' token void php_wxStatusBarPane_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1082:1: error: 'zend_object_value' does not name a type zend_object_value php_wxChildFocusEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1094:44: error: variable or field 'php_wxNotifyEvent_destruction_handler' declared void void php_wxNotifyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1094:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1094:76: error: expected primary-expression before ')' token void php_wxNotifyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:778:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStatusBarPane_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:792:43: error: variable or field 'php_wxTreeItemId_destruction_handler' declared void void php_wxTreeItemId_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:792:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:792:75: error: expected primary-expression before ')' token void php_wxTreeItemId_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1118:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNotifyEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1132:44: error: variable or field 'php_wxThreadEvent_destruction_handler' declared void void php_wxThreadEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1132:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:816:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeItemId_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1132:76: error: expected primary-expression before ')' token void php_wxThreadEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1156:1: error: 'zend_object_value' does not name a type zend_object_value php_wxThreadEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/app.cpp:14:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/app.h: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/app.h:57:28: warning: 'php_wxApp_functions' defined but not used [-Wunused-variable] static zend_function_entry php_wxApp_functions[] = { ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:828:40: error: variable or field 'php_wxVariant_destruction_handler' declared void void php_wxVariant_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:828:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1175:42: error: variable or field 'php_wxHelpEvent_destruction_handler' declared void void php_wxHelpEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1175:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:828:72: error: expected primary-expression before ')' token void php_wxVariant_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1175:74: error: expected primary-expression before ')' token void php_wxHelpEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1199:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHelpEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1214:44: error: variable or field 'php_wxScrollEvent_destruction_handler' declared void void php_wxScrollEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1214:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1214:76: error: expected primary-expression before ')' token void php_wxScrollEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1238:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrollEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1253:42: error: variable or field 'php_wxIdleEvent_destruction_handler' declared void void php_wxIdleEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1253:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1253:74: error: expected primary-expression before ')' token void php_wxIdleEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1277:1: error: 'zend_object_value' does not name a type zend_object_value php_wxIdleEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1292:48: error: variable or field 'php_wxInitDialogEvent_destruction_handler' declared void void php_wxInitDialogEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1292:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1292:80: error: expected primary-expression before ')' token void php_wxInitDialogEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1316:1: error: 'zend_object_value' does not name a type zend_object_value php_wxInitDialogEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:860:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVariant_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1327:51: error: variable or field 'php_wxWindowDestroyEvent_destruction_handler' declared void void php_wxWindowDestroyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1327:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:897:44: error: variable or field 'php_wxVariantData_destruction_handler' declared void void php_wxVariantData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:897:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1327:83: error: expected primary-expression before ')' token void php_wxWindowDestroyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:897:76: error: expected primary-expression before ')' token void php_wxVariantData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:923:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVariantData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1351:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowDestroyEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:940:44: error: variable or field 'php_wxVersionInfo_destruction_handler' declared void void php_wxVersionInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:940:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1363:51: error: variable or field 'php_wxNavigationKeyEvent_destruction_handler' declared void void php_wxNavigationKeyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1363:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:940:76: error: expected primary-expression before ')' token void php_wxVersionInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1363:83: error: expected primary-expression before ')' token void php_wxNavigationKeyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1387:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNavigationKeyEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/data.h:964:1: error: 'zend_object_value' does not name a type zend_object_value php_wxVersionInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1407:43: error: variable or field 'php_wxCloseEvent_destruction_handler' declared void void php_wxCloseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:21:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:23:35: error: variable or field 'php_wxDC_destruction_handler' declared void void php_wxDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1407:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:23:35: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:23:67: error: expected primary-expression before ')' token void php_wxDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1407:75: error: expected primary-expression before ')' token void php_wxCloseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:46:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:143:43: error: variable or field 'php_wxBufferedDC_destruction_handler' declared void void php_wxBufferedDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:143:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:143:75: error: expected primary-expression before ')' token void php_wxBufferedDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1431:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCloseEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1447:42: error: variable or field 'php_wxMenuEvent_destruction_handler' declared void void php_wxMenuEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1447:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1447:74: error: expected primary-expression before ')' token void php_wxMenuEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:169:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBufferedDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:181:52: error: variable or field 'php_wxAutoBufferedPaintDC_destruction_handler' declared void void php_wxAutoBufferedPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:181:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:181:84: error: expected primary-expression before ')' token void php_wxAutoBufferedPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1471:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMenuEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1485:42: error: variable or field 'php_wxMoveEvent_destruction_handler' declared void void php_wxMoveEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1485:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:205:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAutoBufferedPaintDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:216:48: error: variable or field 'php_wxBufferedPaintDC_destruction_handler' declared void void php_wxBufferedPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:216:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1485:74: error: expected primary-expression before ')' token void php_wxMoveEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:216:80: error: expected primary-expression before ')' token void php_wxBufferedPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1509:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMoveEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:21:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:241:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBufferedPaintDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1524:42: error: variable or field 'php_wxSizeEvent_destruction_handler' declared void void php_wxSizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1524:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:252:40: error: variable or field 'php_wxPaintDC_destruction_handler' declared void void php_wxPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:252:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:252:72: error: expected primary-expression before ')' token void php_wxPaintDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1524:74: error: expected primary-expression before ')' token void php_wxSizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:276:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPaintDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:287:41: error: variable or field 'php_wxClientDC_destruction_handler' declared void void php_wxClientDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:287:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:287:73: error: expected primary-expression before ')' token void php_wxClientDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1548:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSizeEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1563:47: error: variable or field 'php_wxSetCursorEvent_destruction_handler' declared void void php_wxSetCursorEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1563:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1563:79: error: expected primary-expression before ')' token void php_wxSetCursorEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:311:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClientDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:322:41: error: variable or field 'php_wxWindowDC_destruction_handler' declared void void php_wxWindowDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:322:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:322:73: error: expected primary-expression before ')' token void php_wxWindowDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:346:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowDC_new(zend_class_entry *class_type TSRMLS_DC); ^ make: *** [src/app.lo] Error 1 /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:357:41: error: variable or field 'php_wxMemoryDC_destruction_handler' declared void void php_wxMemoryDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:357:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:357:73: error: expected primary-expression before ')' token void php_wxMemoryDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1587:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSetCursorEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1603:46: error: variable or field 'php_wxFileCtrlEvent_destruction_handler' declared void void php_wxFileCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1603:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1603:78: error: expected primary-expression before ')' token void php_wxFileCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:383:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMemoryDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:396:41: error: variable or field 'php_wxMirrorDC_destruction_handler' declared void void php_wxMirrorDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:396:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:396:73: error: expected primary-expression before ')' token void php_wxMirrorDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1627:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileCtrlEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1645:51: error: variable or field 'php_wxFileDirPickerEvent_destruction_handler' declared void void php_wxFileDirPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1645:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:420:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMirrorDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1645:83: error: expected primary-expression before ')' token void php_wxFileDirPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:431:45: error: variable or field 'php_wxPostScriptDC_destruction_handler' declared void void php_wxPostScriptDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:431:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:431:77: error: expected primary-expression before ')' token void php_wxPostScriptDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1669:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileDirPickerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:456:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPostScriptDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1682:48: error: variable or field 'php_wxFontPickerEvent_destruction_handler' declared void void php_wxFontPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1682:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:467:41: error: variable or field 'php_wxScreenDC_destruction_handler' declared void void php_wxScreenDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:467:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:467:73: error: expected primary-expression before ')' token void php_wxScreenDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1682:80: error: expected primary-expression before ')' token void php_wxFontPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dc.h:491:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScreenDC_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:22:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:23:42: error: variable or field 'php_wxClipboard_destruction_handler' declared void void php_wxClipboard_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:23:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1706:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontPickerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:23:74: error: expected primary-expression before ')' token void php_wxClipboard_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1719:55: error: variable or field 'php_wxFileSystemWatcherEvent_destruction_handler' declared void void php_wxFileSystemWatcherEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1719:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1719:87: error: expected primary-expression before ')' token void php_wxFileSystemWatcherEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClipboard_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:70:43: error: variable or field 'php_wxDataFormat_destruction_handler' declared void void php_wxDataFormat_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:70:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:70:75: error: expected primary-expression before ')' token void php_wxDataFormat_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1742:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileSystemWatcherEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1758:42: error: variable or field 'php_wxGridEvent_destruction_handler' declared void void php_wxGridEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1758:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1758:74: error: expected primary-expression before ')' token void php_wxGridEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:95:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataFormat_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:110:43: error: variable or field 'php_wxDataObject_destruction_handler' declared void void php_wxDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:110:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:110:75: error: expected primary-expression before ')' token void php_wxDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1783:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:152:49: error: variable or field 'php_wxCustomDataObject_destruction_handler' declared void void php_wxCustomDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:152:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:152:81: error: expected primary-expression before ')' token void php_wxCustomDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1802:46: error: variable or field 'php_wxGridSizeEvent_destruction_handler' declared void void php_wxGridSizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1802:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1802:78: error: expected primary-expression before ')' token void php_wxGridSizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:176:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCustomDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:193:52: error: variable or field 'php_wxDataObjectComposite_destruction_handler' declared void void php_wxDataObjectComposite_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:193:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:193:84: error: expected primary-expression before ')' token void php_wxDataObjectComposite_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:217:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataObjectComposite_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:231:49: error: variable or field 'php_wxDataObjectSimple_destruction_handler' declared void void php_wxDataObjectSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:231:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:231:81: error: expected primary-expression before ')' token void php_wxDataObjectSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1827:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridSizeEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1844:53: error: variable or field 'php_wxGridRangeSelectEvent_destruction_handler' declared void void php_wxGridRangeSelectEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1844:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1844:85: error: expected primary-expression before ')' token void php_wxGridRangeSelectEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:255:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataObjectSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:271:49: error: variable or field 'php_wxBitmapDataObject_destruction_handler' declared void void php_wxBitmapDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:271:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:271:81: error: expected primary-expression before ')' token void php_wxBitmapDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:295:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:308:46: error: variable or field 'php_wxURLDataObject_destruction_handler' declared void void php_wxURLDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:308:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:308:78: error: expected primary-expression before ')' token void php_wxURLDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1869:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridRangeSelectEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1891:55: error: variable or field 'php_wxGridEditorCreatedEvent_destruction_handler' declared void void php_wxGridEditorCreatedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1891:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1891:87: error: expected primary-expression before ')' token void php_wxGridEditorCreatedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:332:1: error: 'zend_object_value' does not name a type zend_object_value php_wxURLDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:345:47: error: variable or field 'php_wxTextDataObject_destruction_handler' declared void void php_wxTextDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:345:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:345:79: error: expected primary-expression before ')' token void php_wxTextDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1916:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridEditorCreatedEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1933:48: error: variable or field 'php_wxHeaderCtrlEvent_destruction_handler' declared void void php_wxHeaderCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1933:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:369:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1933:80: error: expected primary-expression before ')' token void php_wxHeaderCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:386:47: error: variable or field 'php_wxFileDataObject_destruction_handler' declared void void php_wxFileDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:386:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:386:79: error: expected primary-expression before ')' token void php_wxFileDataObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1956:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderCtrlEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1969:47: error: variable or field 'php_wxHyperlinkEvent_destruction_handler' declared void void php_wxHyperlinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1969:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1969:79: error: expected primary-expression before ')' token void php_wxHyperlinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:410:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileDataObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:423:43: error: variable or field 'php_wxDropTarget_destruction_handler' declared void void php_wxDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:423:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:423:75: error: expected primary-expression before ')' token void php_wxDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1993:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHyperlinkEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2006:53: error: variable or field 'php_wxQueryLayoutInfoEvent_destruction_handler' declared void void php_wxQueryLayoutInfoEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2006:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:452:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDropTarget_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2006:85: error: expected primary-expression before ')' token void php_wxQueryLayoutInfoEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:465:47: error: variable or field 'php_wxTextDropTarget_destruction_handler' declared void void php_wxTextDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:465:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:465:79: error: expected primary-expression before ')' token void php_wxTextDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2030:1: error: 'zend_object_value' does not name a type zend_object_value php_wxQueryLayoutInfoEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:491:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextDropTarget_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:502:47: error: variable or field 'php_wxFileDropTarget_destruction_handler' declared void void php_wxFileDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:502:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2051:53: error: variable or field 'php_wxCalculateLayoutEvent_destruction_handler' declared void void php_wxCalculateLayoutEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2051:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:502:79: error: expected primary-expression before ')' token void php_wxFileDropTarget_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2051:85: error: expected primary-expression before ')' token void php_wxCalculateLayoutEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dnd.h:528:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileDropTarget_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:23:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/docview.h:23:44: error: variable or field 'php_wxFileHistory_destruction_handler' declared void void php_wxFileHistory_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/docview.h:23:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2075:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCalculateLayoutEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/docview.h:23:76: error: expected primary-expression before ')' token void php_wxFileHistory_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2090:42: error: variable or field 'php_wxListEvent_destruction_handler' declared void void php_wxListEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2090:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2090:74: error: expected primary-expression before ')' token void php_wxListEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/docview.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileHistory_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:24:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:23:55: error: variable or field 'php_wxDataViewChoiceRenderer_destruction_handler' declared void void php_wxDataViewChoiceRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:23:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:23:87: error: expected primary-expression before ')' token void php_wxDataViewChoiceRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2114:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2137:43: error: variable or field 'php_wxMediaEvent_destruction_handler' declared void void php_wxMediaEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2137:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2137:75: error: expected primary-expression before ')' token void php_wxMediaEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:24:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewChoiceRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:60:46: error: variable or field 'php_wxDataViewModel_destruction_handler' declared void void php_wxDataViewModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:60:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:60:78: error: expected primary-expression before ')' token void php_wxDataViewModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:89:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewModel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2161:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMediaEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:114:50: error: variable or field 'php_wxDataViewListModel_destruction_handler' declared void void php_wxDataViewListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:114:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:114:82: error: expected primary-expression before ')' token void php_wxDataViewListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2172:51: error: variable or field 'php_wxMouseEventsManager_destruction_handler' declared void void php_wxMouseEventsManager_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2172:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2172:83: error: expected primary-expression before ')' token void php_wxMouseEventsManager_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:141:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewListModel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:153:55: error: variable or field 'php_wxDataViewIndexListModel_destruction_handler' declared void void php_wxDataViewIndexListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:153:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:153:87: error: expected primary-expression before ')' token void php_wxDataViewIndexListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:176:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewIndexListModel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:186:57: error: variable or field 'php_wxDataViewVirtualListModel_destruction_handler' declared void void php_wxDataViewVirtualListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:186:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:186:89: error: expected primary-expression before ')' token void php_wxDataViewVirtualListModel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2205:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMouseEventsManager_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:209:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewVirtualListModel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:219:49: error: variable or field 'php_wxDataViewItemAttr_destruction_handler' declared void void php_wxDataViewItemAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:219:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2217:43: error: variable or field 'php_wxMouseState_destruction_handler' declared void void php_wxMouseState_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:219:81: error: expected primary-expression before ')' token void php_wxDataViewItemAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2217:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2217:75: error: expected primary-expression before ')' token void php_wxMouseState_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:243:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewItemAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:257:45: error: variable or field 'php_wxDataViewItem_destruction_handler' declared void void php_wxDataViewItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:257:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:257:77: error: expected primary-expression before ')' token void php_wxDataViewItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2241:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMouseState_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2269:45: error: variable or field 'php_wxProcessEvent_destruction_handler' declared void void php_wxProcessEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2269:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2269:77: error: expected primary-expression before ')' token void php_wxProcessEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:283:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:296:54: error: variable or field 'php_wxDataViewModelNotifier_destruction_handler' declared void void php_wxDataViewModelNotifier_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:296:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:296:86: error: expected primary-expression before ')' token void php_wxDataViewModelNotifier_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2293:1: error: 'zend_object_value' does not name a type zend_object_value php_wxProcessEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:326:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewModelNotifier_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:339:49: error: variable or field 'php_wxDataViewRenderer_destruction_handler' declared void void php_wxDataViewRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:339:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2306:47: error: variable or field 'php_wxRibbonBarEvent_destruction_handler' declared void void php_wxRibbonBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2306:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:339:81: error: expected primary-expression before ')' token void php_wxDataViewRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2306:79: error: expected primary-expression before ')' token void php_wxRibbonBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:364:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:384:53: error: variable or field 'php_wxDataViewTextRenderer_destruction_handler' declared void void php_wxDataViewTextRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:384:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:384:85: error: expected primary-expression before ')' token void php_wxDataViewTextRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2330:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonBarEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2343:53: error: variable or field 'php_wxRibbonButtonBarEvent_destruction_handler' declared void void php_wxRibbonButtonBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2343:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:408:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewTextRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2343:85: error: expected primary-expression before ')' token void php_wxRibbonButtonBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2367:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonButtonBarEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2381:51: error: variable or field 'php_wxRibbonGalleryEvent_destruction_handler' declared void void php_wxRibbonGalleryEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2381:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:419:57: error: variable or field 'php_wxDataViewIconTextRenderer_destruction_handler' declared void void php_wxDataViewIconTextRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:419:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:419:89: error: expected primary-expression before ')' token void php_wxDataViewIconTextRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2381:83: error: expected primary-expression before ')' token void php_wxRibbonGalleryEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:443:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewIconTextRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:454:57: error: variable or field 'php_wxDataViewProgressRenderer_destruction_handler' declared void void php_wxDataViewProgressRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:454:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:454:89: error: expected primary-expression before ')' token void php_wxDataViewProgressRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2405:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonGalleryEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2420:42: error: variable or field 'php_wxSashEvent_destruction_handler' declared void void php_wxSashEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2420:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2420:74: error: expected primary-expression before ')' token void php_wxSashEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:478:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewProgressRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:489:53: error: variable or field 'php_wxDataViewSpinRenderer_destruction_handler' declared void void php_wxDataViewSpinRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:489:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:489:85: error: expected primary-expression before ')' token void php_wxDataViewSpinRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2444:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSashEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2458:42: error: variable or field 'php_wxSpinEvent_destruction_handler' declared void void php_wxSpinEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2458:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2458:74: error: expected primary-expression before ')' token void php_wxSpinEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:513:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewSpinRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:524:55: error: variable or field 'php_wxDataViewToggleRenderer_destruction_handler' declared void void php_wxDataViewToggleRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:524:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:524:87: error: expected primary-expression before ')' token void php_wxDataViewToggleRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2482:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2495:48: error: variable or field 'php_wxSpinDoubleEvent_destruction_handler' declared void void php_wxSpinDoubleEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2495:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:548:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewToggleRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:559:53: error: variable or field 'php_wxDataViewDateRenderer_destruction_handler' declared void void php_wxDataViewDateRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:559:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2495:80: error: expected primary-expression before ')' token void php_wxSpinDoubleEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:559:85: error: expected primary-expression before ')' token void php_wxDataViewDateRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:583:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewDateRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2520:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinDoubleEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:594:55: error: variable or field 'php_wxDataViewCustomRenderer_destruction_handler' declared void void php_wxDataViewCustomRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:594:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:594:87: error: expected primary-expression before ')' token void php_wxDataViewCustomRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2533:46: error: variable or field 'php_wxSplitterEvent_destruction_handler' declared void void php_wxSplitterEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2533:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2533:78: error: expected primary-expression before ')' token void php_wxSplitterEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:619:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewCustomRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:636:55: error: variable or field 'php_wxDataViewBitmapRenderer_destruction_handler' declared void void php_wxDataViewBitmapRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:636:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:636:87: error: expected primary-expression before ')' token void php_wxDataViewBitmapRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2557:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSplitterEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2573:48: error: variable or field 'php_wxStyledTextEvent_destruction_handler' declared void void php_wxStyledTextEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2573:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:660:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewBitmapRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:671:47: error: variable or field 'php_wxDataViewColumn_destruction_handler' declared void void php_wxDataViewColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2573:80: error: expected primary-expression before ')' token void php_wxStyledTextEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:671:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:671:79: error: expected primary-expression before ')' token void php_wxDataViewColumn_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2598:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStyledTextEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2650:49: error: variable or field 'php_wxTaskBarIconEvent_destruction_handler' declared void void php_wxTaskBarIconEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2650:49: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:24:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:696:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewColumn_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2650:81: error: expected primary-expression before ')' token void php_wxTaskBarIconEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:710:50: error: variable or field 'php_wxDataViewListStore_destruction_handler' declared void void php_wxDataViewListStore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:710:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:710:82: error: expected primary-expression before ')' token void php_wxDataViewListStore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2674:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTaskBarIconEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:734:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewListStore_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:754:50: error: variable or field 'php_wxDataViewTreeStore_destruction_handler' declared void void php_wxDataViewTreeStore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:754:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2685:43: error: variable or field 'php_wxTimerEvent_destruction_handler' declared void void php_wxTimerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2685:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:754:82: error: expected primary-expression before ')' token void php_wxDataViewTreeStore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2685:75: error: expected primary-expression before ')' token void php_wxTimerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:778:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewTreeStore_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:807:49: error: variable or field 'php_wxDataViewIconText_destruction_handler' declared void void php_wxDataViewIconText_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:807:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:807:81: error: expected primary-expression before ')' token void php_wxDataViewIconText_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2710:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTimerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2722:42: error: variable or field 'php_wxTreeEvent_destruction_handler' declared void void php_wxTreeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2722:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2722:74: error: expected primary-expression before ')' token void php_wxTreeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:832:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewIconText_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:847:46: error: variable or field 'php_wxDataViewEvent_destruction_handler' declared void void php_wxDataViewEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:847:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:847:78: error: expected primary-expression before ')' token void php_wxDataViewEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2746:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/dvc.h:871:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataViewEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2765:45: error: variable or field 'php_wxWebViewEvent_destruction_handler' declared void void php_wxWebViewEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2765:45: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:25:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:23:44: error: variable or field 'php_wxEventFilter_destruction_handler' declared void void php_wxEventFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:23:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:23:76: error: expected primary-expression before ')' token void php_wxEventFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2765:77: error: expected primary-expression before ')' token void php_wxWebViewEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventFilter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:59:46: error: variable or field 'php_wxKeyboardState_destruction_handler' declared void void php_wxKeyboardState_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:59:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:59:78: error: expected primary-expression before ')' token void php_wxKeyboardState_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:25:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:83:1: error: 'zend_object_value' does not name a type zend_object_value php_wxKeyboardState_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:106:46: error: variable or field 'php_wxCalendarEvent_destruction_handler' declared void void php_wxCalendarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:106:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:106:78: error: expected primary-expression before ')' token void php_wxCalendarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:129:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCalendarEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:141:50: error: variable or field 'php_wxColourPickerEvent_destruction_handler' declared void void php_wxColourPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:141:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:141:82: error: expected primary-expression before ')' token void php_wxColourPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2790:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebViewEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2803:44: error: variable or field 'php_wxWizardEvent_destruction_handler' declared void void php_wxWizardEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2803:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:165:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourPickerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2803:76: error: expected primary-expression before ')' token void php_wxWizardEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:178:53: error: variable or field 'php_wxCollapsiblePaneEvent_destruction_handler' declared void void php_wxCollapsiblePaneEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:178:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:178:85: error: expected primary-expression before ')' token void php_wxCollapsiblePaneEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:202:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCollapsiblePaneEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:215:42: error: variable or field 'php_wxDateEvent_destruction_handler' declared void void php_wxDateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:215:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2827:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWizardEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:215:74: error: expected primary-expression before ')' token void php_wxDateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:23:38: error: variable or field 'php_wxFFile_destruction_handler' declared void void php_wxFFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:23:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:23:70: error: expected primary-expression before ')' token void php_wxFFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:238:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDateEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:250:38: error: variable or field 'php_wxEvent_destruction_handler' declared void void php_wxEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:250:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:250:70: error: expected primary-expression before ')' token void php_wxEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFFile_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:72:37: error: variable or field 'php_wxFile_destruction_handler' declared void void php_wxFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:72:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:72:69: error: expected primary-expression before ')' token void php_wxFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:287:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:314:45: error: variable or field 'php_wxEventBlocker_destruction_handler' declared void void php_wxEventBlocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:314:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:314:77: error: expected primary-expression before ')' token void php_wxEventBlocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:98:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFile_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:128:41: error: variable or field 'php_wxPathList_destruction_handler' declared void void php_wxPathList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:128:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:128:73: error: expected primary-expression before ')' token void php_wxPathList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:338:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventBlocker_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:350:43: error: variable or field 'php_wxEvtHandler_destruction_handler' declared void void php_wxEvtHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:350:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:350:75: error: expected primary-expression before ')' token void php_wxEvtHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:153:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPathList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:169:41: error: variable or field 'php_wxFileName_destruction_handler' declared void void php_wxFileName_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:169:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:169:73: error: expected primary-expression before ')' token void php_wxFileName_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:377:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEvtHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:406:41: error: variable or field 'php_wxKeyEvent_destruction_handler' declared void void php_wxKeyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:406:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:406:73: error: expected primary-expression before ')' token void php_wxKeyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:430:1: error: 'zend_object_value' does not name a type zend_object_value php_wxKeyEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:483:47: error: variable or field 'php_wxScrollWinEvent_destruction_handler' declared void void php_wxScrollWinEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:483:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:483:79: error: expected primary-expression before ')' token void php_wxScrollWinEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:198:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileName_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:281:39: error: variable or field 'php_wxFSFile_destruction_handler' declared void void php_wxFSFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:281:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:281:71: error: expected primary-expression before ')' token void php_wxFSFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:507:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrollWinEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:522:54: error: variable or field 'php_wxSysColourChangedEvent_destruction_handler' declared void void php_wxSysColourChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:522:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:522:86: error: expected primary-expression before ')' token void php_wxSysColourChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:305:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFSFile_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:322:50: error: variable or field 'php_wxFileSystemWatcher_destruction_handler' declared void void php_wxFileSystemWatcher_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:322:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:322:82: error: expected primary-expression before ')' token void php_wxFileSystemWatcher_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:546:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSysColourChangedEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:557:45: error: variable or field 'php_wxCommandEvent_destruction_handler' declared void void php_wxCommandEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:557:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:557:77: error: expected primary-expression before ')' token void php_wxCommandEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:346:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileSystemWatcher_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:364:46: error: variable or field 'php_wxStandardPaths_destruction_handler' declared void void php_wxStandardPaths_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:364:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:364:78: error: expected primary-expression before ')' token void php_wxStandardPaths_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:581:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCommandEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:601:50: error: variable or field 'php_wxWindowCreateEvent_destruction_handler' declared void void php_wxWindowCreateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:601:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:387:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStandardPaths_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:601:82: error: expected primary-expression before ')' token void php_wxWindowCreateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:23:53: error: variable or field 'php_wxGraphicsGradientStop_destruction_handler' declared void void php_wxGraphicsGradientStop_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:23:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:23:85: error: expected primary-expression before ')' token void php_wxGraphicsGradientStop_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGraphicsGradientStop_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:625:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowCreateEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:62:54: error: variable or field 'php_wxGraphicsGradientStops_destruction_handler' declared void void php_wxGraphicsGradientStops_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:62:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:62:86: error: expected primary-expression before ')' token void php_wxGraphicsGradientStops_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:637:43: error: variable or field 'php_wxPaintEvent_destruction_handler' declared void void php_wxPaintEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:637:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:637:75: error: expected primary-expression before ')' token void php_wxPaintEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:661:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPaintEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:86:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGraphicsGradientStops_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:672:46: error: variable or field 'php_wxMaximizeEvent_destruction_handler' declared void void php_wxMaximizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:672:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:104:42: error: variable or field 'php_wxAnimation_destruction_handler' declared void void php_wxAnimation_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:104:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:104:74: error: expected primary-expression before ')' token void php_wxAnimation_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:672:78: error: expected primary-expression before ')' token void php_wxMaximizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:696:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMaximizeEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:129:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAnimation_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:707:46: error: variable or field 'php_wxUpdateUIEvent_destruction_handler' declared void void php_wxUpdateUIEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:147:46: error: variable or field 'php_wxBitmapHandler_destruction_handler' declared void void php_wxBitmapHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:707:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:147:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:147:78: error: expected primary-expression before ')' token void php_wxBitmapHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:707:78: error: expected primary-expression before ')' token void php_wxUpdateUIEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:171:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:191:39: error: variable or field 'php_wxBitmap_destruction_handler' declared void void php_wxBitmap_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:191:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:191:71: error: expected primary-expression before ')' token void php_wxBitmap_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:731:1: error: 'zend_object_value' does not name a type zend_object_value php_wxUpdateUIEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:760:51: error: variable or field 'php_wxClipboardTextEvent_destruction_handler' declared void void php_wxClipboardTextEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:760:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:760:83: error: expected primary-expression before ')' token void php_wxClipboardTextEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:784:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClipboardTextEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:795:43: error: variable or field 'php_wxMouseEvent_destruction_handler' declared void void php_wxMouseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:795:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:795:75: error: expected primary-expression before ')' token void php_wxMouseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:220:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmap_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:256:37: error: variable or field 'php_wxMask_destruction_handler' declared void void php_wxMask_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:256:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:819:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMouseEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:256:69: error: expected primary-expression before ')' token void php_wxMask_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:912:46: error: variable or field 'php_wxActivateEvent_destruction_handler' declared void void php_wxActivateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:912:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:912:78: error: expected primary-expression before ')' token void php_wxActivateEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:936:1: error: 'zend_object_value' does not name a type zend_object_value php_wxActivateEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:283:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMask_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:948:49: error: variable or field 'php_wxContextMenuEvent_destruction_handler' declared void void php_wxContextMenuEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:948:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:295:38: error: variable or field 'php_wxBrush_destruction_handler' declared void void php_wxBrush_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:295:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:295:70: error: expected primary-expression before ')' token void php_wxBrush_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:948:81: error: expected primary-expression before ')' token void php_wxContextMenuEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:972:1: error: 'zend_object_value' does not name a type zend_object_value php_wxContextMenuEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:985:43: error: variable or field 'php_wxEraseEvent_destruction_handler' declared void void php_wxEraseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:321:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBrush_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:985:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:342:39: error: variable or field 'php_wxColour_destruction_handler' declared void void php_wxColour_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:342:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:985:75: error: expected primary-expression before ')' token void php_wxEraseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:342:71: error: expected primary-expression before ')' token void php_wxColour_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1009:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEraseEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1021:43: error: variable or field 'php_wxFocusEvent_destruction_handler' declared void void php_wxFocusEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1021:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1021:75: error: expected primary-expression before ')' token void php_wxFocusEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:370:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColour_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:390:39: error: variable or field 'php_wxCursor_destruction_handler' declared void void php_wxCursor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:390:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1045:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFocusEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:390:71: error: expected primary-expression before ')' token void php_wxCursor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1058:48: error: variable or field 'php_wxChildFocusEvent_destruction_handler' declared void void php_wxChildFocusEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1058:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1058:80: error: expected primary-expression before ')' token void php_wxChildFocusEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1082:1: error: 'zend_object_value' does not name a type zend_object_value php_wxChildFocusEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1094:44: error: variable or field 'php_wxNotifyEvent_destruction_handler' declared void void php_wxNotifyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1094:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:417:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCursor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1094:76: error: expected primary-expression before ')' token void php_wxNotifyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:429:42: error: variable or field 'php_wxDCClipper_destruction_handler' declared void void php_wxDCClipper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:429:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:429:74: error: expected primary-expression before ')' token void php_wxDCClipper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1118:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNotifyEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1132:44: error: variable or field 'php_wxThreadEvent_destruction_handler' declared void void php_wxThreadEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1132:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1132:76: error: expected primary-expression before ')' token void php_wxThreadEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:455:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDCClipper_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:466:37: error: variable or field 'php_wxFont_destruction_handler' declared void void php_wxFont_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:466:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:466:69: error: expected primary-expression before ')' token void php_wxFont_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1156:1: error: 'zend_object_value' does not name a type zend_object_value php_wxThreadEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1175:42: error: variable or field 'php_wxHelpEvent_destruction_handler' declared void void php_wxHelpEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1175:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1175:74: error: expected primary-expression before ')' token void php_wxHelpEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1199:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHelpEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1214:44: error: variable or field 'php_wxScrollEvent_destruction_handler' declared void void php_wxScrollEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1214:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1214:76: error: expected primary-expression before ')' token void php_wxScrollEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:495:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFont_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1238:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrollEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:546:41: error: variable or field 'php_wxFontList_destruction_handler' declared void void php_wxFontList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:546:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:546:73: error: expected primary-expression before ')' token void php_wxFontList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1253:42: error: variable or field 'php_wxIdleEvent_destruction_handler' declared void void php_wxIdleEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1253:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1253:74: error: expected primary-expression before ')' token void php_wxIdleEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:570:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:582:47: error: variable or field 'php_wxFontEnumerator_destruction_handler' declared void void php_wxFontEnumerator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:582:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1277:1: error: 'zend_object_value' does not name a type zend_object_value php_wxIdleEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:582:79: error: expected primary-expression before ')' token void php_wxFontEnumerator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1292:48: error: variable or field 'php_wxInitDialogEvent_destruction_handler' declared void void php_wxInitDialogEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1292:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1292:80: error: expected primary-expression before ')' token void php_wxInitDialogEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:607:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontEnumerator_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:622:47: error: variable or field 'php_wxNativeFontInfo_destruction_handler' declared void void php_wxNativeFontInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:622:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:622:79: error: expected primary-expression before ')' token void php_wxNativeFontInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1316:1: error: 'zend_object_value' does not name a type zend_object_value php_wxInitDialogEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1327:51: error: variable or field 'php_wxWindowDestroyEvent_destruction_handler' declared void void php_wxWindowDestroyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1327:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:647:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNativeFontInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1327:83: error: expected primary-expression before ')' token void php_wxWindowDestroyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:678:47: error: variable or field 'php_wxColourDatabase_destruction_handler' declared void void php_wxColourDatabase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:678:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:678:79: error: expected primary-expression before ')' token void php_wxColourDatabase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:702:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourDatabase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:716:42: error: variable or field 'php_wxGDIObject_destruction_handler' declared void void php_wxGDIObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:716:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1351:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowDestroyEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:716:74: error: expected primary-expression before ')' token void php_wxGDIObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1363:51: error: variable or field 'php_wxNavigationKeyEvent_destruction_handler' declared void void php_wxNavigationKeyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1363:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1363:83: error: expected primary-expression before ')' token void php_wxNavigationKeyEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:739:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGDIObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:749:49: error: variable or field 'php_wxGraphicsRenderer_destruction_handler' declared void void php_wxGraphicsRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:749:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:749:81: error: expected primary-expression before ')' token void php_wxGraphicsRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:772:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGraphicsRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1387:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNavigationKeyEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:782:47: error: variable or field 'php_wxGraphicsMatrix_destruction_handler' declared void void php_wxGraphicsMatrix_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:782:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1407:43: error: variable or field 'php_wxCloseEvent_destruction_handler' declared void void php_wxCloseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1407:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:782:79: error: expected primary-expression before ')' token void php_wxGraphicsMatrix_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1407:75: error: expected primary-expression before ')' token void php_wxCloseEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:805:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGraphicsMatrix_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:815:37: error: variable or field 'php_wxIcon_destruction_handler' declared void void php_wxIcon_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:815:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:815:69: error: expected primary-expression before ')' token void php_wxIcon_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1431:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCloseEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1447:42: error: variable or field 'php_wxMenuEvent_destruction_handler' declared void void php_wxMenuEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1447:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1447:74: error: expected primary-expression before ')' token void php_wxMenuEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:841:1: error: 'zend_object_value' does not name a type zend_object_value php_wxIcon_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1471:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMenuEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:861:43: error: variable or field 'php_wxIconBundle_destruction_handler' declared void void php_wxIconBundle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:861:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:861:75: error: expected primary-expression before ')' token void php_wxIconBundle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1485:42: error: variable or field 'php_wxMoveEvent_destruction_handler' declared void void php_wxMoveEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1485:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1485:74: error: expected primary-expression before ')' token void php_wxMoveEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1509:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMoveEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1524:42: error: variable or field 'php_wxSizeEvent_destruction_handler' declared void void php_wxSizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1524:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1524:74: error: expected primary-expression before ')' token void php_wxSizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:889:1: error: 'zend_object_value' does not name a type zend_object_value php_wxIconBundle_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:906:45: error: variable or field 'php_wxImageHandler_destruction_handler' declared void void php_wxImageHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:906:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:906:77: error: expected primary-expression before ')' token void php_wxImageHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1548:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSizeEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1563:47: error: variable or field 'php_wxSetCursorEvent_destruction_handler' declared void void php_wxSetCursorEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1563:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:929:1: error: 'zend_object_value' does not name a type zend_object_value php_wxImageHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1563:79: error: expected primary-expression before ')' token void php_wxSetCursorEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:952:38: error: variable or field 'php_wxImage_destruction_handler' declared void void php_wxImage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:952:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:952:70: error: expected primary-expression before ')' token void php_wxImage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1587:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSetCursorEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1603:46: error: variable or field 'php_wxFileCtrlEvent_destruction_handler' declared void void php_wxFileCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1603:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1603:78: error: expected primary-expression before ')' token void php_wxFileCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1627:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileCtrlEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1645:51: error: variable or field 'php_wxFileDirPickerEvent_destruction_handler' declared void void php_wxFileDirPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1645:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1645:83: error: expected primary-expression before ')' token void php_wxFileDirPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1669:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileDirPickerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1682:48: error: variable or field 'php_wxFontPickerEvent_destruction_handler' declared void void php_wxFontPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1682:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1682:80: error: expected primary-expression before ')' token void php_wxFontPickerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:986:1: error: 'zend_object_value' does not name a type zend_object_value php_wxImage_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1065:42: error: variable or field 'php_wxImageList_destruction_handler' declared void void php_wxImageList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1065:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1065:74: error: expected primary-expression before ')' token void php_wxImageList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1706:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontPickerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1719:55: error: variable or field 'php_wxFileSystemWatcherEvent_destruction_handler' declared void void php_wxFileSystemWatcherEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1719:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1719:87: error: expected primary-expression before ')' token void php_wxFileSystemWatcherEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1090:1: error: 'zend_object_value' does not name a type zend_object_value php_wxImageList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1742:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileSystemWatcherEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1111:40: error: variable or field 'php_wxPalette_destruction_handler' declared void void php_wxPalette_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1111:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1111:72: error: expected primary-expression before ')' token void php_wxPalette_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1758:42: error: variable or field 'php_wxGridEvent_destruction_handler' declared void void php_wxGridEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1758:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1758:74: error: expected primary-expression before ')' token void php_wxGridEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1137:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPalette_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1153:36: error: variable or field 'php_wxPen_destruction_handler' declared void void php_wxPen_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1153:36: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1153:68: error: expected primary-expression before ')' token void php_wxPen_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1783:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1802:46: error: variable or field 'php_wxGridSizeEvent_destruction_handler' declared void void php_wxGridSizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1802:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1802:78: error: expected primary-expression before ')' token void php_wxGridSizeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1178:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPen_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1204:40: error: variable or field 'php_wxPenList_destruction_handler' declared void void php_wxPenList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1204:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1204:72: error: expected primary-expression before ')' token void php_wxPenList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1827:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridSizeEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1844:53: error: variable or field 'php_wxGridRangeSelectEvent_destruction_handler' declared void void php_wxGridRangeSelectEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1844:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1228:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPenList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1844:85: error: expected primary-expression before ')' token void php_wxGridRangeSelectEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1240:47: error: variable or field 'php_wxRendererNative_destruction_handler' declared void void php_wxRendererNative_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1240:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1240:79: error: expected primary-expression before ')' token void php_wxRendererNative_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:25:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1869:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridRangeSelectEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1891:55: error: variable or field 'php_wxGridEditorCreatedEvent_destruction_handler' declared void void php_wxGridEditorCreatedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1891:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1891:87: error: expected primary-expression before ')' token void php_wxGridEditorCreatedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1279:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRendererNative_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:23:49: error: variable or field 'php_wxGridCellRenderer_destruction_handler' declared void void php_wxGridCellRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:23:81: error: expected primary-expression before ')' token void php_wxGridCellRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:59:63: error: variable or field 'php_wxGridCellAutoWrapStringRenderer_destruction_handler' declared void void php_wxGridCellAutoWrapStringRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:59:63: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:59:95: error: expected primary-expression before ')' token void php_wxGridCellAutoWrapStringRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1916:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridEditorCreatedEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1933:48: error: variable or field 'php_wxHeaderCtrlEvent_destruction_handler' declared void void php_wxHeaderCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1933:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1933:80: error: expected primary-expression before ')' token void php_wxHeaderCtrlEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:83:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellAutoWrapStringRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:94:53: error: variable or field 'php_wxGridCellBoolRenderer_destruction_handler' declared void void php_wxGridCellBoolRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:94:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:94:85: error: expected primary-expression before ')' token void php_wxGridCellBoolRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1956:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHeaderCtrlEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1969:47: error: variable or field 'php_wxHyperlinkEvent_destruction_handler' declared void void php_wxHyperlinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1969:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1969:79: error: expected primary-expression before ')' token void php_wxHyperlinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:118:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellBoolRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:129:57: error: variable or field 'php_wxGridCellDateTimeRenderer_destruction_handler' declared void void php_wxGridCellDateTimeRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:129:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:129:89: error: expected primary-expression before ')' token void php_wxGridCellDateTimeRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:1993:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHyperlinkEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2006:53: error: variable or field 'php_wxQueryLayoutInfoEvent_destruction_handler' declared void void php_wxQueryLayoutInfoEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2006:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2006:85: error: expected primary-expression before ')' token void php_wxQueryLayoutInfoEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:153:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellDateTimeRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:165:53: error: variable or field 'php_wxGridCellEnumRenderer_destruction_handler' declared void void php_wxGridCellEnumRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:165:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:165:85: error: expected primary-expression before ')' token void php_wxGridCellEnumRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2030:1: error: 'zend_object_value' does not name a type zend_object_value php_wxQueryLayoutInfoEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2051:53: error: variable or field 'php_wxCalculateLayoutEvent_destruction_handler' declared void void php_wxCalculateLayoutEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2051:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:189:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellEnumRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:201:54: error: variable or field 'php_wxGridCellFloatRenderer_destruction_handler' declared void void php_wxGridCellFloatRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:201:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2051:85: error: expected primary-expression before ')' token void php_wxCalculateLayoutEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:201:86: error: expected primary-expression before ')' token void php_wxGridCellFloatRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2075:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCalculateLayoutEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:225:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellFloatRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:243:55: error: variable or field 'php_wxGridCellNumberRenderer_destruction_handler' declared void void php_wxGridCellNumberRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:243:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2090:42: error: variable or field 'php_wxListEvent_destruction_handler' declared void void php_wxListEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2090:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:243:87: error: expected primary-expression before ')' token void php_wxGridCellNumberRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2090:74: error: expected primary-expression before ')' token void php_wxListEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:267:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellNumberRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:278:55: error: variable or field 'php_wxGridCellStringRenderer_destruction_handler' declared void void php_wxGridCellStringRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:278:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:278:87: error: expected primary-expression before ')' token void php_wxGridCellStringRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2114:1: error: 'zend_object_value' does not name a type zend_object_value php_wxListEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2137:43: error: variable or field 'php_wxMediaEvent_destruction_handler' declared void void php_wxMediaEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2137:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:302:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellStringRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2137:75: error: expected primary-expression before ')' token void php_wxMediaEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:313:47: error: variable or field 'php_wxGridCellEditor_destruction_handler' declared void void php_wxGridCellEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:313:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:313:79: error: expected primary-expression before ')' token void php_wxGridCellEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:342:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2161:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMediaEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:360:61: error: variable or field 'php_wxGridCellAutoWrapStringEditor_destruction_handler' declared void void php_wxGridCellAutoWrapStringEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:360:61: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:360:93: error: expected primary-expression before ')' token void php_wxGridCellAutoWrapStringEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2172:51: error: variable or field 'php_wxMouseEventsManager_destruction_handler' declared void void php_wxMouseEventsManager_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2172:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2172:83: error: expected primary-expression before ')' token void php_wxMouseEventsManager_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:384:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellAutoWrapStringEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:395:51: error: variable or field 'php_wxGridCellBoolEditor_destruction_handler' declared void void php_wxGridCellBoolEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:395:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:395:83: error: expected primary-expression before ')' token void php_wxGridCellBoolEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2205:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMouseEventsManager_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2217:43: error: variable or field 'php_wxMouseState_destruction_handler' declared void void php_wxMouseState_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2217:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:419:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellBoolEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:432:53: error: variable or field 'php_wxGridCellChoiceEditor_destruction_handler' declared void void php_wxGridCellChoiceEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2217:75: error: expected primary-expression before ')' token void php_wxMouseState_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:432:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:432:85: error: expected primary-expression before ')' token void php_wxGridCellChoiceEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2241:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMouseState_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:456:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellChoiceEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2269:45: error: variable or field 'php_wxProcessEvent_destruction_handler' declared void void php_wxProcessEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2269:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:468:51: error: variable or field 'php_wxGridCellEnumEditor_destruction_handler' declared void void php_wxGridCellEnumEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:468:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:468:83: error: expected primary-expression before ')' token void php_wxGridCellEnumEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2269:77: error: expected primary-expression before ')' token void php_wxProcessEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:492:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellEnumEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:503:51: error: variable or field 'php_wxGridCellTextEditor_destruction_handler' declared void void php_wxGridCellTextEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:503:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2293:1: error: 'zend_object_value' does not name a type zend_object_value php_wxProcessEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:503:83: error: expected primary-expression before ')' token void php_wxGridCellTextEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2306:47: error: variable or field 'php_wxRibbonBarEvent_destruction_handler' declared void void php_wxRibbonBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2306:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2306:79: error: expected primary-expression before ')' token void php_wxRibbonBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:527:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellTextEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:539:52: error: variable or field 'php_wxGridCellFloatEditor_destruction_handler' declared void void php_wxGridCellFloatEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:539:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:539:84: error: expected primary-expression before ')' token void php_wxGridCellFloatEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2330:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonBarEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2343:53: error: variable or field 'php_wxRibbonButtonBarEvent_destruction_handler' declared void void php_wxRibbonButtonBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2343:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:563:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellFloatEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2343:85: error: expected primary-expression before ')' token void php_wxRibbonButtonBarEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:575:53: error: variable or field 'php_wxGridCellNumberEditor_destruction_handler' declared void void php_wxGridCellNumberEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:575:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:575:85: error: expected primary-expression before ')' token void php_wxGridCellNumberEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2367:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonButtonBarEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:599:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellNumberEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:611:45: error: variable or field 'php_wxGridCellAttr_destruction_handler' declared void void php_wxGridCellAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:611:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2381:51: error: variable or field 'php_wxRibbonGalleryEvent_destruction_handler' declared void void php_wxRibbonGalleryEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2381:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:611:77: error: expected primary-expression before ')' token void php_wxGridCellAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2381:83: error: expected primary-expression before ')' token void php_wxRibbonGalleryEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:636:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:672:46: error: variable or field 'php_wxGridTableBase_destruction_handler' declared void void php_wxGridTableBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:672:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:672:78: error: expected primary-expression before ')' token void php_wxGridTableBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2405:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonGalleryEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2420:42: error: variable or field 'php_wxSashEvent_destruction_handler' declared void void php_wxSashEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2420:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2420:74: error: expected primary-expression before ')' token void php_wxSashEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:700:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridTableBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:746:46: error: variable or field 'php_wxGridSizesInfo_destruction_handler' declared void void php_wxGridSizesInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:746:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:746:78: error: expected primary-expression before ')' token void php_wxGridSizesInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2444:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSashEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2458:42: error: variable or field 'php_wxSpinEvent_destruction_handler' declared void void php_wxSpinEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2458:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:783:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridSizesInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:796:37: error: variable or field 'php_wxGrid_destruction_handler' declared void void php_wxGrid_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2458:74: error: expected primary-expression before ')' token void php_wxSpinEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:796:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:796:69: error: expected primary-expression before ')' token void php_wxGrid_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2482:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2495:48: error: variable or field 'php_wxSpinDoubleEvent_destruction_handler' declared void void php_wxSpinDoubleEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2495:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2495:80: error: expected primary-expression before ')' token void php_wxSpinDoubleEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:821:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGrid_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2520:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSpinDoubleEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:1042:49: error: variable or field 'php_wxGridUpdateLocker_destruction_handler' declared void void php_wxGridUpdateLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:1042:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2533:46: error: variable or field 'php_wxSplitterEvent_destruction_handler' declared void void php_wxSplitterEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:1042:81: error: expected primary-expression before ')' token void php_wxGridUpdateLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2533:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2533:78: error: expected primary-expression before ')' token void php_wxSplitterEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:1066:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridUpdateLocker_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:23:51: error: variable or field 'php_wxHtmlHelpController_destruction_handler' declared void void php_wxHtmlHelpController_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:23:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:23:83: error: expected primary-expression before ')' token void php_wxHtmlHelpController_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2557:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSplitterEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2573:48: error: variable or field 'php_wxStyledTextEvent_destruction_handler' declared void void php_wxStyledTextEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2573:48: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpController_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:71:46: error: variable or field 'php_wxHtmlModalHelp_destruction_handler' declared void void php_wxHtmlModalHelp_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:71:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:71:78: error: expected primary-expression before ')' token void php_wxHtmlModalHelp_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2573:80: error: expected primary-expression before ')' token void php_wxStyledTextEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:95:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlModalHelp_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:106:45: error: variable or field 'php_wxHtmlHelpData_destruction_handler' declared void void php_wxHtmlHelpData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:106:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:106:77: error: expected primary-expression before ')' token void php_wxHtmlHelpData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2598:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStyledTextEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:130:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:145:47: error: variable or field 'php_wxHtmlHelpDialog_destruction_handler' declared void void php_wxHtmlHelpDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:145:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2650:49: error: variable or field 'php_wxTaskBarIconEvent_destruction_handler' declared void void php_wxTaskBarIconEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2650:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:145:79: error: expected primary-expression before ')' token void php_wxHtmlHelpDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2650:81: error: expected primary-expression before ')' token void php_wxTaskBarIconEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2674:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTaskBarIconEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2685:43: error: variable or field 'php_wxTimerEvent_destruction_handler' declared void void php_wxTimerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2685:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2685:75: error: expected primary-expression before ')' token void php_wxTimerEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2710:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTimerEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2722:42: error: variable or field 'php_wxTreeEvent_destruction_handler' declared void void php_wxTreeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2722:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2722:74: error: expected primary-expression before ')' token void php_wxTreeEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:170:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:186:46: error: variable or field 'php_wxHtmlHelpFrame_destruction_handler' declared void void php_wxHtmlHelpFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:186:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:186:78: error: expected primary-expression before ')' token void php_wxHtmlHelpFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2746:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTreeEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2765:45: error: variable or field 'php_wxWebViewEvent_destruction_handler' declared void void php_wxWebViewEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2765:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2765:77: error: expected primary-expression before ')' token void php_wxWebViewEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2790:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebViewEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:211:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:227:47: error: variable or field 'php_wxHtmlHelpWindow_destruction_handler' declared void void php_wxHtmlHelpWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:227:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2803:44: error: variable or field 'php_wxWizardEvent_destruction_handler' declared void void php_wxWizardEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:227:79: error: expected primary-expression before ')' token void php_wxHtmlHelpWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2803:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2803:76: error: expected primary-expression before ')' token void php_wxWizardEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/events.h:2827:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWizardEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:26:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:23:38: error: variable or field 'php_wxFFile_destruction_handler' declared void void php_wxFFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:23:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:23:70: error: expected primary-expression before ')' token void php_wxFFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFFile_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:253:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:72:37: error: variable or field 'php_wxFile_destruction_handler' declared void void php_wxFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:72:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:274:40: error: variable or field 'php_wxToolTip_destruction_handler' declared void void php_wxToolTip_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:274:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:72:69: error: expected primary-expression before ')' token void php_wxFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:274:72: error: expected primary-expression before ')' token void php_wxToolTip_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:98:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFile_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:298:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToolTip_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:128:41: error: variable or field 'php_wxPathList_destruction_handler' declared void void php_wxPathList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:128:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:128:73: error: expected primary-expression before ')' token void php_wxPathList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:23:51: error: variable or field 'php_wxHtmlRenderingStyle_destruction_handler' declared void void php_wxHtmlRenderingStyle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:23:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:23:83: error: expected primary-expression before ')' token void php_wxHtmlRenderingStyle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlRenderingStyle_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:58:50: error: variable or field 'php_wxHtmlRenderingInfo_destruction_handler' declared void void php_wxHtmlRenderingInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:58:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:58:82: error: expected primary-expression before ')' token void php_wxHtmlRenderingInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:153:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPathList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:169:41: error: variable or field 'php_wxFileName_destruction_handler' declared void void php_wxFileName_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:169:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:169:73: error: expected primary-expression before ')' token void php_wxFileName_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:82:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlRenderingInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:95:41: error: variable or field 'php_wxHtmlCell_destruction_handler' declared void void php_wxHtmlCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:95:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:95:73: error: expected primary-expression before ')' token void php_wxHtmlCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:119:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlCell_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:147:50: error: variable or field 'php_wxHtmlContainerCell_destruction_handler' declared void void php_wxHtmlContainerCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:147:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:147:82: error: expected primary-expression before ')' token void php_wxHtmlContainerCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:26:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:198:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileName_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:171:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlContainerCell_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:281:39: error: variable or field 'php_wxFSFile_destruction_handler' declared void void php_wxFSFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:281:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:196:45: error: variable or field 'php_wxHtmlLinkInfo_destruction_handler' declared void void php_wxHtmlLinkInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:196:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:281:71: error: expected primary-expression before ')' token void php_wxFSFile_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:196:77: error: expected primary-expression before ')' token void php_wxHtmlLinkInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:305:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFSFile_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:322:50: error: variable or field 'php_wxFileSystemWatcher_destruction_handler' declared void void php_wxFileSystemWatcher_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:322:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:322:82: error: expected primary-expression before ')' token void php_wxFileSystemWatcher_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:221:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlLinkInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:236:47: error: variable or field 'php_wxHtmlColourCell_destruction_handler' declared void void php_wxHtmlColourCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:236:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:236:79: error: expected primary-expression before ')' token void php_wxHtmlColourCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:346:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileSystemWatcher_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:364:46: error: variable or field 'php_wxStandardPaths_destruction_handler' declared void void php_wxStandardPaths_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:364:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:364:78: error: expected primary-expression before ')' token void php_wxStandardPaths_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:260:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlColourCell_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:271:47: error: variable or field 'php_wxHtmlWidgetCell_destruction_handler' declared void void php_wxHtmlWidgetCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:271:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/file.h:387:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStandardPaths_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:271:79: error: expected primary-expression before ')' token void php_wxHtmlWidgetCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:27:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:23:53: error: variable or field 'php_wxGraphicsGradientStop_destruction_handler' declared void void php_wxGraphicsGradientStop_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:23:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:23:85: error: expected primary-expression before ')' token void php_wxGraphicsGradientStop_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:295:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlWidgetCell_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:306:43: error: variable or field 'php_wxHtmlFilter_destruction_handler' declared void void php_wxHtmlFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:306:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:306:75: error: expected primary-expression before ')' token void php_wxHtmlFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGraphicsGradientStop_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:62:54: error: variable or field 'php_wxGraphicsGradientStops_destruction_handler' declared void void php_wxGraphicsGradientStops_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:62:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:62:86: error: expected primary-expression before ')' token void php_wxGraphicsGradientStops_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:332:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlFilter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:343:47: error: variable or field 'php_wxHtmlTagHandler_destruction_handler' declared void void php_wxHtmlTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:343:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:343:79: error: expected primary-expression before ')' token void php_wxHtmlTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:27:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:86:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGraphicsGradientStops_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:104:42: error: variable or field 'php_wxAnimation_destruction_handler' declared void void php_wxAnimation_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:104:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:104:74: error: expected primary-expression before ')' token void php_wxAnimation_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:381:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlTagHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:393:40: error: variable or field 'php_wxHtmlTag_destruction_handler' declared void void php_wxHtmlTag_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:393:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:393:72: error: expected primary-expression before ')' token void php_wxHtmlTag_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:129:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAnimation_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:416:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlTag_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:147:46: error: variable or field 'php_wxBitmapHandler_destruction_handler' declared void void php_wxBitmapHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:147:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:435:43: error: variable or field 'php_wxHtmlWindow_destruction_handler' declared void void php_wxHtmlWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:435:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:147:78: error: expected primary-expression before ')' token void php_wxBitmapHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:435:75: error: expected primary-expression before ')' token void php_wxHtmlWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:171:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmapHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:191:39: error: variable or field 'php_wxBitmap_destruction_handler' declared void void php_wxBitmap_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:191:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:191:71: error: expected primary-expression before ')' token void php_wxBitmap_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:220:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBitmap_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:256:37: error: variable or field 'php_wxMask_destruction_handler' declared void void php_wxMask_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:256:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:256:69: error: expected primary-expression before ')' token void php_wxMask_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:465:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:502:46: error: variable or field 'php_wxHtmlLinkEvent_destruction_handler' declared void void php_wxHtmlLinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:502:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:502:78: error: expected primary-expression before ')' token void php_wxHtmlLinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:283:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMask_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:295:38: error: variable or field 'php_wxBrush_destruction_handler' declared void void php_wxBrush_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:295:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:295:70: error: expected primary-expression before ')' token void php_wxBrush_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:526:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlLinkEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:538:46: error: variable or field 'php_wxHtmlCellEvent_destruction_handler' declared void void php_wxHtmlCellEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:538:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:538:78: error: expected primary-expression before ')' token void php_wxHtmlCellEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:321:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBrush_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:342:39: error: variable or field 'php_wxColour_destruction_handler' declared void void php_wxColour_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:342:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:342:71: error: expected primary-expression before ')' token void php_wxColour_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:562:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlCellEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:577:47: error: variable or field 'php_wxHtmlDCRenderer_destruction_handler' declared void void php_wxHtmlDCRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:577:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:577:79: error: expected primary-expression before ')' token void php_wxHtmlDCRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:601:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlDCRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:619:49: error: variable or field 'php_wxHtmlEasyPrinting_destruction_handler' declared void void php_wxHtmlEasyPrinting_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:619:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:619:81: error: expected primary-expression before ')' token void php_wxHtmlEasyPrinting_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:370:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColour_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:390:39: error: variable or field 'php_wxCursor_destruction_handler' declared void void php_wxCursor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:390:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:390:71: error: expected primary-expression before ')' token void php_wxCursor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:643:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlEasyPrinting_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:669:45: error: variable or field 'php_wxHtmlPrintout_destruction_handler' declared void void php_wxHtmlPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:669:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:669:77: error: expected primary-expression before ')' token void php_wxHtmlPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:693:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlPrintout_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:711:47: error: variable or field 'php_wxHtmlTagsModule_destruction_handler' declared void void php_wxHtmlTagsModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:711:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:417:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCursor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:711:79: error: expected primary-expression before ')' token void php_wxHtmlTagsModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:429:42: error: variable or field 'php_wxDCClipper_destruction_handler' declared void void php_wxDCClipper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:429:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:429:74: error: expected primary-expression before ')' token void php_wxDCClipper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:734:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlTagsModule_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:745:50: error: variable or field 'php_wxHtmlWinTagHandler_destruction_handler' declared void void php_wxHtmlWinTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:745:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:745:82: error: expected primary-expression before ')' token void php_wxHtmlWinTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:455:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDCClipper_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:466:37: error: variable or field 'php_wxFont_destruction_handler' declared void void php_wxFont_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:466:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:780:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlWinTagHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:466:69: error: expected primary-expression before ')' token void php_wxFont_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:790:46: error: variable or field 'php_wxHtmlWinParser_destruction_handler' declared void void php_wxHtmlWinParser_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:790:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:790:78: error: expected primary-expression before ')' token void php_wxHtmlWinParser_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:813:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlWinParser_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:23:36: error: variable or field 'php_wxLog_destruction_handler' declared void void php_wxLog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:23:36: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:23:68: error: expected primary-expression before ')' token void php_wxLog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:84:41: error: variable or field 'php_wxLogChain_destruction_handler' declared void void php_wxLogChain_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:84:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:84:73: error: expected primary-expression before ')' token void php_wxLogChain_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:108:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogChain_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:124:46: error: variable or field 'php_wxLogInterposer_destruction_handler' declared void void php_wxLogInterposer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:124:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:124:78: error: expected primary-expression before ')' token void php_wxLogInterposer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:27:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:495:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFont_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:546:41: error: variable or field 'php_wxFontList_destruction_handler' declared void void php_wxFontList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:546:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:546:73: error: expected primary-expression before ')' token void php_wxFontList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:148:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogInterposer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:159:42: error: variable or field 'php_wxLogBuffer_destruction_handler' declared void void php_wxLogBuffer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:159:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:159:74: error: expected primary-expression before ')' token void php_wxLogBuffer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:570:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:582:47: error: variable or field 'php_wxFontEnumerator_destruction_handler' declared void void php_wxFontEnumerator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:582:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:582:79: error: expected primary-expression before ')' token void php_wxFontEnumerator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:183:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogBuffer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:196:42: error: variable or field 'php_wxLogWindow_destruction_handler' declared void void php_wxLogWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:196:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:607:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontEnumerator_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:196:74: error: expected primary-expression before ')' token void php_wxLogWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:622:47: error: variable or field 'php_wxNativeFontInfo_destruction_handler' declared void void php_wxNativeFontInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:622:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:622:79: error: expected primary-expression before ')' token void php_wxNativeFontInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:222:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:235:39: error: variable or field 'php_wxLogGui_destruction_handler' declared void void php_wxLogGui_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:235:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:647:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNativeFontInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:235:71: error: expected primary-expression before ')' token void php_wxLogGui_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:678:47: error: variable or field 'php_wxColourDatabase_destruction_handler' declared void void php_wxColourDatabase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:678:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:678:79: error: expected primary-expression before ')' token void php_wxColourDatabase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:702:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourDatabase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:716:42: error: variable or field 'php_wxGDIObject_destruction_handler' declared void void php_wxGDIObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:716:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:716:74: error: expected primary-expression before ')' token void php_wxGDIObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:276:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogGui_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:739:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGDIObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:289:44: error: variable or field 'php_wxLogTextCtrl_destruction_handler' declared void void php_wxLogTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:289:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:289:76: error: expected primary-expression before ')' token void php_wxLogTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:749:49: error: variable or field 'php_wxGraphicsRenderer_destruction_handler' declared void void php_wxGraphicsRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:749:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:749:81: error: expected primary-expression before ')' token void php_wxGraphicsRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:772:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGraphicsRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:782:47: error: variable or field 'php_wxGraphicsMatrix_destruction_handler' declared void void php_wxGraphicsMatrix_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:782:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:313:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogTextCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:782:79: error: expected primary-expression before ')' token void php_wxGraphicsMatrix_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:23:38: error: variable or field 'php_wxFrame_destruction_handler' declared void void php_wxFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:23:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:23:70: error: expected primary-expression before ')' token void php_wxFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:805:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGraphicsMatrix_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:815:37: error: variable or field 'php_wxIcon_destruction_handler' declared void void php_wxIcon_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:815:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:815:69: error: expected primary-expression before ')' token void php_wxIcon_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:841:1: error: 'zend_object_value' does not name a type zend_object_value php_wxIcon_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:50:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:861:43: error: variable or field 'php_wxIconBundle_destruction_handler' declared void void php_wxIconBundle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:861:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:79:48: error: variable or field 'php_wxMDIClientWindow_destruction_handler' declared void void php_wxMDIClientWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:79:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:79:80: error: expected primary-expression before ')' token void php_wxMDIClientWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:861:75: error: expected primary-expression before ')' token void php_wxIconBundle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:103:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMDIClientWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:115:47: error: variable or field 'php_wxMDIParentFrame_destruction_handler' declared void void php_wxMDIParentFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:889:1: error: 'zend_object_value' does not name a type zend_object_value php_wxIconBundle_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:115:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:115:79: error: expected primary-expression before ')' token void php_wxMDIParentFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:906:45: error: variable or field 'php_wxImageHandler_destruction_handler' declared void void php_wxImageHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:906:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:906:77: error: expected primary-expression before ')' token void php_wxImageHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:929:1: error: 'zend_object_value' does not name a type zend_object_value php_wxImageHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:952:38: error: variable or field 'php_wxImage_destruction_handler' declared void void php_wxImage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:952:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:952:70: error: expected primary-expression before ')' token void php_wxImage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:141:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMDIParentFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:162:46: error: variable or field 'php_wxMDIChildFrame_destruction_handler' declared void void php_wxMDIChildFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:162:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:162:78: error: expected primary-expression before ')' token void php_wxMDIChildFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:986:1: error: 'zend_object_value' does not name a type zend_object_value php_wxImage_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1065:42: error: variable or field 'php_wxImageList_destruction_handler' declared void void php_wxImageList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1065:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1065:74: error: expected primary-expression before ')' token void php_wxImageList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1090:1: error: 'zend_object_value' does not name a type zend_object_value php_wxImageList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1111:40: error: variable or field 'php_wxPalette_destruction_handler' declared void void php_wxPalette_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1111:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1111:72: error: expected primary-expression before ')' token void php_wxPalette_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1137:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPalette_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:187:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMDIChildFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:204:42: error: variable or field 'php_wxMiniFrame_destruction_handler' declared void void php_wxMiniFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:204:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1153:36: error: variable or field 'php_wxPen_destruction_handler' declared void void php_wxPen_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1153:36: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:204:74: error: expected primary-expression before ')' token void php_wxMiniFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1153:68: error: expected primary-expression before ')' token void php_wxPen_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1178:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPen_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1204:40: error: variable or field 'php_wxPenList_destruction_handler' declared void void php_wxPenList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1204:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1204:72: error: expected primary-expression before ')' token void php_wxPenList_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1228:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPenList_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1240:47: error: variable or field 'php_wxRendererNative_destruction_handler' declared void void php_wxRendererNative_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1240:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1240:79: error: expected primary-expression before ')' token void php_wxRendererNative_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:229:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMiniFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:241:44: error: variable or field 'php_wxPopupWindow_destruction_handler' declared void void php_wxPopupWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:241:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:241:76: error: expected primary-expression before ')' token void php_wxPopupWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/gdi.h:1279:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRendererNative_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:28:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:23:49: error: variable or field 'php_wxGridCellRenderer_destruction_handler' declared void void php_wxGridCellRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:23:81: error: expected primary-expression before ')' token void php_wxGridCellRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:59:63: error: variable or field 'php_wxGridCellAutoWrapStringRenderer_destruction_handler' declared void void php_wxGridCellAutoWrapStringRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:59:63: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:59:95: error: expected primary-expression before ')' token void php_wxGridCellAutoWrapStringRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:265:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPopupWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:278:53: error: variable or field 'php_wxPopupTransientWindow_destruction_handler' declared void void php_wxPopupTransientWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:278:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:83:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellAutoWrapStringRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:278:85: error: expected primary-expression before ')' token void php_wxPopupTransientWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:94:53: error: variable or field 'php_wxGridCellBoolRenderer_destruction_handler' declared void void php_wxGridCellBoolRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:94:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:94:85: error: expected primary-expression before ')' token void php_wxGridCellBoolRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:118:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellBoolRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:129:57: error: variable or field 'php_wxGridCellDateTimeRenderer_destruction_handler' declared void void php_wxGridCellDateTimeRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:129:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:129:89: error: expected primary-expression before ')' token void php_wxGridCellDateTimeRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:302:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPopupTransientWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:316:52: error: variable or field 'php_wxPropertySheetDialog_destruction_handler' declared void void php_wxPropertySheetDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:28:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:153:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellDateTimeRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:316:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:165:53: error: variable or field 'php_wxGridCellEnumRenderer_destruction_handler' declared void void php_wxGridCellEnumRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:316:84: error: expected primary-expression before ')' token void php_wxPropertySheetDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:165:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:165:85: error: expected primary-expression before ')' token void php_wxGridCellEnumRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:189:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellEnumRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:201:54: error: variable or field 'php_wxGridCellFloatRenderer_destruction_handler' declared void void php_wxGridCellFloatRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:201:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:201:86: error: expected primary-expression before ')' token void php_wxGridCellFloatRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:225:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellFloatRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:243:55: error: variable or field 'php_wxGridCellNumberRenderer_destruction_handler' declared void void php_wxGridCellNumberRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:243:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:243:87: error: expected primary-expression before ')' token void php_wxGridCellNumberRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:267:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellNumberRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:340:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPropertySheetDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:278:55: error: variable or field 'php_wxGridCellStringRenderer_destruction_handler' declared void void php_wxGridCellStringRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:278:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:361:45: error: variable or field 'php_wxSplashScreen_destruction_handler' declared void void php_wxSplashScreen_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:361:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:278:87: error: expected primary-expression before ')' token void php_wxGridCellStringRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:361:77: error: expected primary-expression before ')' token void php_wxSplashScreen_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:302:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellStringRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:313:47: error: variable or field 'php_wxGridCellEditor_destruction_handler' declared void void php_wxGridCellEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:313:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:313:79: error: expected primary-expression before ')' token void php_wxGridCellEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:342:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:360:61: error: variable or field 'php_wxGridCellAutoWrapStringEditor_destruction_handler' declared void void php_wxGridCellAutoWrapStringEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:360:61: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:360:93: error: expected primary-expression before ')' token void php_wxGridCellAutoWrapStringEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:384:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellAutoWrapStringEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:395:51: error: variable or field 'php_wxGridCellBoolEditor_destruction_handler' declared void void php_wxGridCellBoolEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:395:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:395:83: error: expected primary-expression before ')' token void php_wxGridCellBoolEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:385:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSplashScreen_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:398:47: error: variable or field 'php_wxTopLevelWindow_destruction_handler' declared void void php_wxTopLevelWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:398:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:398:79: error: expected primary-expression before ')' token void php_wxTopLevelWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:419:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellBoolEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:432:53: error: variable or field 'php_wxGridCellChoiceEditor_destruction_handler' declared void void php_wxGridCellChoiceEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:432:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:432:85: error: expected primary-expression before ')' token void php_wxGridCellChoiceEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:456:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellChoiceEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:468:51: error: variable or field 'php_wxGridCellEnumEditor_destruction_handler' declared void void php_wxGridCellEnumEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:468:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:468:83: error: expected primary-expression before ')' token void php_wxGridCellEnumEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:492:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellEnumEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:503:51: error: variable or field 'php_wxGridCellTextEditor_destruction_handler' declared void void php_wxGridCellTextEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:503:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:503:83: error: expected primary-expression before ')' token void php_wxGridCellTextEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:423:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTopLevelWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:527:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellTextEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:539:52: error: variable or field 'php_wxGridCellFloatEditor_destruction_handler' declared void void php_wxGridCellFloatEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:23:42: error: variable or field 'php_wxMediaCtrl_destruction_handler' declared void void php_wxMediaCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:539:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:23:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:23:74: error: expected primary-expression before ')' token void php_wxMediaCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:539:84: error: expected primary-expression before ')' token void php_wxGridCellFloatEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:563:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellFloatEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:575:53: error: variable or field 'php_wxGridCellNumberEditor_destruction_handler' declared void void php_wxGridCellNumberEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:575:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:575:85: error: expected primary-expression before ')' token void php_wxGridCellNumberEditor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:599:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellNumberEditor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:611:45: error: variable or field 'php_wxGridCellAttr_destruction_handler' declared void void php_wxGridCellAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:611:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:611:77: error: expected primary-expression before ')' token void php_wxGridCellAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMediaCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:76:38: error: variable or field 'php_wxSound_destruction_handler' declared void void php_wxSound_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:76:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:76:70: error: expected primary-expression before ')' token void php_wxSound_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:636:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:672:46: error: variable or field 'php_wxGridTableBase_destruction_handler' declared void void php_wxGridTableBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:672:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:672:78: error: expected primary-expression before ')' token void php_wxGridTableBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:102:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSound_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:23:40: error: variable or field 'php_wxMenuBar_destruction_handler' declared void void php_wxMenuBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:23:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:23:72: error: expected primary-expression before ')' token void php_wxMenuBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:700:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridTableBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:746:46: error: variable or field 'php_wxGridSizesInfo_destruction_handler' declared void void php_wxGridSizesInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:746:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:746:78: error: expected primary-expression before ')' token void php_wxGridSizesInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:783:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridSizesInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:796:37: error: variable or field 'php_wxGrid_destruction_handler' declared void void php_wxGrid_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:796:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:796:69: error: expected primary-expression before ')' token void php_wxGrid_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMenuBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:83:37: error: variable or field 'php_wxMenu_destruction_handler' declared void void php_wxMenu_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:83:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:83:69: error: expected primary-expression before ')' token void php_wxMenu_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:109:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMenu_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:161:41: error: variable or field 'php_wxMenuItem_destruction_handler' declared void void php_wxMenuItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:161:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:161:73: error: expected primary-expression before ')' token void php_wxMenuItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:185:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMenuItem_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:23:44: error: variable or field 'php_wxArtProvider_destruction_handler' declared void void php_wxArtProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:23:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:23:76: error: expected primary-expression before ')' token void php_wxArtProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:821:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGrid_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:1042:49: error: variable or field 'php_wxGridUpdateLocker_destruction_handler' declared void void php_wxGridUpdateLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:1042:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:1042:81: error: expected primary-expression before ')' token void php_wxGridUpdateLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:46:1: error: 'zend_object_value' does not name a type zend_object_value php_wxArtProvider_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:67:38: error: variable or field 'php_wxCaret_destruction_handler' declared void void php_wxCaret_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:67:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:67:70: error: expected primary-expression before ')' token void php_wxCaret_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/grid.h:1066:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridUpdateLocker_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:29:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:23:51: error: variable or field 'php_wxHtmlHelpController_destruction_handler' declared void void php_wxHtmlHelpController_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:23:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:23:83: error: expected primary-expression before ')' token void php_wxHtmlHelpController_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:92:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCaret_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:114:52: error: variable or field 'php_wxNotificationMessage_destruction_handler' declared void void php_wxNotificationMessage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:114:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:114:84: error: expected primary-expression before ')' token void php_wxNotificationMessage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:29:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpController_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:71:46: error: variable or field 'php_wxHtmlModalHelp_destruction_handler' declared void void php_wxHtmlModalHelp_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:71:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:71:78: error: expected primary-expression before ')' token void php_wxHtmlModalHelp_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:95:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlModalHelp_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNotificationMessage_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:106:45: error: variable or field 'php_wxHtmlHelpData_destruction_handler' declared void void php_wxHtmlHelpData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:106:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:156:42: error: variable or field 'php_wxStopWatch_destruction_handler' declared void void php_wxStopWatch_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:106:77: error: expected primary-expression before ')' token void php_wxHtmlHelpData_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:156:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:156:74: error: expected primary-expression before ')' token void php_wxStopWatch_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:180:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStopWatch_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:130:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpData_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:195:44: error: variable or field 'php_wxTaskBarIcon_destruction_handler' declared void void php_wxTaskBarIcon_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:195:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:145:47: error: variable or field 'php_wxHtmlHelpDialog_destruction_handler' declared void void php_wxHtmlHelpDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:145:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:195:76: error: expected primary-expression before ')' token void php_wxTaskBarIcon_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:145:79: error: expected primary-expression before ')' token void php_wxHtmlHelpDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:220:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTaskBarIcon_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:238:38: error: variable or field 'php_wxTimer_destruction_handler' declared void void php_wxTimer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:238:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:238:70: error: expected primary-expression before ')' token void php_wxTimer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:263:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTimer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:283:47: error: variable or field 'php_wxWindowDisabler_destruction_handler' declared void void php_wxWindowDisabler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:283:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:283:79: error: expected primary-expression before ')' token void php_wxWindowDisabler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:308:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowDisabler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:319:43: error: variable or field 'php_wxBusyCursor_destruction_handler' declared void void php_wxBusyCursor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:319:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:319:75: error: expected primary-expression before ')' token void php_wxBusyCursor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:170:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:343:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBusyCursor_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:186:46: error: variable or field 'php_wxHtmlHelpFrame_destruction_handler' declared void void php_wxHtmlHelpFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:186:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:186:78: error: expected primary-expression before ')' token void php_wxHtmlHelpFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:23:45: error: variable or field 'php_wxBannerWindow_destruction_handler' declared void void php_wxBannerWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:23:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:23:77: error: expected primary-expression before ')' token void php_wxBannerWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBannerWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:64:40: error: variable or field 'php_wxInfoBar_destruction_handler' declared void void php_wxInfoBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:64:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:64:72: error: expected primary-expression before ')' token void php_wxInfoBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:29:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:211:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:227:47: error: variable or field 'php_wxHtmlHelpWindow_destruction_handler' declared void void php_wxHtmlHelpWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:227:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:227:79: error: expected primary-expression before ')' token void php_wxHtmlHelpWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:89:1: error: 'zend_object_value' does not name a type zend_object_value php_wxInfoBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:111:44: error: variable or field 'php_wxRichToolTip_destruction_handler' declared void void php_wxRichToolTip_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:111:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:111:76: error: expected primary-expression before ')' token void php_wxRichToolTip_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:135:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRichToolTip_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:151:41: error: variable or field 'php_wxScrolled_destruction_handler' declared void void php_wxScrolled_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:151:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:151:73: error: expected primary-expression before ')' token void php_wxScrolled_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:253:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlHelpWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:274:40: error: variable or field 'php_wxToolTip_destruction_handler' declared void void php_wxToolTip_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:274:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:274:72: error: expected primary-expression before ')' token void php_wxToolTip_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/help.h:298:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToolTip_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:30:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:23:51: error: variable or field 'php_wxHtmlRenderingStyle_destruction_handler' declared void void php_wxHtmlRenderingStyle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:23:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:23:83: error: expected primary-expression before ')' token void php_wxHtmlRenderingStyle_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlRenderingStyle_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:58:50: error: variable or field 'php_wxHtmlRenderingInfo_destruction_handler' declared void void php_wxHtmlRenderingInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:58:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:58:82: error: expected primary-expression before ')' token void php_wxHtmlRenderingInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:82:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlRenderingInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:95:41: error: variable or field 'php_wxHtmlCell_destruction_handler' declared void void php_wxHtmlCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:95:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:95:73: error: expected primary-expression before ')' token void php_wxHtmlCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:178:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrolled_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:217:49: error: variable or field 'php_wxSashLayoutWindow_destruction_handler' declared void void php_wxSashLayoutWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:217:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:217:81: error: expected primary-expression before ')' token void php_wxSashLayoutWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:119:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlCell_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:147:50: error: variable or field 'php_wxHtmlContainerCell_destruction_handler' declared void void php_wxHtmlContainerCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:147:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:147:82: error: expected primary-expression before ')' token void php_wxHtmlContainerCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:171:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlContainerCell_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:196:45: error: variable or field 'php_wxHtmlLinkInfo_destruction_handler' declared void void php_wxHtmlLinkInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:196:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:242:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSashLayoutWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:259:38: error: variable or field 'php_wxPanel_destruction_handler' declared void void php_wxPanel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:259:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:196:77: error: expected primary-expression before ')' token void php_wxHtmlLinkInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:259:70: error: expected primary-expression before ')' token void php_wxPanel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:221:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlLinkInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:236:47: error: variable or field 'php_wxHtmlColourCell_destruction_handler' declared void void php_wxHtmlColourCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:236:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:236:79: error: expected primary-expression before ')' token void php_wxHtmlColourCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:260:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlColourCell_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:271:47: error: variable or field 'php_wxHtmlWidgetCell_destruction_handler' declared void void php_wxHtmlWidgetCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:271:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:271:79: error: expected primary-expression before ')' token void php_wxHtmlWidgetCell_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:284:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPanel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:301:43: error: variable or field 'php_wxSashWindow_destruction_handler' declared void void php_wxSashWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:301:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:301:75: error: expected primary-expression before ')' token void php_wxSashWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:295:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlWidgetCell_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:306:43: error: variable or field 'php_wxHtmlFilter_destruction_handler' declared void void php_wxHtmlFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:306:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:306:75: error: expected primary-expression before ')' token void php_wxHtmlFilter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:332:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlFilter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:343:47: error: variable or field 'php_wxHtmlTagHandler_destruction_handler' declared void void php_wxHtmlTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:343:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:343:79: error: expected primary-expression before ')' token void php_wxHtmlTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:381:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlTagHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:326:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSashWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:393:40: error: variable or field 'php_wxHtmlTag_destruction_handler' declared void void php_wxHtmlTag_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:393:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:347:47: error: variable or field 'php_wxSplitterWindow_destruction_handler' declared void void php_wxSplitterWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:393:72: error: expected primary-expression before ')' token void php_wxHtmlTag_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:347:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:347:79: error: expected primary-expression before ')' token void php_wxSplitterWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:416:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlTag_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:435:43: error: variable or field 'php_wxHtmlWindow_destruction_handler' declared void void php_wxHtmlWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:435:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:435:75: error: expected primary-expression before ')' token void php_wxHtmlWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:375:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSplitterWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:405:42: error: variable or field 'php_wxStatusBar_destruction_handler' declared void void php_wxStatusBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:405:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:405:74: error: expected primary-expression before ')' token void php_wxStatusBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:30:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:465:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:502:46: error: variable or field 'php_wxHtmlLinkEvent_destruction_handler' declared void void php_wxHtmlLinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:502:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:502:78: error: expected primary-expression before ')' token void php_wxHtmlLinkEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:526:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlLinkEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:430:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStatusBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:538:46: error: variable or field 'php_wxHtmlCellEvent_destruction_handler' declared void void php_wxHtmlCellEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:538:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:456:40: error: variable or field 'php_wxToolBar_destruction_handler' declared void void php_wxToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:456:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:538:78: error: expected primary-expression before ')' token void php_wxHtmlCellEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:456:72: error: expected primary-expression before ')' token void php_wxToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:562:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlCellEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:577:47: error: variable or field 'php_wxHtmlDCRenderer_destruction_handler' declared void void php_wxHtmlDCRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:577:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:577:79: error: expected primary-expression before ')' token void php_wxHtmlDCRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:601:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlDCRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:619:49: error: variable or field 'php_wxHtmlEasyPrinting_destruction_handler' declared void void php_wxHtmlEasyPrinting_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:619:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:619:81: error: expected primary-expression before ')' token void php_wxHtmlEasyPrinting_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:643:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlEasyPrinting_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:669:45: error: variable or field 'php_wxHtmlPrintout_destruction_handler' declared void void php_wxHtmlPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:669:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:669:77: error: expected primary-expression before ')' token void php_wxHtmlPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:483:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToolBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:537:48: error: variable or field 'php_wxHScrolledWindow_destruction_handler' declared void void php_wxHScrolledWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:537:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:537:80: error: expected primary-expression before ')' token void php_wxHScrolledWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:693:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlPrintout_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:711:47: error: variable or field 'php_wxHtmlTagsModule_destruction_handler' declared void void php_wxHtmlTagsModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:711:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:711:79: error: expected primary-expression before ')' token void php_wxHtmlTagsModule_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:734:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlTagsModule_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:745:50: error: variable or field 'php_wxHtmlWinTagHandler_destruction_handler' declared void void php_wxHtmlWinTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:745:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:745:82: error: expected primary-expression before ')' token void php_wxHtmlWinTagHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:780:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlWinTagHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:790:46: error: variable or field 'php_wxHtmlWinParser_destruction_handler' declared void void php_wxHtmlWinParser_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:790:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:790:78: error: expected primary-expression before ')' token void php_wxHtmlWinParser_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:560:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHScrolledWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:802:39: error: variable or field 'php_wxWindow_destruction_handler' declared void void php_wxWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:802:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:802:71: error: expected primary-expression before ')' token void php_wxWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/html.h:813:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHtmlWinParser_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:31:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:23:36: error: variable or field 'php_wxLog_destruction_handler' declared void void php_wxLog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:23:36: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:23:68: error: expected primary-expression before ')' token void php_wxLog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:84:41: error: variable or field 'php_wxLogChain_destruction_handler' declared void void php_wxLogChain_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:84:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:84:73: error: expected primary-expression before ')' token void php_wxLogChain_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:108:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogChain_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:124:46: error: variable or field 'php_wxLogInterposer_destruction_handler' declared void void php_wxLogInterposer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:124:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:124:78: error: expected primary-expression before ')' token void php_wxLogInterposer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:831:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1051:43: error: variable or field 'php_wxWizardPage_destruction_handler' declared void void php_wxWizardPage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:148:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogInterposer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1051:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:159:42: error: variable or field 'php_wxLogBuffer_destruction_handler' declared void void php_wxLogBuffer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:159:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1051:75: error: expected primary-expression before ')' token void php_wxWizardPage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:159:74: error: expected primary-expression before ')' token void php_wxLogBuffer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:183:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogBuffer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:196:42: error: variable or field 'php_wxLogWindow_destruction_handler' declared void void php_wxLogWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:196:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:196:74: error: expected primary-expression before ')' token void php_wxLogWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:31:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:222:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:235:39: error: variable or field 'php_wxLogGui_destruction_handler' declared void void php_wxLogGui_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:235:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:235:71: error: expected primary-expression before ')' token void php_wxLogGui_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1077:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWizardPage_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1089:49: error: variable or field 'php_wxWizardPageSimple_destruction_handler' declared void void php_wxWizardPageSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1089:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1089:81: error: expected primary-expression before ')' token void php_wxWizardPageSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:276:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogGui_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:289:44: error: variable or field 'php_wxLogTextCtrl_destruction_handler' declared void void php_wxLogTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:289:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:289:76: error: expected primary-expression before ')' token void php_wxLogTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/logging.h:313:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLogTextCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:32:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:23:38: error: variable or field 'php_wxFrame_destruction_handler' declared void void php_wxFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:23:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:23:70: error: expected primary-expression before ')' token void php_wxFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1113:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWizardPageSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:37:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/net.h:23:36: error: variable or field 'php_wxURI_destruction_handler' declared void void php_wxURI_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/net.h:23:36: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/net.h:23:68: error: expected primary-expression before ')' token void php_wxURI_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/net.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxURI_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:38:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:23:49: error: variable or field 'php_wxColourPickerCtrl_destruction_handler' declared void void php_wxColourPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:23:81: error: expected primary-expression before ')' token void php_wxColourPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:32:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:50:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:79:48: error: variable or field 'php_wxMDIClientWindow_destruction_handler' declared void void php_wxMDIClientWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:79:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:79:80: error: expected primary-expression before ')' token void php_wxMDIClientWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:38:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourPickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:61:47: error: variable or field 'php_wxDatePickerCtrl_destruction_handler' declared void void php_wxDatePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:61:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:61:79: error: expected primary-expression before ')' token void php_wxDatePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:103:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMDIClientWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:115:47: error: variable or field 'php_wxMDIParentFrame_destruction_handler' declared void void php_wxMDIParentFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:115:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:115:79: error: expected primary-expression before ')' token void php_wxMDIParentFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:85:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDatePickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:101:47: error: variable or field 'php_wxFilePickerCtrl_destruction_handler' declared void void php_wxFilePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:101:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:101:79: error: expected primary-expression before ')' token void php_wxFilePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:141:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMDIParentFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:162:46: error: variable or field 'php_wxMDIChildFrame_destruction_handler' declared void void php_wxMDIChildFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:162:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:162:78: error: expected primary-expression before ')' token void php_wxMDIChildFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:125:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFilePickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:141:46: error: variable or field 'php_wxDirPickerCtrl_destruction_handler' declared void void php_wxDirPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:141:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:141:78: error: expected primary-expression before ')' token void php_wxDirPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:187:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMDIChildFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:204:42: error: variable or field 'php_wxMiniFrame_destruction_handler' declared void void php_wxMiniFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:204:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:204:74: error: expected primary-expression before ')' token void php_wxMiniFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:165:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDirPickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:181:47: error: variable or field 'php_wxFontPickerCtrl_destruction_handler' declared void void php_wxFontPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:181:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:181:79: error: expected primary-expression before ')' token void php_wxFontPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:205:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontPickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:229:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMiniFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:221:43: error: variable or field 'php_wxPickerBase_destruction_handler' declared void void php_wxPickerBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:221:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:241:44: error: variable or field 'php_wxPopupWindow_destruction_handler' declared void void php_wxPopupWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:221:75: error: expected primary-expression before ')' token void php_wxPickerBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:241:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:241:76: error: expected primary-expression before ')' token void php_wxPopupWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:244:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPickerBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:267:47: error: variable or field 'php_wxTimePickerCtrl_destruction_handler' declared void void php_wxTimePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:267:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:267:79: error: expected primary-expression before ')' token void php_wxTimePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:265:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPopupWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:278:53: error: variable or field 'php_wxPopupTransientWindow_destruction_handler' declared void void php_wxPopupTransientWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:278:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:278:85: error: expected primary-expression before ')' token void php_wxPopupTransientWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:302:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPopupTransientWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:316:52: error: variable or field 'php_wxPropertySheetDialog_destruction_handler' declared void void php_wxPropertySheetDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:316:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:316:84: error: expected primary-expression before ')' token void php_wxPropertySheetDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:291:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTimePickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:39:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:23:42: error: variable or field 'php_wxPrinterDC_destruction_handler' declared void void php_wxPrinterDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:23:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:23:74: error: expected primary-expression before ')' token void php_wxPrinterDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrinterDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:59:50: error: variable or field 'php_wxPreviewControlBar_destruction_handler' declared void void php_wxPreviewControlBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:59:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:59:82: error: expected primary-expression before ')' token void php_wxPreviewControlBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:340:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPropertySheetDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:361:45: error: variable or field 'php_wxSplashScreen_destruction_handler' declared void void php_wxSplashScreen_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:361:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:361:77: error: expected primary-expression before ')' token void php_wxSplashScreen_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:39:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:83:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPreviewControlBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:97:46: error: variable or field 'php_wxPreviewCanvas_destruction_handler' declared void void php_wxPreviewCanvas_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:97:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:97:78: error: expected primary-expression before ')' token void php_wxPreviewCanvas_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:121:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPreviewCanvas_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:132:45: error: variable or field 'php_wxPreviewFrame_destruction_handler' declared void void php_wxPreviewFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:132:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:132:77: error: expected primary-expression before ')' token void php_wxPreviewFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:385:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSplashScreen_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:398:47: error: variable or field 'php_wxTopLevelWindow_destruction_handler' declared void void php_wxTopLevelWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:398:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:398:79: error: expected primary-expression before ')' token void php_wxTopLevelWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:155:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPreviewFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:169:45: error: variable or field 'php_wxPrintPreview_destruction_handler' declared void void php_wxPrintPreview_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:169:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:169:77: error: expected primary-expression before ')' token void php_wxPrintPreview_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/managedwnd.h:423:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTopLevelWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:193:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintPreview_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:220:40: error: variable or field 'php_wxPrinter_destruction_handler' declared void void php_wxPrinter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:220:40: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:33:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:23:42: error: variable or field 'php_wxMediaCtrl_destruction_handler' declared void void php_wxMediaCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:23:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:220:72: error: expected primary-expression before ')' token void php_wxPrinter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:23:74: error: expected primary-expression before ')' token void php_wxMediaCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:244:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrinter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:262:41: error: variable or field 'php_wxPrintout_destruction_handler' declared void void php_wxPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:262:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:262:73: error: expected primary-expression before ')' token void php_wxPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:292:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintout_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:326:44: error: variable or field 'php_wxPrintDialog_destruction_handler' declared void void php_wxPrintDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:326:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:326:76: error: expected primary-expression before ')' token void php_wxPrintDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:351:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:33:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMediaCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:76:38: error: variable or field 'php_wxSound_destruction_handler' declared void void php_wxSound_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:76:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:366:48: error: variable or field 'php_wxPageSetupDialog_destruction_handler' declared void void php_wxPageSetupDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:366:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:76:70: error: expected primary-expression before ')' token void php_wxSound_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:366:80: error: expected primary-expression before ')' token void php_wxPageSetupDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:390:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPageSetupDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:40:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:23:50: error: variable or field 'php_wxRibbonArtProvider_destruction_handler' declared void void php_wxRibbonArtProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:23:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:23:82: error: expected primary-expression before ')' token void php_wxRibbonArtProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/media.h:102:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSound_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:34:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:23:40: error: variable or field 'php_wxMenuBar_destruction_handler' declared void void php_wxMenuBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:23:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:23:72: error: expected primary-expression before ')' token void php_wxMenuBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:40:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:79:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonArtProvider_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMenuBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:91:42: error: variable or field 'php_wxRibbonBar_destruction_handler' declared void void php_wxRibbonBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:91:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:83:37: error: variable or field 'php_wxMenu_destruction_handler' declared void void php_wxMenu_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:83:37: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:91:74: error: expected primary-expression before ')' token void php_wxRibbonBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:83:69: error: expected primary-expression before ')' token void php_wxMenu_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:109:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMenu_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:161:41: error: variable or field 'php_wxMenuItem_destruction_handler' declared void void php_wxMenuItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:161:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:161:73: error: expected primary-expression before ')' token void php_wxMenuItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:34:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/menus.h:185:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMenuItem_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:35:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:23:44: error: variable or field 'php_wxArtProvider_destruction_handler' declared void void php_wxArtProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:116:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:23:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:23:76: error: expected primary-expression before ')' token void php_wxArtProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:138:48: error: variable or field 'php_wxRibbonButtonBar_destruction_handler' declared void void php_wxRibbonButtonBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:138:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:138:80: error: expected primary-expression before ')' token void php_wxRibbonButtonBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:46:1: error: 'zend_object_value' does not name a type zend_object_value php_wxArtProvider_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:67:38: error: variable or field 'php_wxCaret_destruction_handler' declared void void php_wxCaret_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:67:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:67:70: error: expected primary-expression before ')' token void php_wxCaret_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:92:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCaret_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:114:52: error: variable or field 'php_wxNotificationMessage_destruction_handler' declared void void php_wxNotificationMessage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:114:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:114:84: error: expected primary-expression before ')' token void php_wxNotificationMessage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:163:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonButtonBar_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:35:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNotificationMessage_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:184:46: error: variable or field 'php_wxRibbonControl_destruction_handler' declared void void php_wxRibbonControl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:184:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:156:42: error: variable or field 'php_wxStopWatch_destruction_handler' declared void void php_wxStopWatch_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:156:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:184:78: error: expected primary-expression before ')' token void php_wxRibbonControl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:156:74: error: expected primary-expression before ')' token void php_wxStopWatch_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:180:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStopWatch_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:195:44: error: variable or field 'php_wxTaskBarIcon_destruction_handler' declared void void php_wxTaskBarIcon_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:195:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:195:76: error: expected primary-expression before ')' token void php_wxTaskBarIcon_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:220:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTaskBarIcon_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:238:38: error: variable or field 'php_wxTimer_destruction_handler' declared void void php_wxTimer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:238:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:238:70: error: expected primary-expression before ')' token void php_wxTimer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:263:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTimer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:283:47: error: variable or field 'php_wxWindowDisabler_destruction_handler' declared void void php_wxWindowDisabler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:283:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:283:79: error: expected primary-expression before ')' token void php_wxWindowDisabler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:211:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonControl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:229:46: error: variable or field 'php_wxRibbonGallery_destruction_handler' declared void void php_wxRibbonGallery_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:229:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:229:78: error: expected primary-expression before ')' token void php_wxRibbonGallery_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:308:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowDisabler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:319:43: error: variable or field 'php_wxBusyCursor_destruction_handler' declared void void php_wxBusyCursor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:319:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:319:75: error: expected primary-expression before ')' token void php_wxBusyCursor_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/misc.h:343:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBusyCursor_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:36:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:23:45: error: variable or field 'php_wxBannerWindow_destruction_handler' declared void void php_wxBannerWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:23:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:23:77: error: expected primary-expression before ')' token void php_wxBannerWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:254:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonGallery_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:286:43: error: variable or field 'php_wxRibbonPage_destruction_handler' declared void void php_wxRibbonPage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:286:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:286:75: error: expected primary-expression before ')' token void php_wxRibbonPage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:36:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBannerWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:64:40: error: variable or field 'php_wxInfoBar_destruction_handler' declared void void php_wxInfoBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:64:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:64:72: error: expected primary-expression before ')' token void php_wxInfoBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:311:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonPage_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:332:44: error: variable or field 'php_wxRibbonPanel_destruction_handler' declared void void php_wxRibbonPanel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:332:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:332:76: error: expected primary-expression before ')' token void php_wxRibbonPanel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:89:1: error: 'zend_object_value' does not name a type zend_object_value php_wxInfoBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:111:44: error: variable or field 'php_wxRichToolTip_destruction_handler' declared void void php_wxRichToolTip_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:111:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:111:76: error: expected primary-expression before ')' token void php_wxRichToolTip_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:135:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRichToolTip_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:151:41: error: variable or field 'php_wxScrolled_destruction_handler' declared void void php_wxScrolled_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:151:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:151:73: error: expected primary-expression before ')' token void php_wxScrolled_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:357:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonPanel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:379:46: error: variable or field 'php_wxRibbonToolBar_destruction_handler' declared void void php_wxRibbonToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:379:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:379:78: error: expected primary-expression before ')' token void php_wxRibbonToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:178:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrolled_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:217:49: error: variable or field 'php_wxSashLayoutWindow_destruction_handler' declared void void php_wxSashLayoutWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:217:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:217:81: error: expected primary-expression before ')' token void php_wxSashLayoutWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:404:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonToolBar_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:41:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/richtext.h:23:41: error: variable or field 'php_wxTextAttr_destruction_handler' declared void void php_wxTextAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/richtext.h:23:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/richtext.h:23:73: error: expected primary-expression before ')' token void php_wxTextAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:41:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/richtext.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:242:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSashLayoutWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:259:38: error: variable or field 'php_wxPanel_destruction_handler' declared void void php_wxPanel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:259:38: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:42:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:23:43: error: variable or field 'php_wxRefCounter_destruction_handler' declared void void php_wxRefCounter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:259:70: error: expected primary-expression before ')' token void php_wxPanel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:23:75: error: expected primary-expression before ')' token void php_wxRefCounter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRefCounter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:61:39: error: variable or field 'php_wxObject_destruction_handler' declared void void php_wxObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:61:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:61:71: error: expected primary-expression before ')' token void php_wxObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:98:1: error: 'zend_object_value' does not name a type zend_object_value php_wxObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:116:42: error: variable or field 'php_wxClassInfo_destruction_handler' declared void void php_wxClassInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:116:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:116:74: error: expected primary-expression before ')' token void php_wxClassInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClassInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:43:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/stc.h:23:47: error: variable or field 'php_wxStyledTextCtrl_destruction_handler' declared void void php_wxStyledTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/stc.h:23:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/stc.h:23:79: error: expected primary-expression before ')' token void php_wxStyledTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:284:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPanel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:301:43: error: variable or field 'php_wxSashWindow_destruction_handler' declared void void php_wxSashWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:301:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:301:75: error: expected primary-expression before ')' token void php_wxSashWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:326:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSashWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:347:47: error: variable or field 'php_wxSplitterWindow_destruction_handler' declared void void php_wxSplitterWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:347:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:347:79: error: expected primary-expression before ')' token void php_wxSplitterWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:43:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/stc.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStyledTextCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:44:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:23:49: error: variable or field 'php_wxDataOutputStream_destruction_handler' declared void void php_wxDataOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:23:81: error: expected primary-expression before ')' token void php_wxDataOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:46:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataOutputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:62:48: error: variable or field 'php_wxDataInputStream_destruction_handler' declared void void php_wxDataInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:62:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:62:80: error: expected primary-expression before ')' token void php_wxDataInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:85:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataInputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:101:43: error: variable or field 'php_wxStreamBase_destruction_handler' declared void void php_wxStreamBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:101:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:101:75: error: expected primary-expression before ')' token void php_wxStreamBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:375:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSplitterWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:405:42: error: variable or field 'php_wxStatusBar_destruction_handler' declared void void php_wxStatusBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:405:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:127:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStreamBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:405:74: error: expected primary-expression before ')' token void php_wxStatusBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:144:45: error: variable or field 'php_wxOutputStream_destruction_handler' declared void void php_wxOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:144:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:144:77: error: expected primary-expression before ')' token void php_wxOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:168:1: error: 'zend_object_value' does not name a type zend_object_value php_wxOutputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:185:44: error: variable or field 'php_wxInputStream_destruction_handler' declared void void php_wxInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:185:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:185:76: error: expected primary-expression before ')' token void php_wxInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:210:1: error: 'zend_object_value' does not name a type zend_object_value php_wxInputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:230:50: error: variable or field 'php_wxFFileOutputStream_destruction_handler' declared void void php_wxFFileOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:230:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:230:82: error: expected primary-expression before ')' token void php_wxFFileOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:430:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStatusBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:255:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFFileOutputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:456:40: error: variable or field 'php_wxToolBar_destruction_handler' declared void void php_wxToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:456:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:267:49: error: variable or field 'php_wxFileOutputStream_destruction_handler' declared void void php_wxFileOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:267:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:456:72: error: expected primary-expression before ')' token void php_wxToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:267:81: error: expected primary-expression before ')' token void php_wxFileOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:293:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileOutputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:305:48: error: variable or field 'php_wxFileInputStream_destruction_handler' declared void void php_wxFileInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:305:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:305:80: error: expected primary-expression before ')' token void php_wxFileInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:331:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileInputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:343:49: error: variable or field 'php_wxFFileInputStream_destruction_handler' declared void void php_wxFFileInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:343:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:343:81: error: expected primary-expression before ')' token void php_wxFFileInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:483:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToolBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:537:48: error: variable or field 'php_wxHScrolledWindow_destruction_handler' declared void void php_wxHScrolledWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:537:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:537:80: error: expected primary-expression before ')' token void php_wxHScrolledWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:368:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFFileInputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:380:44: error: variable or field 'php_wxFFileStream_destruction_handler' declared void void php_wxFFileStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:380:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:380:76: error: expected primary-expression before ')' token void php_wxFFileStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:404:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFFileStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:436:43: error: variable or field 'php_wxFileStream_destruction_handler' declared void void php_wxFileStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:436:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:436:75: error: expected primary-expression before ')' token void php_wxFileStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:560:1: error: 'zend_object_value' does not name a type zend_object_value php_wxHScrolledWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:802:39: error: variable or field 'php_wxWindow_destruction_handler' declared void void php_wxWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:802:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:802:71: error: expected primary-expression before ')' token void php_wxWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:460:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileStream_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:45:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:23:42: error: variable or field 'php_wxCondition_destruction_handler' declared void void php_wxCondition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:23:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:23:74: error: expected primary-expression before ')' token void php_wxCondition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCondition_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:63:54: error: variable or field 'php_wxCriticalSectionLocker_destruction_handler' declared void void php_wxCriticalSectionLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:63:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:63:86: error: expected primary-expression before ')' token void php_wxCriticalSectionLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:87:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCriticalSectionLocker_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:98:45: error: variable or field 'php_wxThreadHelper_destruction_handler' declared void void php_wxThreadHelper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:98:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:98:77: error: expected primary-expression before ')' token void php_wxThreadHelper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:831:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:121:1: error: 'zend_object_value' does not name a type zend_object_value php_wxThreadHelper_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1051:43: error: variable or field 'php_wxWizardPage_destruction_handler' declared void void php_wxWizardPage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1051:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:133:48: error: variable or field 'php_wxCriticalSection_destruction_handler' declared void void php_wxCriticalSection_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:133:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:133:80: error: expected primary-expression before ')' token void php_wxCriticalSection_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1051:75: error: expected primary-expression before ')' token void php_wxWizardPage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:157:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCriticalSection_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:171:39: error: variable or field 'php_wxThread_destruction_handler' declared void void php_wxThread_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:171:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:171:71: error: expected primary-expression before ')' token void php_wxThread_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:196:1: error: 'zend_object_value' does not name a type zend_object_value php_wxThread_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:231:42: error: variable or field 'php_wxSemaphore_destruction_handler' declared void void php_wxSemaphore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:231:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:231:74: error: expected primary-expression before ')' token void php_wxSemaphore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:255:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSemaphore_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:270:44: error: variable or field 'php_wxMutexLocker_destruction_handler' declared void void php_wxMutexLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:270:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:270:76: error: expected primary-expression before ')' token void php_wxMutexLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1077:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWizardPage_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1089:49: error: variable or field 'php_wxWizardPageSimple_destruction_handler' declared void void php_wxWizardPageSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1089:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1089:81: error: expected primary-expression before ')' token void php_wxWizardPageSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:294:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMutexLocker_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:306:38: error: variable or field 'php_wxMutex_destruction_handler' declared void void php_wxMutex_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:306:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:306:70: error: expected primary-expression before ')' token void php_wxMutex_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:330:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMutex_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:46:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:23:49: error: variable or field 'php_wxGenericValidator_destruction_handler' declared void void php_wxGenericValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:23:81: error: expected primary-expression before ')' token void php_wxGenericValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/miscwnd.h:1113:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWizardPageSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:37:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/net.h:23:36: error: variable or field 'php_wxURI_destruction_handler' declared void void php_wxURI_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/net.h:23:36: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/net.h:23:68: error: expected primary-expression before ')' token void php_wxURI_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:53:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGenericValidator_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:67:42: error: variable or field 'php_wxValidator_destruction_handler' declared void void php_wxValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:67:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:67:74: error: expected primary-expression before ')' token void php_wxValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:91:1: error: 'zend_object_value' does not name a type zend_object_value php_wxValidator_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:109:46: error: variable or field 'php_wxTextValidator_destruction_handler' declared void void php_wxTextValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:109:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:109:78: error: expected primary-expression before ')' token void php_wxTextValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/net.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxURI_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:38:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:23:49: error: variable or field 'php_wxColourPickerCtrl_destruction_handler' declared void void php_wxColourPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:23:81: error: expected primary-expression before ')' token void php_wxColourPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:134:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextValidator_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:47:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:23:43: error: variable or field 'php_wxFileSystem_destruction_handler' declared void void php_wxFileSystem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:23:75: error: expected primary-expression before ')' token void php_wxFileSystem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileSystem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:68:50: error: variable or field 'php_wxFileSystemHandler_destruction_handler' declared void void php_wxFileSystemHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:68:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:68:82: error: expected primary-expression before ')' token void php_wxFileSystemHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:94:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileSystemHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:48:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:23:51: error: variable or field 'php_wxWebViewHistoryItem_destruction_handler' declared void void php_wxWebViewHistoryItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:23:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:23:83: error: expected primary-expression before ')' token void php_wxWebViewHistoryItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:38:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxColourPickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:61:47: error: variable or field 'php_wxDatePickerCtrl_destruction_handler' declared void void php_wxDatePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:61:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebViewHistoryItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:61:79: error: expected primary-expression before ')' token void php_wxDatePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:60:47: error: variable or field 'php_wxWebViewHandler_destruction_handler' declared void void php_wxWebViewHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:60:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:60:79: error: expected primary-expression before ')' token void php_wxWebViewHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:85:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebViewHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:97:54: error: variable or field 'php_wxWebViewArchiveHandler_destruction_handler' declared void void php_wxWebViewArchiveHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:97:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:97:86: error: expected primary-expression before ')' token void php_wxWebViewArchiveHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:121:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebViewArchiveHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:49:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:23:43: error: variable or field 'php_wxGBPosition_destruction_handler' declared void void php_wxGBPosition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:23:75: error: expected primary-expression before ')' token void php_wxGBPosition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGBPosition_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:63:45: error: variable or field 'php_wxGridBagSizer_destruction_handler' declared void void php_wxGridBagSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:63:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:63:77: error: expected primary-expression before ')' token void php_wxGridBagSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:85:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDatePickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:101:47: error: variable or field 'php_wxFilePickerCtrl_destruction_handler' declared void void php_wxFilePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:101:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:101:79: error: expected primary-expression before ')' token void php_wxFilePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:87:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridBagSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:113:44: error: variable or field 'php_wxGBSizerItem_destruction_handler' declared void void php_wxGBSizerItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:113:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:113:76: error: expected primary-expression before ')' token void php_wxGBSizerItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:49:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGBSizerItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:158:39: error: variable or field 'php_wxGBSpan_destruction_handler' declared void void php_wxGBSpan_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:158:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:158:71: error: expected primary-expression before ')' token void php_wxGBSpan_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:125:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFilePickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:183:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGBSpan_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:141:46: error: variable or field 'php_wxDirPickerCtrl_destruction_handler' declared void void php_wxDirPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:198:48: error: variable or field 'php_wxLayoutAlgorithm_destruction_handler' declared void void php_wxLayoutAlgorithm_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:141:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:198:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:141:78: error: expected primary-expression before ')' token void php_wxDirPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:198:80: error: expected primary-expression before ')' token void php_wxLayoutAlgorithm_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:222:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLayoutAlgorithm_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:236:38: error: variable or field 'php_wxSizer_destruction_handler' declared void void php_wxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:236:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:236:70: error: expected primary-expression before ')' token void php_wxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:262:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:307:53: error: variable or field 'php_wxStdDialogButtonSizer_destruction_handler' declared void void php_wxStdDialogButtonSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:165:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDirPickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:307:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:181:47: error: variable or field 'php_wxFontPickerCtrl_destruction_handler' declared void void php_wxFontPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:181:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:307:85: error: expected primary-expression before ')' token void php_wxStdDialogButtonSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:181:79: error: expected primary-expression before ')' token void php_wxFontPickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:331:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStdDialogButtonSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:349:42: error: variable or field 'php_wxSizerItem_destruction_handler' declared void void php_wxSizerItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:349:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:349:74: error: expected primary-expression before ')' token void php_wxSizerItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:205:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFontPickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:221:43: error: variable or field 'php_wxPickerBase_destruction_handler' declared void void php_wxPickerBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:221:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:221:75: error: expected primary-expression before ')' token void php_wxPickerBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:377:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSizerItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:421:43: error: variable or field 'php_wxSizerFlags_destruction_handler' declared void void php_wxSizerFlags_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:421:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:421:75: error: expected primary-expression before ')' token void php_wxSizerFlags_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:445:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSizerFlags_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:473:46: error: variable or field 'php_wxFlexGridSizer_destruction_handler' declared void void php_wxFlexGridSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:473:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:473:78: error: expected primary-expression before ')' token void php_wxFlexGridSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:244:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPickerBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:267:47: error: variable or field 'php_wxTimePickerCtrl_destruction_handler' declared void void php_wxTimePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:267:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:267:79: error: expected primary-expression before ')' token void php_wxTimePickerCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:500:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFlexGridSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:523:42: error: variable or field 'php_wxGridSizer_destruction_handler' declared void void php_wxGridSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:523:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:523:74: error: expected primary-expression before ')' token void php_wxGridSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:550:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/pickers.h:291:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTimePickerCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:573:47: error: variable or field 'php_wxStaticBoxSizer_destruction_handler' declared void void php_wxStaticBoxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:573:47: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:39:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:23:42: error: variable or field 'php_wxPrinterDC_destruction_handler' declared void void php_wxPrinterDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:23:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:573:79: error: expected primary-expression before ')' token void php_wxStaticBoxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:23:74: error: expected primary-expression before ')' token void php_wxPrinterDC_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrinterDC_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:59:50: error: variable or field 'php_wxPreviewControlBar_destruction_handler' declared void void php_wxPreviewControlBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:59:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:59:82: error: expected primary-expression before ')' token void php_wxPreviewControlBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:598:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticBoxSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:612:41: error: variable or field 'php_wxBoxSizer_destruction_handler' declared void void php_wxBoxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:612:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:612:73: error: expected primary-expression before ')' token void php_wxBoxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:636:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBoxSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:651:42: error: variable or field 'php_wxWrapSizer_destruction_handler' declared void void php_wxWrapSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:651:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:651:74: error: expected primary-expression before ')' token void php_wxWrapSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:39:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:83:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPreviewControlBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:97:46: error: variable or field 'php_wxPreviewCanvas_destruction_handler' declared void void php_wxPreviewCanvas_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:676:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWrapSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:97:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:97:78: error: expected primary-expression before ')' token void php_wxPreviewCanvas_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:50:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:23:40: error: variable or field 'php_wxXmlNode_destruction_handler' declared void void php_wxXmlNode_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:23:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:23:72: error: expected primary-expression before ')' token void php_wxXmlNode_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:50:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlNode_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:88:45: error: variable or field 'php_wxXmlAttribute_destruction_handler' declared void void php_wxXmlAttribute_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:88:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:88:77: error: expected primary-expression before ')' token void php_wxXmlAttribute_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:113:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlAttribute_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:121:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPreviewCanvas_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:130:44: error: variable or field 'php_wxXmlDocument_destruction_handler' declared void void php_wxXmlDocument_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:130:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:132:45: error: variable or field 'php_wxPreviewFrame_destruction_handler' declared void void php_wxPreviewFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:132:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:130:76: error: expected primary-expression before ')' token void php_wxXmlDocument_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:132:77: error: expected primary-expression before ')' token void php_wxPreviewFrame_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:157:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlDocument_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:51:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:23:51: error: variable or field 'php_wxXmlResourceHandler_destruction_handler' declared void void php_wxXmlResourceHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:23:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:23:83: error: expected primary-expression before ')' token void php_wxXmlResourceHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlResourceHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:62:44: error: variable or field 'php_wxXmlResource_destruction_handler' declared void void php_wxXmlResource_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:62:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:62:76: error: expected primary-expression before ')' token void php_wxXmlResource_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:155:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPreviewFrame_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:169:45: error: variable or field 'php_wxPrintPreview_destruction_handler' declared void void php_wxPrintPreview_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:169:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:169:77: error: expected primary-expression before ')' token void php_wxPrintPreview_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:193:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintPreview_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:51:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:88:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlResource_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:220:40: error: variable or field 'php_wxPrinter_destruction_handler' declared void void php_wxPrinter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:220:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:220:72: error: expected primary-expression before ')' token void php_wxPrinter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:52:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:23:47: error: variable or field 'php_wxScrolledWindow_destruction_handler' declared void void php_wxScrolledWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:23:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:23:79: error: expected primary-expression before ')' token void php_wxScrolledWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:244:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrinter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:262:41: error: variable or field 'php_wxPrintout_destruction_handler' declared void void php_wxPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:262:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:262:73: error: expected primary-expression before ')' token void php_wxPrintout_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:292:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintout_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:326:44: error: variable or field 'php_wxPrintDialog_destruction_handler' declared void void php_wxPrintDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:326:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:326:76: error: expected primary-expression before ')' token void php_wxPrintDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:351:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPrintDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:366:48: error: variable or field 'php_wxPageSetupDialog_destruction_handler' declared void void php_wxPageSetupDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:366:48: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:52:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrolledWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:366:80: error: expected primary-expression before ')' token void php_wxPageSetupDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:317:58: error: variable or field 'php_wxRibbonButtonBarButtonBase_destruction_handler' declared void void php_wxRibbonButtonBarButtonBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:317:58: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:317:90: error: expected primary-expression before ')' token void php_wxRibbonButtonBarButtonBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:340:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonButtonBarButtonBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:350:50: error: variable or field 'php_wxRibbonGalleryItem_destruction_handler' declared void void php_wxRibbonGalleryItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:350:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/printing.h:390:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPageSetupDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:350:82: error: expected primary-expression before ')' token void php_wxRibbonGalleryItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:40:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:23:50: error: variable or field 'php_wxRibbonArtProvider_destruction_handler' declared void void php_wxRibbonArtProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:23:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:23:82: error: expected primary-expression before ')' token void php_wxRibbonArtProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:373:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonGalleryItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:383:54: error: variable or field 'php_wxRibbonToolBarToolBase_destruction_handler' declared void void php_wxRibbonToolBarToolBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:383:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:383:86: error: expected primary-expression before ')' token void php_wxRibbonToolBarToolBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:406:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonToolBarToolBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:416:47: error: variable or field 'php_wxGridCellCoords_destruction_handler' declared void void php_wxGridCellCoords_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:416:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:416:79: error: expected primary-expression before ')' token void php_wxGridCellCoords_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:441:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellCoords_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:457:47: error: variable or field 'php_wxNonOwnedWindow_destruction_handler' declared void void php_wxNonOwnedWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:457:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:457:79: error: expected primary-expression before ')' token void php_wxNonOwnedWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:40:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:79:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonArtProvider_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:91:42: error: variable or field 'php_wxRibbonBar_destruction_handler' declared void void php_wxRibbonBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:91:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:91:74: error: expected primary-expression before ')' token void php_wxRibbonBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:480:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNonOwnedWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:491:42: error: variable or field 'php_wxAnyButton_destruction_handler' declared void void php_wxAnyButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:491:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:491:74: error: expected primary-expression before ')' token void php_wxAnyButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:116:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:138:48: error: variable or field 'php_wxRibbonButtonBar_destruction_handler' declared void void php_wxRibbonButtonBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:138:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:138:80: error: expected primary-expression before ')' token void php_wxRibbonButtonBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:515:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAnyButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:541:43: error: variable or field 'php_wxWithImages_destruction_handler' declared void void php_wxWithImages_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:541:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:541:75: error: expected primary-expression before ')' token void php_wxWithImages_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:565:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWithImages_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:579:46: error: variable or field 'php_wxTextCompleter_destruction_handler' declared void void php_wxTextCompleter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:579:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:579:78: error: expected primary-expression before ')' token void php_wxTextCompleter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:604:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextCompleter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:614:55: error: variable or field 'php_wxWindowModalDialogEvent_destruction_handler' declared void void php_wxWindowModalDialogEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:614:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:614:87: error: expected primary-expression before ')' token void php_wxWindowModalDialogEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:163:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonButtonBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:638:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowModalDialogEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:184:46: error: variable or field 'php_wxRibbonControl_destruction_handler' declared void void php_wxRibbonControl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:184:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:652:46: error: variable or field 'php_wxPoint2DDouble_destruction_handler' declared void void php_wxPoint2DDouble_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:184:78: error: expected primary-expression before ')' token void php_wxRibbonControl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:652:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:652:78: error: expected primary-expression before ')' token void php_wxPoint2DDouble_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:693:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPoint2DDouble_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:716:43: error: variable or field 'php_wxPoint2DInt_destruction_handler' declared void void php_wxPoint2DInt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:716:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:716:75: error: expected primary-expression before ')' token void php_wxPoint2DInt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:211:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonControl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:229:46: error: variable or field 'php_wxRibbonGallery_destruction_handler' declared void void php_wxRibbonGallery_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:229:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:229:78: error: expected primary-expression before ')' token void php_wxRibbonGallery_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:756:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPoint2DInt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:779:47: error: variable or field 'php_wxProgressDialog_destruction_handler' declared void void php_wxProgressDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:779:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:779:79: error: expected primary-expression before ')' token void php_wxProgressDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:254:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonGallery_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:286:43: error: variable or field 'php_wxRibbonPage_destruction_handler' declared void void php_wxRibbonPage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:286:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:286:75: error: expected primary-expression before ')' token void php_wxRibbonPage_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:803:1: error: 'zend_object_value' does not name a type zend_object_value php_wxProgressDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1102:50: error: variable or field 'php_wxLayoutConstraints_destruction_handler' declared void void php_wxLayoutConstraints_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1102:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1102:82: error: expected primary-expression before ')' token void php_wxLayoutConstraints_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:311:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonPage_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:332:44: error: variable or field 'php_wxRibbonPanel_destruction_handler' declared void void php_wxRibbonPanel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:332:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1145:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLayoutConstraints_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:332:76: error: expected primary-expression before ')' token void php_wxRibbonPanel_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1159:53: error: variable or field 'php_wxGridCellAttrProvider_destruction_handler' declared void void php_wxGridCellAttrProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1159:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1159:85: error: expected primary-expression before ')' token void php_wxGridCellAttrProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1183:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellAttrProvider_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1201:57: error: variable or field 'php_wxGridColumnHeaderRenderer_destruction_handler' declared void void php_wxGridColumnHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1201:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1201:89: error: expected primary-expression before ')' token void php_wxGridColumnHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1224:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridColumnHeaderRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1234:64: error: variable or field 'php_wxGridColumnHeaderRendererDefault_destruction_handler' declared void void php_wxGridColumnHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1234:64: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1234:96: error: expected primary-expression before ')' token void php_wxGridColumnHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1257:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridColumnHeaderRendererDefault_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1268:57: error: variable or field 'php_wxGridCornerHeaderRenderer_destruction_handler' declared void void php_wxGridCornerHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:357:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonPanel_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1268:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:379:46: error: variable or field 'php_wxRibbonToolBar_destruction_handler' declared void void php_wxRibbonToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:379:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1268:89: error: expected primary-expression before ')' token void php_wxGridCornerHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:379:78: error: expected primary-expression before ')' token void php_wxRibbonToolBar_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1292:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCornerHeaderRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1302:64: error: variable or field 'php_wxGridCornerHeaderRendererDefault_destruction_handler' declared void void php_wxGridCornerHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1302:64: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1302:96: error: expected primary-expression before ')' token void php_wxGridCornerHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1325:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCornerHeaderRendererDefault_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1336:57: error: variable or field 'php_wxGridHeaderLabelsRenderer_destruction_handler' declared void void php_wxGridHeaderLabelsRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1336:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1336:89: error: expected primary-expression before ')' token void php_wxGridHeaderLabelsRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1359:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridHeaderLabelsRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1370:54: error: variable or field 'php_wxGridRowHeaderRenderer_destruction_handler' declared void void php_wxGridRowHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1370:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1370:86: error: expected primary-expression before ')' token void php_wxGridRowHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/ribbon.h:404:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonToolBar_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1393:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridRowHeaderRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:41:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/richtext.h:23:41: error: variable or field 'php_wxTextAttr_destruction_handler' declared void void php_wxTextAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/richtext.h:23:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/richtext.h:23:73: error: expected primary-expression before ')' token void php_wxTextAttr_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1403:61: error: variable or field 'php_wxGridRowHeaderRendererDefault_destruction_handler' declared void void php_wxGridRowHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1403:61: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1403:93: error: expected primary-expression before ')' token void php_wxGridRowHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1426:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridRowHeaderRendererDefault_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1437:52: error: variable or field 'php_wxPaletteChangedEvent_destruction_handler' declared void void php_wxPaletteChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1437:52: error: 'zend_rsrc_list_entry' was not declared in this scope In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:41:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/richtext.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextAttr_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1437:84: error: expected primary-expression before ')' token void php_wxPaletteChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:42:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:23:43: error: variable or field 'php_wxRefCounter_destruction_handler' declared void void php_wxRefCounter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:23:75: error: expected primary-expression before ')' token void php_wxRefCounter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRefCounter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:61:39: error: variable or field 'php_wxObject_destruction_handler' declared void void php_wxObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:61:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:61:71: error: expected primary-expression before ')' token void php_wxObject_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1461:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPaletteChangedEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1474:45: error: variable or field 'php_wxFileTypeInfo_destruction_handler' declared void void php_wxFileTypeInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1474:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1474:77: error: expected primary-expression before ')' token void php_wxFileTypeInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:98:1: error: 'zend_object_value' does not name a type zend_object_value php_wxObject_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:116:42: error: variable or field 'php_wxClassInfo_destruction_handler' declared void void php_wxClassInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:116:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:116:74: error: expected primary-expression before ')' token void php_wxClassInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/rtti.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxClassInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:43:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/stc.h:23:47: error: variable or field 'php_wxStyledTextCtrl_destruction_handler' declared void void php_wxStyledTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/stc.h:23:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/stc.h:23:79: error: expected primary-expression before ')' token void php_wxStyledTextCtrl_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1499:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileTypeInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1515:52: error: variable or field 'php_wxDisplayChangedEvent_destruction_handler' declared void void php_wxDisplayChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1515:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1515:84: error: expected primary-expression before ')' token void php_wxDisplayChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1539:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDisplayChangedEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1550:44: error: variable or field 'php_wxTimerRunner_destruction_handler' declared void void php_wxTimerRunner_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1550:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1550:76: error: expected primary-expression before ')' token void php_wxTimerRunner_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:43:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/stc.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStyledTextCtrl_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1575:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTimerRunner_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:44:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:23:49: error: variable or field 'php_wxDataOutputStream_destruction_handler' declared void void php_wxDataOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:23:81: error: expected primary-expression before ')' token void php_wxDataOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1587:48: error: variable or field 'php_wxToolBarToolBase_destruction_handler' declared void void php_wxToolBarToolBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1587:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:46:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataOutputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1587:80: error: expected primary-expression before ')' token void php_wxToolBarToolBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:62:48: error: variable or field 'php_wxDataInputStream_destruction_handler' declared void void php_wxDataInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:62:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:62:80: error: expected primary-expression before ')' token void php_wxDataInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:85:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDataInputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1610:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToolBarToolBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:101:43: error: variable or field 'php_wxStreamBase_destruction_handler' declared void void php_wxStreamBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:101:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:101:75: error: expected primary-expression before ')' token void php_wxStreamBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1652:52: error: variable or field 'php_wxTextCompleterSimple_destruction_handler' declared void void php_wxTextCompleterSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1652:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1652:84: error: expected primary-expression before ')' token void php_wxTextCompleterSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:127:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStreamBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:144:45: error: variable or field 'php_wxOutputStream_destruction_handler' declared void void php_wxOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:144:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:144:77: error: expected primary-expression before ')' token void php_wxOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1676:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextCompleterSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:100:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarEvent_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:168:1: error: 'zend_object_value' does not name a type zend_object_value php_wxOutputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:185:44: error: variable or field 'php_wxInputStream_destruction_handler' declared void void php_wxInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:185:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:185:76: error: expected primary-expression before ')' token void php_wxInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarEvent_GetClickPoint(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:157:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:210:1: error: 'zend_object_value' does not name a type zend_object_value php_wxInputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:230:50: error: variable or field 'php_wxFFileOutputStream_destruction_handler' declared void void php_wxFFileOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:230:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:230:82: error: expected primary-expression before ')' token void php_wxFFileOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:255:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFFileOutputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:267:49: error: variable or field 'php_wxFileOutputStream_destruction_handler' declared void void php_wxFileOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:267:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:221:89: error: 'zend_object_store_get_object' was not declared in this scope zo_wxPoint* zo0 = (zo_wxPoint*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:267:81: error: expected primary-expression before ')' token void php_wxFileOutputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:145:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:148:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:152:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:189:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarEvent_GetItemRect(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:265:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:293:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileOutputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:305:48: error: variable or field 'php_wxFileInputStream_destruction_handler' declared void void php_wxFileInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:305:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:305:80: error: expected primary-expression before ')' token void php_wxFileInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:329:87: error: 'zend_object_store_get_object' was not declared in this scope zo_wxRect* zo0 = (zo_wxRect*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:331:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileInputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:253:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:256:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:343:49: error: variable or field 'php_wxFFileInputStream_destruction_handler' declared void void php_wxFFileInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:343:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:260:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:343:81: error: expected primary-expression before ')' token void php_wxFFileInputStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:297:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarEvent_GetToolId(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:373:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:368:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFFileInputStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:380:44: error: variable or field 'php_wxFFileStream_destruction_handler' declared void void php_wxFFileStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:380:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:380:76: error: expected primary-expression before ')' token void php_wxFFileStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:361:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:364:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:368:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:404:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFFileStream_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:405:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:436:43: error: variable or field 'php_wxFileStream_destruction_handler' declared void void php_wxFileStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:436:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:436:75: error: expected primary-expression before ')' token void php_wxFileStream_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarEvent_IsDropDownClicked(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:473:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/streams.h:460:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileStream_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:45:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:23:42: error: variable or field 'php_wxCondition_destruction_handler' declared void void php_wxCondition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:23:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:23:74: error: expected primary-expression before ')' token void php_wxCondition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCondition_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:63:54: error: variable or field 'php_wxCriticalSectionLocker_destruction_handler' declared void void php_wxCriticalSectionLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:63:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:461:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:63:86: error: expected primary-expression before ')' token void php_wxCriticalSectionLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:464:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:468:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:505:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:87:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCriticalSectionLocker_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:98:45: error: variable or field 'php_wxThreadHelper_destruction_handler' declared void void php_wxThreadHelper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:98:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:98:77: error: expected primary-expression before ')' token void php_wxThreadHelper_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:594:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarItem_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:121:1: error: 'zend_object_value' does not name a type zend_object_value php_wxThreadHelper_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:133:48: error: variable or field 'php_wxCriticalSection_destruction_handler' declared void void php_wxCriticalSection_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:133:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:133:80: error: expected primary-expression before ')' token void php_wxCriticalSection_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:157:1: error: 'zend_object_value' does not name a type zend_object_value php_wxCriticalSection_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:171:39: error: variable or field 'php_wxThread_destruction_handler' declared void void php_wxThread_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:171:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:171:71: error: expected primary-expression before ')' token void php_wxThread_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:668:105: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(c0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:668:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(c0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:196:1: error: 'zend_object_value' does not name a type zend_object_value php_wxThread_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:231:42: error: variable or field 'php_wxSemaphore_destruction_handler' declared void void php_wxSemaphore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:231:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:231:74: error: expected primary-expression before ')' token void php_wxSemaphore_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:744:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:255:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSemaphore_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:641:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:270:44: error: variable or field 'php_wxMutexLocker_destruction_handler' declared void void php_wxMutexLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:270:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:654:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:270:76: error: expected primary-expression before ')' token void php_wxMutexLocker_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:294:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMutexLocker_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetWindow(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:789:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:306:38: error: variable or field 'php_wxMutex_destruction_handler' declared void void php_wxMutex_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:306:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:306:70: error: expected primary-expression before ')' token void php_wxMutex_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/threading.h:330:1: error: 'zend_object_value' does not name a type zend_object_value php_wxMutex_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:46:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:23:49: error: variable or field 'php_wxGenericValidator_destruction_handler' declared void void php_wxGenericValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:23:49: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:23:81: error: expected primary-expression before ')' token void php_wxGenericValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:837:97: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(w0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:53:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGenericValidator_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:67:42: error: variable or field 'php_wxValidator_destruction_handler' declared void void php_wxValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:67:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:67:74: error: expected primary-expression before ')' token void php_wxValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:91:1: error: 'zend_object_value' does not name a type zend_object_value php_wxValidator_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:109:46: error: variable or field 'php_wxTextValidator_destruction_handler' declared void void php_wxTextValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:109:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:109:78: error: expected primary-expression before ')' token void php_wxTextValidator_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/validator.h:134:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextValidator_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:47:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:23:43: error: variable or field 'php_wxFileSystem_destruction_handler' declared void void php_wxFileSystem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:23:75: error: expected primary-expression before ')' token void php_wxFileSystem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileSystem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:68:50: error: variable or field 'php_wxFileSystemHandler_destruction_handler' declared void void php_wxFileSystemHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:68:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:68:82: error: expected primary-expression before ')' token void php_wxFileSystemHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/vfs.h:94:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileSystemHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:48:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:23:51: error: variable or field 'php_wxWebViewHistoryItem_destruction_handler' declared void void php_wxWebViewHistoryItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:23:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:23:83: error: expected primary-expression before ')' token void php_wxWebViewHistoryItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:47:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebViewHistoryItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:60:47: error: variable or field 'php_wxWebViewHandler_destruction_handler' declared void void php_wxWebViewHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:60:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:60:79: error: expected primary-expression before ')' token void php_wxWebViewHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:85:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebViewHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:97:54: error: variable or field 'php_wxWebViewArchiveHandler_destruction_handler' declared void void php_wxWebViewArchiveHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:97:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:97:86: error: expected primary-expression before ')' token void php_wxWebViewArchiveHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/webview.h:121:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWebViewArchiveHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:49:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:23:43: error: variable or field 'php_wxGBPosition_destruction_handler' declared void void php_wxGBPosition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:23:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:23:75: error: expected primary-expression before ')' token void php_wxGBPosition_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGBPosition_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:63:45: error: variable or field 'php_wxGridBagSizer_destruction_handler' declared void void php_wxGridBagSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:63:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:63:77: error: expected primary-expression before ')' token void php_wxGridBagSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:87:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridBagSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:113:44: error: variable or field 'php_wxGBSizerItem_destruction_handler' declared void void php_wxGBSizerItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:113:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:113:76: error: expected primary-expression before ')' token void php_wxGBSizerItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:49:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:139:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGBSizerItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:158:39: error: variable or field 'php_wxGBSpan_destruction_handler' declared void void php_wxGBSpan_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:158:39: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:158:71: error: expected primary-expression before ')' token void php_wxGBSpan_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:183:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGBSpan_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:198:48: error: variable or field 'php_wxLayoutAlgorithm_destruction_handler' declared void void php_wxLayoutAlgorithm_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:198:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:198:80: error: expected primary-expression before ')' token void php_wxLayoutAlgorithm_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:222:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLayoutAlgorithm_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:236:38: error: variable or field 'php_wxSizer_destruction_handler' declared void void php_wxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:236:38: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:236:70: error: expected primary-expression before ')' token void php_wxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:262:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:307:53: error: variable or field 'php_wxStdDialogButtonSizer_destruction_handler' declared void void php_wxStdDialogButtonSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:307:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:307:85: error: expected primary-expression before ')' token void php_wxStdDialogButtonSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:331:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStdDialogButtonSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:349:42: error: variable or field 'php_wxSizerItem_destruction_handler' declared void void php_wxSizerItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:349:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:349:74: error: expected primary-expression before ')' token void php_wxSizerItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:377:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSizerItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:421:43: error: variable or field 'php_wxSizerFlags_destruction_handler' declared void void php_wxSizerFlags_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:421:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:421:75: error: expected primary-expression before ')' token void php_wxSizerFlags_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:445:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSizerFlags_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:473:46: error: variable or field 'php_wxFlexGridSizer_destruction_handler' declared void void php_wxFlexGridSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:473:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:473:78: error: expected primary-expression before ')' token void php_wxFlexGridSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:500:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFlexGridSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:523:42: error: variable or field 'php_wxGridSizer_destruction_handler' declared void void php_wxGridSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:523:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:523:74: error: expected primary-expression before ')' token void php_wxGridSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:550:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:573:47: error: variable or field 'php_wxStaticBoxSizer_destruction_handler' declared void void php_wxStaticBoxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:573:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:573:79: error: expected primary-expression before ')' token void php_wxStaticBoxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:598:1: error: 'zend_object_value' does not name a type zend_object_value php_wxStaticBoxSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:612:41: error: variable or field 'php_wxBoxSizer_destruction_handler' declared void void php_wxBoxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:612:41: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:612:73: error: expected primary-expression before ')' token void php_wxBoxSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:636:1: error: 'zend_object_value' does not name a type zend_object_value php_wxBoxSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:651:42: error: variable or field 'php_wxWrapSizer_destruction_handler' declared void void php_wxWrapSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:651:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:651:74: error: expected primary-expression before ')' token void php_wxWrapSizer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/winlayout.h:676:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWrapSizer_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:50:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:23:40: error: variable or field 'php_wxXmlNode_destruction_handler' declared void void php_wxXmlNode_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:23:40: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:23:72: error: expected primary-expression before ')' token void php_wxXmlNode_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:50:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlNode_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:88:45: error: variable or field 'php_wxXmlAttribute_destruction_handler' declared void void php_wxXmlAttribute_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:88:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:88:77: error: expected primary-expression before ')' token void php_wxXmlAttribute_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:113:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlAttribute_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:130:44: error: variable or field 'php_wxXmlDocument_destruction_handler' declared void void php_wxXmlDocument_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:130:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:130:76: error: expected primary-expression before ')' token void php_wxXmlDocument_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xml.h:157:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlDocument_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:51:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:23:51: error: variable or field 'php_wxXmlResourceHandler_destruction_handler' declared void void php_wxXmlResourceHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:23:51: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:23:83: error: expected primary-expression before ')' token void php_wxXmlResourceHandler_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:49:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlResourceHandler_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:62:44: error: variable or field 'php_wxXmlResource_destruction_handler' declared void void php_wxXmlResource_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:62:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:62:76: error: expected primary-expression before ')' token void php_wxXmlResource_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:51:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/xrc.h:88:1: error: 'zend_object_value' does not name a type zend_object_value php_wxXmlResource_new(zend_class_entry *class_type TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:52:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:23:47: error: variable or field 'php_wxScrolledWindow_destruction_handler' declared void void php_wxScrolledWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:23:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:23:79: error: expected primary-expression before ')' token void php_wxScrolledWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ In file included from /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:52:0: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:48:1: error: 'zend_object_value' does not name a type zend_object_value php_wxScrolledWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:317:58: error: variable or field 'php_wxRibbonButtonBarButtonBase_destruction_handler' declared void void php_wxRibbonButtonBarButtonBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:317:58: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:317:90: error: expected primary-expression before ')' token void php_wxRibbonButtonBarButtonBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:340:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonButtonBarButtonBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:350:50: error: variable or field 'php_wxRibbonGalleryItem_destruction_handler' declared void void php_wxRibbonGalleryItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:350:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:350:82: error: expected primary-expression before ')' token void php_wxRibbonGalleryItem_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:373:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonGalleryItem_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:383:54: error: variable or field 'php_wxRibbonToolBarToolBase_destruction_handler' declared void void php_wxRibbonToolBarToolBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:383:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:383:86: error: expected primary-expression before ')' token void php_wxRibbonToolBarToolBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:406:1: error: 'zend_object_value' does not name a type zend_object_value php_wxRibbonToolBarToolBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:416:47: error: variable or field 'php_wxGridCellCoords_destruction_handler' declared void void php_wxGridCellCoords_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:416:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:416:79: error: expected primary-expression before ')' token void php_wxGridCellCoords_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:441:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellCoords_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:457:47: error: variable or field 'php_wxNonOwnedWindow_destruction_handler' declared void void php_wxNonOwnedWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:457:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:457:79: error: expected primary-expression before ')' token void php_wxNonOwnedWindow_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:480:1: error: 'zend_object_value' does not name a type zend_object_value php_wxNonOwnedWindow_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:491:42: error: variable or field 'php_wxAnyButton_destruction_handler' declared void void php_wxAnyButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:491:42: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:491:74: error: expected primary-expression before ')' token void php_wxAnyButton_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:515:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAnyButton_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:541:43: error: variable or field 'php_wxWithImages_destruction_handler' declared void void php_wxWithImages_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:541:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:541:75: error: expected primary-expression before ')' token void php_wxWithImages_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:565:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWithImages_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:579:46: error: variable or field 'php_wxTextCompleter_destruction_handler' declared void void php_wxTextCompleter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:579:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:579:78: error: expected primary-expression before ')' token void php_wxTextCompleter_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:604:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextCompleter_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:614:55: error: variable or field 'php_wxWindowModalDialogEvent_destruction_handler' declared void void php_wxWindowModalDialogEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:614:55: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:614:87: error: expected primary-expression before ')' token void php_wxWindowModalDialogEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:638:1: error: 'zend_object_value' does not name a type zend_object_value php_wxWindowModalDialogEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:652:46: error: variable or field 'php_wxPoint2DDouble_destruction_handler' declared void void php_wxPoint2DDouble_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:652:46: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:652:78: error: expected primary-expression before ')' token void php_wxPoint2DDouble_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:693:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPoint2DDouble_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:716:43: error: variable or field 'php_wxPoint2DInt_destruction_handler' declared void void php_wxPoint2DInt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:716:43: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:716:75: error: expected primary-expression before ')' token void php_wxPoint2DInt_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:756:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPoint2DInt_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:779:47: error: variable or field 'php_wxProgressDialog_destruction_handler' declared void void php_wxProgressDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:779:47: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:779:79: error: expected primary-expression before ')' token void php_wxProgressDialog_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:803:1: error: 'zend_object_value' does not name a type zend_object_value php_wxProgressDialog_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:780:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1102:50: error: variable or field 'php_wxLayoutConstraints_destruction_handler' declared void void php_wxLayoutConstraints_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1102:50: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:784:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1102:82: error: expected primary-expression before ')' token void php_wxLayoutConstraints_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:823:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetUserData(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:909:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1145:1: error: 'zend_object_value' does not name a type zend_object_value php_wxLayoutConstraints_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1159:53: error: variable or field 'php_wxGridCellAttrProvider_destruction_handler' declared void void php_wxGridCellAttrProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1159:53: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1159:85: error: expected primary-expression before ')' token void php_wxGridCellAttrProvider_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1183:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCellAttrProvider_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:897:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1201:57: error: variable or field 'php_wxGridColumnHeaderRenderer_destruction_handler' declared void void php_wxGridColumnHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:900:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1201:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:904:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1201:89: error: expected primary-expression before ')' token void php_wxGridColumnHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:942:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1224:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridColumnHeaderRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1234:64: error: variable or field 'php_wxGridColumnHeaderRendererDefault_destruction_handler' declared void void php_wxGridColumnHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1234:64: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetSticky(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1010:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1234:96: error: expected primary-expression before ')' token void php_wxGridColumnHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1257:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridColumnHeaderRendererDefault_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1268:57: error: variable or field 'php_wxGridCornerHeaderRenderer_destruction_handler' declared void void php_wxGridCornerHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1268:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1268:89: error: expected primary-expression before ')' token void php_wxGridCornerHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1292:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCornerHeaderRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1302:64: error: variable or field 'php_wxGridCornerHeaderRendererDefault_destruction_handler' declared void void php_wxGridCornerHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1302:64: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:998:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1302:96: error: expected primary-expression before ')' token void php_wxGridCornerHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1001:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1005:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1043:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1325:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridCornerHeaderRendererDefault_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1336:57: error: variable or field 'php_wxGridHeaderLabelsRenderer_destruction_handler' declared void void php_wxGridHeaderLabelsRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1336:57: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1336:89: error: expected primary-expression before ')' token void php_wxGridHeaderLabelsRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetState(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1111:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1359:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridHeaderLabelsRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1370:54: error: variable or field 'php_wxGridRowHeaderRenderer_destruction_handler' declared void void php_wxGridRowHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1370:54: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1370:86: error: expected primary-expression before ')' token void php_wxGridRowHeaderRenderer_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1393:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridRowHeaderRenderer_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1403:61: error: variable or field 'php_wxGridRowHeaderRendererDefault_destruction_handler' declared void void php_wxGridRowHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1403:61: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1403:93: error: expected primary-expression before ')' token void php_wxGridRowHeaderRendererDefault_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1099:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1102:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1106:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1426:1: error: 'zend_object_value' does not name a type zend_object_value php_wxGridRowHeaderRendererDefault_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1144:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1437:52: error: variable or field 'php_wxPaletteChangedEvent_destruction_handler' declared void void php_wxPaletteChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1437:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1437:84: error: expected primary-expression before ')' token void php_wxPaletteChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetSpacerPixels(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1212:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1461:1: error: 'zend_object_value' does not name a type zend_object_value php_wxPaletteChangedEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1474:45: error: variable or field 'php_wxFileTypeInfo_destruction_handler' declared void void php_wxFileTypeInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1474:45: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1474:77: error: expected primary-expression before ')' token void php_wxFileTypeInfo_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1200:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1203:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1207:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1245:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetSizerItem(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1313:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1499:1: error: 'zend_object_value' does not name a type zend_object_value php_wxFileTypeInfo_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1515:52: error: variable or field 'php_wxDisplayChangedEvent_destruction_handler' declared void void php_wxDisplayChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1515:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1515:84: error: expected primary-expression before ')' token void php_wxDisplayChangedEvent_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1361:100: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSizerItem*) zend_object_store_get_object(s0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1539:1: error: 'zend_object_value' does not name a type zend_object_value php_wxDisplayChangedEvent_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1550:44: error: variable or field 'php_wxTimerRunner_destruction_handler' declared void void php_wxTimerRunner_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1550:44: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1550:76: error: expected primary-expression before ')' token void php_wxTimerRunner_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1575:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTimerRunner_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1587:48: error: variable or field 'php_wxToolBarToolBase_destruction_handler' declared void void php_wxToolBarToolBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1587:48: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1304:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1587:80: error: expected primary-expression before ')' token void php_wxToolBarToolBase_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1308:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1347:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1610:1: error: 'zend_object_value' does not name a type zend_object_value php_wxToolBarToolBase_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1652:52: error: variable or field 'php_wxTextCompleterSimple_destruction_handler' declared void void php_wxTextCompleterSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1652:52: error: 'zend_rsrc_list_entry' was not declared in this scope /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetShortHelp(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1433:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1652:84: error: expected primary-expression before ')' token void php_wxTextCompleterSimple_destruction_handler(zend_rsrc_list_entry * TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/includes/others.h:1676:1: error: 'zend_object_value' does not name a type zend_object_value php_wxTextCompleterSimple_new(zend_class_entry *class_type TSRMLS_DC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:100:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventLoopBase_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual bool wxEventLoopBase_php::Dispatch()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:151:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:153:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "Dispatch", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1421:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1424:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1428:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1467:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:191:30: error: 'Z_BVAL_P' was not declared in this scope return Z_BVAL_P(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:152:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:154:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:155:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetProportion(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1535:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual int wxEventLoopBase_php::DispatchTimeout(long unsigned int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:214:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:218:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:220:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DispatchTimeout", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:250:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:219:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:221:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:222:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1523:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1526:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1530:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_GetActive(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:297:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1568:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetMinSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1636:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:361:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:370:80: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxEventLoopBase*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxEventLoopBase_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:285:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:288:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:329:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_IsEventAllowedInsideYield(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:414:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1684:95: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(s0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1684:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(s0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1627:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1631:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1670:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetLongHelp(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1756:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:402:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:405:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:409:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:447:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_IsMain(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:519:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1744:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1747:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1751:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:507:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:510:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1790:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:514:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:551:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetLabel(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1858:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_IsOk(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:619:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:607:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:610:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:614:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:651:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1846:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1849:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1853:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_IsRunning(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:719:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1892:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetKind(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1961:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:707:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:710:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:714:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:751:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_IsYielding(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:819:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1949:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1952:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1956:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:1994:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetId(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2063:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:807:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:810:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:814:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:851:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual void wxEventLoopBase_php::OnExit()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:913:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:915:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "OnExit", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2051:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:914:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:916:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2054:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:917:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2058:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2096:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual bool wxEventLoopBase_php::Pending() const': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:984:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:986:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "Pending", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetHoverBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2164:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1024:30: error: 'Z_BVAL_P' was not declared in this scope return Z_BVAL_P(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:985:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:987:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:988:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_ProcessIdle(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1053:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2212:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bmp0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2212:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bmp0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2155:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2159:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1041:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2198:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1044:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1048:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1085:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual int wxEventLoopBase_php::Run()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1147:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetHasDropDown(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2285:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1149:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "Run", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1148:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1150:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1151:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2273:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_ExitMethod(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1216:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2276:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2280:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2318:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetDisabledBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2386:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1204:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2434:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bmp0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1207:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1211:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1249:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2434:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bmp0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_SetActive(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1336:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2377:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2381:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2420:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2506:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1384:107: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxEventLoopBase*) zend_object_store_get_object(loop0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1327:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1331:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1370:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2554:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bmp0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual void wxEventLoopBase_php::WakeUp()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1451:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2554:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bmp0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1453:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "WakeUp", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2497:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2501:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2540:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1452:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1454:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1455:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetAlignment(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2626:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_WakeUpIdle(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1520:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1508:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2614:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1511:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2617:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1515:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1552:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2621:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2659:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_YieldMethod(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1620:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_SetActive(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2727:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2715:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2718:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2722:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1608:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2760:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1611:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1615:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1653:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_IsSticky(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2828:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopBase_YieldFor(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1740:90: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopBase*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2816:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2819:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2823:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2860:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1728:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_IsActive(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2924:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1731:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1735:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1773:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1866:1: error: 'zend_object_value' does not name a type zend_object_value php_wxEventLoopActivator_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2912:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2915:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxEventLoopActivator___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1938:107: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxEventLoopBase*) zend_object_store_get_object(loop0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2919:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:2956:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_HasDropDown(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3021:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1983:95: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxEventLoopActivator*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1913:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1924:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3009:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2049:1: error: 'zend_object_value' does not name a type zend_object_value php_wxModule_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3012:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3016:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual void wxModule_php::OnExit()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2100:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3053:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2102:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "OnExit", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetWindow(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3118:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2101:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2103:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2104:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual bool wxModule_php::OnInit()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2163:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3182:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2165:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "OnInit", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3191:73: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxWindow*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxWindow_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3106:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3109:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2203:30: error: 'Z_BVAL_P' was not declared in this scope return Z_BVAL_P(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2164:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3150:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2166:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2167:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetUserData(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3237:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxModule___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2268:83: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxModule*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2219:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2222:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2231:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3225:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3228:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2334:1: error: 'zend_object_value' does not name a type zend_object_value php_wxProcess_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3232:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3269:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_CloseOutput(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2391:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetState(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3333:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2379:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2382:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2386:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2423:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3321:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3324:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3328:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_Detach(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2488:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3365:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetSpacerPixels(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3429:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2476:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2479:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2483:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2520:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3417:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_Exists(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2585:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3420:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3424:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3461:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetSizerItem(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3525:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2573:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2576:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2580:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2618:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3589:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_GetErrorStream(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2688:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3598:76: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxSizerItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxSizerItem_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3513:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3516:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3557:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2752:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2761:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxInputStream*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxInputStream_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetShortHelp(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3644:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2676:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2679:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2720:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_GetInputStream(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2808:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3704:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string0, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3632:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3635:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2872:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3639:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2881:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxInputStream*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxInputStream_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3676:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2796:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2799:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetProportion(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3746:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2840:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_GetOutputStream(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2928:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3734:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3737:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3741:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2992:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3778:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3001:79: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxOutputStream*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxOutputStream_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetMinSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3842:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2916:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2919:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2960:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3903:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_GetPid(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3048:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3912:71: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxSize*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxSize_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3830:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3036:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3833:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3039:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3874:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3043:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3080:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetLongHelp(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3958:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_IsErrorAvailable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3145:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3133:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4018:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string0, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3136:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3140:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3946:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3177:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3949:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3953:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_IsInputOpened(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3242:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:3990:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetLabel(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4060:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3230:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3233:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3237:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3274:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4120:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string0, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_Kill(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3339:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4048:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4051:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4055:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4092:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetKind(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4163:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3327:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3330:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3334:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3374:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4151:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4154:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_IsInputAvailable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3470:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4158:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4195:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3458:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetId(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4260:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3461:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3465:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3502:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual void wxProcess_php::OnTerminate(int, int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3561:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4248:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3565:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4251:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3567:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "OnTerminate", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4255:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4292:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3598:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetHoverBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4356:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3566:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3568:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3569:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4417:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4426:73: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxBitmap*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxBitmap_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_Redirect(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3653:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4344:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4347:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3641:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4388:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3644:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3648:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3685:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetDisabledBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4472:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess_Open(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3750:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4533:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4542:73: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxBitmap*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxBitmap_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4460:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4463:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3821:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4504:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3830:74: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxProcess*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxProcess_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4588:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3853:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3862:74: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxProcess*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxProcess_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3738:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3741:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4649:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3785:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4658:73: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxBitmap*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxBitmap_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4576:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4579:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxProcess___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3925:106: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxEvtHandler*) zend_object_store_get_object(parent0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4620:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_GetAlignment(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4704:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4692:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4695:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4699:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4736:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBarItem_Assign(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4801:91: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBarItem*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4849:105: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(c0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4849:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(c0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4792:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4796:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4835:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4943:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBarArt_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual wxAuiToolBarArt* wxAuiToolBarArt_php::Clone()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4993:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4995:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "Clone", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5035:101: error: 'zend_object_store_get_object' was not declared in this scope return_object = (void*) ((zo_wxAuiToolBarArt*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5039:76: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarArt*) zend_object_store_get_object(return_value TSRMLS_CC))->is_user_initialized = 0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4994:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:4996:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::DrawBackground(wxDC&, wxWindow*, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5065:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5069:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5071:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawBackground", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5078:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5106:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5070:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5072:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5073:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::DrawButton(wxDC&, wxWindow*, const wxAuiToolBarItem&, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5146:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5150:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5152:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5159:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5189:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5151:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5153:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5154:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::DrawControlLabel(wxDC&, wxWindow*, const wxAuiToolBarItem&, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5229:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5233:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5235:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawControlLabel", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5242:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5272:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5234:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5236:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5237:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::DrawDropDownButton(wxDC&, wxWindow*, const wxAuiToolBarItem&, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5312:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5316:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5318:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawDropDownButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5325:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5355:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5317:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5319:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5320:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::DrawGripper(wxDC&, wxWindow*, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5395:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5399:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5401:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawGripper", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5408:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5436:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5400:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5402:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5403:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::DrawLabel(wxDC&, wxWindow*, const wxAuiToolBarItem&, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5476:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5480:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5482:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawLabel", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5489:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5519:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5481:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5483:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4028:84: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxProcess*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5484:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3896:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:3911:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::DrawOverflowButton(wxDC&, wxWindow*, const wxRect&, int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5559:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5563:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4094:1: error: 'zend_object_value' does not name a type zend_object_value php_wxSingleInstanceChecker_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5565:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawOverflowButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5572:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxSingleInstanceChecker_Create(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4151:98: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxSingleInstanceChecker*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5601:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5564:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4139:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5566:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4142:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5567:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4146:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4187:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::DrawSeparator(wxDC&, wxWindow*, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5641:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxSingleInstanceChecker_CreateDefault(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4268:98: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxSingleInstanceChecker*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5645:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5647:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawSeparator", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5654:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4256:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4259:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5682:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4263:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4300:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxSingleInstanceChecker_IsAnotherRunning(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4365:98: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxSingleInstanceChecker*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5646:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5648:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5649:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4353:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4356:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual int wxAuiToolBarArt_php::GetElementSize(int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5722:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4360:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5726:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4397:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5728:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetElementSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5758:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5727:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In function 'void zim_php_wxSingleInstanceChecker___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4550:98: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxSingleInstanceChecker*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5729:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4449:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4452:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5730:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4467:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:4480:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual unsigned int wxAuiToolBarArt_php::GetFlags()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5798:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5800:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetFlags", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5799:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5801:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5802:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual wxFont wxAuiToolBarArt_php::GetFont()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5860:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5862:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5902:92: error: 'zend_object_store_get_object' was not declared in this scope return_object = (void*) ((zo_wxFont*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5906:67: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxFont*) zend_object_store_get_object(return_value TSRMLS_CC))->is_user_initialized = 0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5861:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5863:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual wxSize wxAuiToolBarArt_php::GetLabelSize(wxDC&, wxWindow*, const wxAuiToolBarItem&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5932:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5936:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5938:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetLabelSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5945:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5973:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5937:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:5939:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual int wxAuiToolBarArt_php::GetTextOrientation()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6023:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6025:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetTextOrientation", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6024:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6026:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6027:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual wxSize wxAuiToolBarArt_php::GetToolSize(wxDC&, wxWindow*, const wxAuiToolBarItem&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6085:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6089:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6091:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetToolSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6098:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6126:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6090:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6092:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::SetElementSize(int, int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6176:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6180:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6182:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetElementSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6213:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6181:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6183:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6184:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::SetFlags(unsigned int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6253:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6257:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6259:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetFlags", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6289:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6258:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6260:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6261:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::SetFont(const wxFont&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6329:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6333:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6335:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6342:67: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxFont*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxFont_php*) &font; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6366:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6334:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6336:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6337:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiToolBarArt_php::SetTextOrientation(int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6406:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6410:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6412:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetTextOrientation", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6442:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6411:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6413:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6414:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6510:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiDefaultToolBarArt_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_CloneMethod(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6566:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6630:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6639:80: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarArt*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarArt_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6554:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6557:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6598:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_DrawBackground(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6685:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6737:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6754:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6771:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6771:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6676:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6680:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6723:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_DrawButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6845:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6899:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6916:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6933:108: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6933:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6950:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6950:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6836:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6840:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:6885:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_DrawControlLabel(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7025:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7079:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7096:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7113:108: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7113:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7130:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7130:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7016:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7020:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7065:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_DrawDropDownButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7205:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7259:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7276:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7293:108: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7293:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7310:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7310:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7196:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7200:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7245:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_DrawGripper(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7385:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7437:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7454:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7471:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7471:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7376:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7380:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7423:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_DrawLabel(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7545:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7599:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7616:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7633:108: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7633:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7650:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7650:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7536:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7540:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7585:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_DrawOverflowButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7725:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7778:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7795:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual bool wxEventLoopBase_php::Dispatch()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:193:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual bool wxEventLoopBase_php::Pending() const': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:1026:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp: In member function 'virtual bool wxModule_php::OnInit()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/appmanagement.cpp:2205:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7812:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7812:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7716:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7720:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7764:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_DrawSeparator(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7886:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7938:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7955:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7972:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7972:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7877:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7881:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:7924:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_GetElementSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8046:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8034:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8037:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8041:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8079:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_GetFlags(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8147:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8135:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8138:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8142:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8179:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_GetFont(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8243:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8305:86: error: 'zend_object_store_get_object' was not declared in this scope zo_wxFont* zo0 = (zo_wxFont*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8231:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8234:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8238:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8275:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_GetLabelSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8347:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8399:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8416:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ make: *** [src/appmanagement.lo] Error 1 /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8433:108: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8433:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8469:86: error: 'zend_object_store_get_object' was not declared in this scope zo_wxSize* zo3 = (zo_wxSize*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8338:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8342:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8385:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_GetTextOrientation(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8514:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8502:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8505:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8509:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8546:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_GetToolSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8610:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8662:94: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(dc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8679:99: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8696:108: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8696:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiToolBarItem*) zend_object_store_get_object(item0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8732:86: error: 'zend_object_store_get_object' was not declared in this scope zo_wxSize* zo3 = (zo_wxSize*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8601:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8605:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8648:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_SetElementSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8777:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8765:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8768:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8772:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8811:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_SetFlags(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8879:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8867:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8870:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8874:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8912:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_SetFont(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8980:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9028:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9028:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8971:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:8975:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9014:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt_SetTextOrientation(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9100:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9088:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9091:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9095:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9133:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDefaultToolBarArt___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9237:97: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDefaultToolBarArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9188:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9191:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9200:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9272:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiToolBar_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9365:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(parent1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9382:103: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(position1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9382:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(position1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9399:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9399:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9515:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9319:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9338:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9351:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_AddControl(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9559:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9609:104: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxControl*) zend_object_store_get_object(control0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9648:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9657:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9684:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9693:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9550:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9595:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_AddLabel(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9740:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9812:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9821:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9847:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9856:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9882:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return3->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9891:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return3; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9728:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9731:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9776:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_AddSeparator(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9937:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10001:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10010:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9925:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9928:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:9969:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_AddSpacer(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10056:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10125:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10134:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10044:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10047:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10089:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_AddStretchSpacer(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10180:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10249:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10258:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10284:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10293:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10168:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10171:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10213:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_Clear(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10339:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10327:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10330:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10334:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10371:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_ClearTools(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10435:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10423:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10426:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10430:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10467:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_DeleteByIndex(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10531:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10519:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10522:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10526:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10564:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_DeleteTool(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10632:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10620:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10623:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10627:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10665:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_EnableTool(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10733:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10721:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10724:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10728:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10767:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_ToggleTool(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10835:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10823:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10826:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10830:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10869:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetWindowStyleFlag(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10938:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10926:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10929:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10933:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:10971:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolTextOrientation(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11039:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11027:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11030:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11034:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11072:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolSticky(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11140:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11128:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11131:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11135:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11174:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolShortHelp(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11242:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11230:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11233:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11237:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11277:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolSeparation(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11345:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11333:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11336:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11340:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11378:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolProportion(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11446:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11434:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11437:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11441:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11480:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolPacking(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11548:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11536:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11539:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11543:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11581:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolLongHelp(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11649:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11637:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11640:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11644:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11684:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolLabel(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11752:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11740:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11743:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11747:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11787:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolDropDown(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11856:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11844:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11847:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11851:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11890:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolBorderPadding(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11958:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11946:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11949:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11953:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:11991:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolBitmapSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12059:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12107:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12107:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12050:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12054:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12093:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetToolBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12179:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12228:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12228:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12170:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12174:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12214:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetOverflowVisible(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12300:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12288:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12291:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12295:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12333:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetMargins(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12401:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12493:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12493:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12392:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12396:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12445:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12462:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12479:2: warning: label 'overload2' defined but not used [-Wunused-label] overload2: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetGripperVisible(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12603:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12591:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12594:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12598:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12636:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_SetFont(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12705:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12753:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12753:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12696:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12700:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12739:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_Realize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12825:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12813:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12816:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12820:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12857:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_IsPaneValid(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12921:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12969:105: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12969:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12912:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12916:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:12955:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetWindowStyleFlag(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13042:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13030:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13033:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13037:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13074:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolToggled(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13138:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13126:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13129:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13133:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13171:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolTextOrientation(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13239:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13227:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13230:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13234:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13271:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolSticky(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13335:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13323:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13326:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13330:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13368:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolShortHelp(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13436:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13501:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13424:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13427:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13431:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13469:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolSeparation(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13543:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13531:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13534:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13538:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13575:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_FindControl(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13639:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13708:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13717:74: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxControl*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxControl_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13627:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13630:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13672:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_FindTool(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13763:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13832:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13841:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13751:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13754:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13796:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_FindToolByIndex(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13887:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13956:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13965:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13875:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13878:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13920:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_FindToolByPosition(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14011:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14081:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14090:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:13999:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14002:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14045:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetArtProvider(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14136:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14200:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14209:80: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarArt*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarArt_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14124:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14127:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14168:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetGripperVisible(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14255:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14243:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14246:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14250:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14287:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetHintSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14352:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14418:86: error: 'zend_object_store_get_object' was not declared in this scope zo_wxSize* zo1 = (zo_wxSize*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14340:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14343:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14347:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14385:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetOverflowVisible(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14460:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14448:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14451:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14455:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14492:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolBarFits(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14556:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14544:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14547:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14551:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14588:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14652:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14719:90: error: 'zend_object_store_get_object' was not declared in this scope zo_wxBitmap* zo1 = (zo_wxBitmap*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14640:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14643:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14647:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14685:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolBitmapSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14761:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14822:86: error: 'zend_object_store_get_object' was not declared in this scope zo_wxSize* zo0 = (zo_wxSize*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14749:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14752:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14756:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14793:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolBorderPadding(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14864:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14852:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14855:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14859:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14896:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolCount(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14960:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14948:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14951:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14955:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:14992:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolDropDown(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15057:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15045:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15048:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15052:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15090:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolEnabled(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15158:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15146:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15149:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15153:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15191:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolFits(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15259:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15247:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15250:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15254:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15292:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolFitsByIndex(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15360:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15348:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15351:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15355:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15393:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolIndex(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15461:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15449:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15452:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15456:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15494:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolLabel(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15562:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15627:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15550:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15553:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15557:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15595:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolLongHelp(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15669:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15734:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15657:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15660:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15664:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15702:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolPacking(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15776:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15764:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15767:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15771:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15808:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolPos(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15872:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15860:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15863:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15867:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15905:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolProportion(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15973:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15961:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15964:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:15968:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16006:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_GetToolRect(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16074:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16141:86: error: 'zend_object_store_get_object' was not declared in this scope zo_wxRect* zo1 = (zo_wxRect*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16062:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16065:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16069:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16107:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiToolBar_AddTool(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16183:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiToolBar*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16267:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16267:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16301:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16301:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16318:111: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(disabled_bitmap1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16318:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(disabled_bitmap1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16335:107: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxObject*) zend_object_store_get_object(client_data1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16369:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16369:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16386:111: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(disabled_bitmap2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16386:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(disabled_bitmap2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16403:107: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxObject*) zend_object_store_get_object(client_data2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16442:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return3->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16451:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return3; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16478:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return4->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16487:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return4; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16514:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return5->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16523:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return5; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16557:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return8->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16566:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return8; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16602:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return3->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16611:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return3; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16639:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return4->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16648:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return4; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16676:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return5->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16685:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return5; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16714:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return6->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16723:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return6; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16752:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return7->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16761:81: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiToolBarItem*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiToolBarItem_php*) value_to_return7; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16174:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16253:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16801:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiNotebook_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16881:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(parent0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16898:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(pos0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16898:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(pos0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16915:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16915:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17044:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16848:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:16867:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_Split(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17089:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17077:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17080:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17084:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17123:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_ShowWindowMenu(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17192:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17180:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17183:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17187:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17224:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetUniformBitmapSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17289:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17337:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17337:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17280:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17284:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17323:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetTabCtrlHeight(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17410:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17398:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17401:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17405:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17443:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetSelectedFont(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17512:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17560:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17560:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17503:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17507:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17546:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetPageText(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17633:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17621:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17624:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17628:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17668:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetPageImage(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17737:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17725:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17728:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17732:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17771:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetPageBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17840:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17889:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17889:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17831:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17835:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17875:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetNormalFont(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17962:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18010:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18010:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17953:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17957:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:17996:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetMeasuringFont(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18083:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18131:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18131:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18074:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18078:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18117:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetFont(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18204:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18252:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18252:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxFont*) zend_object_store_get_object(font0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18195:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18199:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18238:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetArtProvider(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18325:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18373:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiTabArt*) zend_object_store_get_object(art0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18316:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18320:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18359:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_RemovePage(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18446:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18434:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18437:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18441:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18479:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetTabCtrlHeight(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18548:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18536:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18539:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18543:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18580:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetSelection(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18645:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18633:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18636:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18640:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18677:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetPageText(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18742:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18807:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18730:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18733:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18737:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18775:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetPageIndex(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18850:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18898:104: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(page_wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18841:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18845:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18884:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetPageCount(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18971:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18959:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18962:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:18966:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19003:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetPageBitmap(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19068:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19135:90: error: 'zend_object_store_get_object' was not declared in this scope zo_wxBitmap* zo1 = (zo_wxBitmap*) zend_object_store_get_object(return_value TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19056:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19059:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19063:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19101:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetPage(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19178:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19247:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19256:73: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxWindow*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxWindow_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19166:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19169:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19211:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetHeightForPageHeight(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19303:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19291:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19294:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19298:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19336:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetCurrentPage(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19405:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19469:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19478:73: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxWindow*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxWindow_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19393:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19396:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19437:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_GetArtProvider(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19525:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19589:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19598:76: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiTabArt*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiTabArt_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19513:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19516:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19557:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_DeletePage(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19645:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19633:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19636:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19640:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19678:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_DeleteAllPages(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19747:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19735:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19738:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19742:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19779:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_Create(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19844:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19898:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(parent0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19915:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(pos0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19915:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(pos0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19932:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19932:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19835:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19839:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:19884:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_ChangeSelection(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20062:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20050:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20053:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20057:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20095:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_AdvanceSelection(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20164:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20152:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20155:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20159:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20197:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_AddPage(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20278:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20331:100: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(page0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20348:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20348:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(bitmap0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20269:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20273:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20317:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiNotebook_SetSelection(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20448:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiNotebook*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20436:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20439:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20443:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20481:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20571:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiTabArt_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::SetSizingInfo(const wxSize&, size_t)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20622:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20626:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20628:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetSizingInfo", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20635:67: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxSize*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxSize_php*) &tab_ctrl_size; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20660:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20627:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20629:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20630:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::SetSelectedFont(const wxFont&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20701:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20705:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20707:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetSelectedFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20714:67: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxFont*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxFont_php*) &font; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20738:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20706:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20708:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20709:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::SetNormalFont(const wxFont&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20779:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20783:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20785:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetNormalFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20792:67: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxFont*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxFont_php*) &font; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20816:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20784:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20786:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20787:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::SetMeasuringFont(const wxFont&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20857:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20861:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20863:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetMeasuringFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20870:67: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxFont*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxFont_php*) &font; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20894:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20862:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20864:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20865:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::SetFlags(unsigned int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20935:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20939:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20941:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetFlags", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20971:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20940:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20942:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:20943:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::SetColour(const wxColour&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21012:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21016:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21018:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetColour", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21025:69: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxColour*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxColour_php*) &colour; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21049:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21017:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21019:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21020:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::SetActiveColour(const wxColour&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21090:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21094:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21096:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetActiveColour", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21103:69: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxColour*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxColour_php*) &colour; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21127:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21095:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21097:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21098:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual wxSize wxAuiTabArt_php::GetTabSize(wxDC&, wxWindow*, const wxString&, const wxBitmap&, bool, int, int*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21168:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21172:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21174:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetTabSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21181:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21216:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21173:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual int wxAuiTabArt_php::GetIndentSize()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21267:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21269:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetIndentSize", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21268:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21270:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21271:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::DrawButton(wxDC&, wxWindow*, const wxRect&, int, int, int, wxRect*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21330:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21334:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21336:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21343:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21376:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21335:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21337:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21338:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiTabArt_php::DrawBackground(wxDC&, wxWindow*, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21417:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21421:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21423:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawBackground", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21430:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21458:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21422:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21424:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21425:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual wxAuiTabArt* wxAuiTabArt_php::Clone()': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21499:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21501:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "Clone", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21541:97: error: 'zend_object_store_get_object' was not declared in this scope return_object = (void*) ((zo_wxAuiTabArt*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21545:72: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiTabArt*) zend_object_store_get_object(return_value TSRMLS_CC))->is_user_initialized = 0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21500:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21502:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21599:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiDockArt_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiDockArt___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21692:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiDockArt*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21643:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21646:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21655:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::SetMetric(int, int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21731:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21735:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21737:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetMetric", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21768:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21736:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21738:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21739:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::SetFont(int, const wxFont&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21809:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21813:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21815:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21823:67: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxFont*) zend_object_store_get_object(arguments[1] TSRMLS_CC))->native_object = (wxFont_php*) &font; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21847:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21814:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21816:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21817:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual int wxAuiDockArt_php::GetMetric(int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21888:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21892:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21894:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetMetric", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21924:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21893:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21895:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21896:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::SetColour(int, const wxColour&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21965:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21969:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21971:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "SetColour", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21979:69: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxColour*) zend_object_store_get_object(arguments[1] TSRMLS_CC))->native_object = (wxColour_php*) &colour; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22003:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21970:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21972:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:21973:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual wxFont wxAuiDockArt_php::GetFont(int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22044:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22048:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22050:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetFont", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22080:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22100:92: error: 'zend_object_store_get_object' was not declared in this scope return_object = (void*) ((zo_wxFont*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22104:67: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxFont*) zend_object_store_get_object(return_value TSRMLS_CC))->is_user_initialized = 0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22049:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22051:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual wxColour wxAuiDockArt_php::GetColour(int)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22131:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22135:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22137:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "GetColour", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22167:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22187:94: error: 'zend_object_store_get_object' was not declared in this scope return_object = (void*) ((zo_wxColour*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22191:69: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxColour*) zend_object_store_get_object(return_value TSRMLS_CC))->is_user_initialized = 0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22136:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22138:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::DrawSash(wxDC&, wxWindow*, int, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22218:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22222:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22224:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawSash", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22231:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22260:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22223:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22225:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22226:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::DrawPaneButton(wxDC&, wxWindow*, int, int, const wxRect&, wxAuiPaneInfo&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22301:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22305:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22307:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawPaneButton", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22314:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22346:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22306:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22308:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22309:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::DrawGripper(wxDC&, wxWindow*, const wxRect&, wxAuiPaneInfo&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22387:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22391:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22393:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawGripper", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22400:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22430:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22392:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22394:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22395:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::DrawCaption(wxDC&, wxWindow*, const wxString&, const wxRect&, wxAuiPaneInfo&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22471:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22475:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22477:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawCaption", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22484:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22518:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22476:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22479:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::DrawBorder(wxDC&, wxWindow*, const wxRect&, wxAuiPaneInfo&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22559:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22563:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22565:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawBorder", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22572:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22602:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22564:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22566:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22567:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual void wxAuiDockArt_php::DrawBackground(wxDC&, wxWindow*, int, const wxRect&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22643:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22647:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22649:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "DrawBackground", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22656:65: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxDC_php*) &dc; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22685:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22648:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22650:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22651:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22722:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiManager_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22795:107: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(managed_wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22863:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22769:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22781:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_Update(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22908:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22896:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22899:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22903:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22940:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_UnInit(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23005:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22993:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:22996:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23000:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23037:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_ShowHint(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23102:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23150:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23150:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxRect*) zend_object_store_get_object(rect0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23093:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23097:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23136:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_SetManagedWindow(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23223:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23271:107: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(managed_wnd0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23214:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23218:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23257:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_SetDockSizeConstraint(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23344:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23332:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23335:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23339:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23378:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_SetFlags(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23447:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23435:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23438:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23442:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23480:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_SetArtProvider(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23549:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23597:112: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiDockArt*) zend_object_store_get_object(art_provider0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23540:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23544:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23583:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_SavePerspective(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23670:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23730:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string0, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23658:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23661:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23665:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23702:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_SavePaneInfo(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23773:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23821:105: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23821:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23856:5: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(return_value, temp_string1, 1); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23764:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23768:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23807:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In member function 'virtual bool wxAuiManager_php::ProcessDockResult(wxAuiPaneInfo&, const wxAuiPaneInfo&)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23894:31: error: 'ALLOC_INIT_ZVAL' was not declared in this scope ALLOC_INIT_ZVAL(arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23898:28: error: 'MAKE_STD_ZVAL' was not declared in this scope MAKE_STD_ZVAL(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23900:2: error: 'ZVAL_STRING' was not declared in this scope ZVAL_STRING(&function_name, "ProcessDockResult", 0); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23907:74: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(arguments[0] TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) ⌖ ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23933:30: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_ptr_dtor(zval*)' zval_ptr_dtor(&arguments[i]); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23951:31: error: 'Z_BVAL_P' was not declared in this scope return Z_BVAL_P(return_value); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23899:7: warning: unused variable 'function_name' [-Wunused-variable] zval function_name; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23901:8: warning: unused variable 'temp_string' [-Wunused-variable] char* temp_string; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23902:8: warning: unused variable 'return_object' [-Wunused-variable] void* return_object; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_LoadPerspective(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23988:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23976:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23979:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:23983:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24023:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_LoadPaneInfo(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24104:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24154:105: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24154:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24095:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24099:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24140:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_InsertPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24227:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24278:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(window0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24295:116: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(insert_location0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24295:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(insert_location0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24218:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24222:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24264:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_HideHint(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24383:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24371:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24374:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24378:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24415:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_GetPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24480:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24549:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(window1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24585:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24594:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24624:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24633:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24471:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24518:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24535:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_GetManager(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24681:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24729:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(window0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24768:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24777:77: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiManager*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiManager_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24672:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24715:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_GetManagedWindow(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24821:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24885:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24894:73: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxWindow*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxWindow_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24809:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24812:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24853:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_GetFlags(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24941:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24929:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24932:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24936:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:24973:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_GetDockSizeConstraint(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25038:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25026:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25029:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25033:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25074:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_GetArtProvider(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25158:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25222:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25231:77: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiDockArt*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiDockArt_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25146:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25149:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25190:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_DetachPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25278:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25326:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(window0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25269:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25273:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25312:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManager_AddPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25399:87: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManager*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25464:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(window0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25481:110: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane_info0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25481:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane_info0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25498:103: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(drop_pos0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25498:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(drop_pos0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25532:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(window1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25566:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(window2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25583:110: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane_info2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25583:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane_info2 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25390:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25394:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25450:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25746:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiPaneInfo_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25820:102: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(c0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25820:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(c0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25896:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25793:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25806:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Window(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25941:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25989:97: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxWindow*) zend_object_store_get_object(w0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26025:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26034:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25932:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:25975:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_TopDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26082:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26148:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26157:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26180:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26189:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26070:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26073:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26115:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Top(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26236:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26297:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26306:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26224:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26227:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26268:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_ToolbarPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26353:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26414:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26423:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26341:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26344:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26385:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Show(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26470:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26536:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26545:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26568:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26577:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26458:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26461:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26503:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_SetFlag(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26624:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26691:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26700:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26612:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26615:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26658:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_SafeSet(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26747:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26795:107: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(source0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26795:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(source0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26738:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26742:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26781:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Row(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26867:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26933:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26942:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26855:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26858:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26900:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_RightDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26989:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27055:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27064:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27087:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27096:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26977:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:26980:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27022:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Right(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27143:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27204:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27213:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27131:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27134:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27175:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Resizable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27260:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27326:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27335:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27358:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27367:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27248:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27251:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27293:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Position(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27414:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27480:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27489:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27402:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27405:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27447:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_PinButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27536:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27602:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27611:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27634:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27643:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27524:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27527:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27569:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_PaneBorder(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27690:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27756:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27765:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27788:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27797:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27678:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27681:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27723:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Name(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27844:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27911:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27920:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27832:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27835:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27878:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Movable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27967:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28033:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28042:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28065:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28074:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27955:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:27958:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28000:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_MinimizeButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28121:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28187:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28196:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28219:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28228:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28109:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28112:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28154:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_MinSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28275:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28344:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28344:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28380:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28389:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28419:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28428:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28266:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28330:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28313:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_MaximizeButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28476:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28542:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28551:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28574:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28583:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28464:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28467:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28509:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_MaxSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28630:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28699:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28699:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28735:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28744:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28774:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28783:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28621:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28668:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28685:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_LeftDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28831:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28897:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28906:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28929:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28938:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28819:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28822:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28864:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Left(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28985:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29046:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29055:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28973:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:28976:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29017:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Layer(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29102:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29168:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29177:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29090:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29093:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29135:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsTopDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29224:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29212:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29215:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29219:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29256:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsToolbar(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29321:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29309:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29312:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29316:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29353:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsShown(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29418:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29406:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29409:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29413:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29450:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsRightDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29515:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29503:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29506:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29510:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29547:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsResizable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29612:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29600:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29603:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29607:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29644:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsOk(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29709:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29697:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29700:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29704:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29741:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsMovable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29806:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29794:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29797:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29801:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29838:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsLeftDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29903:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29891:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29894:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29898:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29935:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsFloating(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30000:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29988:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29991:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:29995:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30032:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsFloatable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30097:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30085:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30088:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30092:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30129:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsFixed(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30194:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30182:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30185:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30189:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30226:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsDocked(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30291:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30279:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30282:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30286:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30323:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30388:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30376:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30379:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30383:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30420:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_IsBottomDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30485:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30473:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30476:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30480:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30517:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Icon(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30582:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30630:97: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(b0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30630:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxBitmap*) zend_object_store_get_object(b0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30666:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30675:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30573:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30616:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Hide(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30723:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30784:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30793:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30711:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30714:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30755:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasPinButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30840:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30828:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30831:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30835:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30872:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasMinimizeButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30937:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30925:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30928:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30932:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:30969:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasMaximizeButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31034:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31022:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31025:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31029:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31066:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasGripperTop(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31131:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31119:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31122:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31126:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31163:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasGripper(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31228:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31216:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31219:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31223:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31260:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasFlag(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31325:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31313:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31316:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31320:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31358:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasCloseButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31427:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31415:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31418:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31422:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31459:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasCaption(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31524:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31512:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31515:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31519:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31556:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_HasBorder(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31621:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31609:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31612:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31616:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31653:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_GripperTop(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31718:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31784:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31793:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31816:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31825:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31706:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31709:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31751:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Gripper(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31872:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31938:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31947:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31970:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31979:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31860:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31863:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:31905:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_FloatingSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32026:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32095:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32095:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32131:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32140:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32170:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32179:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32017:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32081:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32064:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_FloatingPosition(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32227:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32296:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(pos1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32296:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxPoint*) zend_object_store_get_object(pos1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32332:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32341:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32371:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32380:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32218:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32265:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32282:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Floatable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32428:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32494:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32503:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32526:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32535:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32416:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32419:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32461:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Float(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32582:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32643:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32652:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32570:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32573:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32614:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Fixed(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32699:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32760:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32769:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32687:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32690:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32731:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Dockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32816:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32882:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32891:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32914:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32923:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32804:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32807:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32849:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_DockFixed(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32970:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33036:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33045:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33068:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33077:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32958:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:32961:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33003:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Dock(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33124:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33185:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33194:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33112:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33115:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33156:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Direction(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33241:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33307:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33316:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33229:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33232:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33274:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_DestroyOnClose(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33363:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33429:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33438:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33461:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33470:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33351:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33354:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33396:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_DefaultPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33517:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33578:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33587:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33505:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33508:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33549:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_CloseButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33634:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33700:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33709:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33732:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33741:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33622:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33625:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33667:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_CentrePane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33788:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33849:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33858:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33776:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33779:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33820:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Centre(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33905:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33966:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33975:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33893:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33896:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:33937:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_CenterPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34022:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34083:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34092:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34010:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34013:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34054:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Center(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34139:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34200:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34209:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34127:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34130:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34171:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_CaptionVisible(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34256:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34322:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34331:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34354:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34363:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34244:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34247:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34289:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Caption(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34410:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34477:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34486:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34398:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34401:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34444:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_BottomDockable(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34533:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34599:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34608:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34631:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34640:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34521:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34524:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34566:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_Bottom(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34687:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34748:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34757:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34675:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34678:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34719:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiPaneInfo_BestSize(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34804:88: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiPaneInfo*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34873:98: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34873:24: warning: unused variable 'argument_type' [-Wunused-variable] wxphp_object_type argument_type = ((zo_wxSize*) zend_object_store_get_object(size1 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34909:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return2->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34918:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return2; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34948:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return1->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34957:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return1; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34795:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34842:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:34859:2: warning: label 'overload1' defined but not used [-Wunused-label] overload1: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: At global scope: /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35026:1: error: 'zend_object_value' does not name a type zend_object_value php_wxAuiManagerEvent_new(zend_class_entry *class_type TSRMLS_DC) ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent___construct(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35135:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35070:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35073:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35083:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_Veto(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35180:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35168:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35171:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35175:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35213:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_SetPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35294:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35342:105: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiPaneInfo*) zend_object_store_get_object(pane0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35285:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35289:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35328:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_SetManager(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35415:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35463:107: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxAuiManager*) zend_object_store_get_object(manager0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35406:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35410:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35449:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_SetDC(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35535:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35583:95: error: 'zend_object_store_get_object' was not declared in this scope wxphp_object_type argument_type = ((zo_wxDC*) zend_object_store_get_object(pdc0 TSRMLS_CC))->object_type; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35526:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35530:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35569:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_SetCanVeto(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35656:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35644:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35647:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35651:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35689:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_SetButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35758:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35746:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35749:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35753:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35791:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_GetVeto(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35859:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35847:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35850:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35854:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35891:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_GetPane(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35955:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36019:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36028:78: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiPaneInfo*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiPaneInfo_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35943:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35946:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:35987:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_GetManager(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36074:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36138:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36147:77: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxAuiManager*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxAuiManager_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36062:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36065:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36106:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_GetDC(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36193:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36257:45: error: cannot convert 'zval** {aka _zval_struct**}' to 'zval* {aka _zval_struct*}' for argument '1' to 'void zval_add_ref(zval*)' zval_add_ref(&value_to_return0->phpObj); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36266:69: error: 'zend_object_store_get_object' was not declared in this scope ((zo_wxDC*) zend_object_store_get_object(return_value TSRMLS_CC))->native_object = (wxDC_php*) value_to_return0; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36181:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36184:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36225:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_GetButton(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36312:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36300:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36303:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36307:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36344:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp: In function 'void zim_php_wxAuiManagerEvent_CanVeto(zend_execute_data*, zval*)': /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36408:92: error: 'zend_object_store_get_object' was not declared in this scope current_object = (zo_wxAuiManagerEvent*) zend_object_store_get_object(getThis() TSRMLS_CC); ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36396:8: warning: unused variable 'argument_native_object' [-Wunused-variable] void* argument_native_object = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36399:8: warning: unused variable 'dummy' [-Wunused-variable] zval* dummy = NULL; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36403:7: warning: unused variable 'return_is_user_initialized' [-Wunused-variable] bool return_is_user_initialized = false; ^ /builddir/build/BUILD/php-pecl-wxwidgets-3.0.2.0/NTS/src/aui.cpp:36440:2: warning: label 'overload0' defined but not used [-Wunused-label] overload0: ^ make: *** [src/aui.lo] Error 1 RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.g3QmSz (%build) Bad exit status from /var/tmp/rpm-tmp.g3QmSz (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 89, in trace result = func(*args, **kw) File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 582, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target armv7hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/php-pecl-wxwidgets.spec