OS X Compilation (again!)

David A. Riggs david.a.riggs at gmail.com
Thu Jan 16 02:56:22 GMT 2014


On Wed, Jan 15, 2014 at 6:21 PM, Olly Betts <olly at survex.com> wrote:
>
> Does dropping --static help?  i.e.:
>
> /usr/local/bin/wx-config --libs --cflags --cxxflags core,gl,html
>
> If so, the disk image the script builds won't be self-contained, but the
> build shouldn't otherwise be affected by using a dynamically linked wx
> (and it's better in many ways).

Yes, removing '--static' from `buildmacosx.sh` did allow it to work
with my Homebrew version of wx!

The bad news is that Survex wouldn't compile with either the brewed wx
3.0.0.0 or 2.9.5.0. I also used some Homebrew magic to attempt to roll
all the way back to wx 2.8.10, but that old "recipe" failed to invoke
the `clang` compiler properly, and would not install on OS X
Mavericks.

I've attached the build log for compiling with --no-install-wx against
my Homebrewed wx 3.0.0 (previous attachment had a .log extension, and
my email client apparently gave it a "application/octet-stream"
mimetype). This is probably useless since Survex isn't ported to wx
3.0 in general.

I'll carry on attempting to find a solution to getting a successfully
compiled wx 2.8 on OS X Mavericks.

Thanks again for your help!

- DR

-- 
David A. Riggs <david.a.riggs at gmail.com>
-------------- next part --------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... i386-apple-darwin13.0.2
checking host system type... i386-apple-darwin13.0.2
checking for gcc... gcc -arch i386
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 gcc -arch i386 accepts -g... yes
checking for gcc -arch i386 option to accept ISO C89... none needed
checking whether gcc -arch i386 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc -arch i386... gcc3
checking how to run the C preprocessor... gcc -arch i386 -E
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -arch i386 accepts -g... yes
checking dependency style of g++ -arch i386... gcc3
checking how to run the C++ preprocessor... g++ -arch i386 -E
checking for inline... inline
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 whether byte ordering is bigendian... no
checking for strip... /usr/bin/strip
checking for sqrt in -lm... yes
checking for X... no
checking for XF86VidModeQueryVersion in -lXxf86vm... no
checking for gluProject in -lGLU... no
checking for glPushMatrix in -lGL... no
checking for GL/gl.h... no
checking for OpenGL/gl.h... yes
checking for GL/glext.h... no
checking for OpenGL/glext.h... no
checking size of wxChar... 4
checking for avcodec_register_all in -lavcodec... no
checking for pj_init_plus in -lproj... no
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for int16_t... yes
checking for int32_t... yes
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking whether lround is declared... yes
checking for popen... yes
checking for signal... yes
checking for getpwuid... yes
checking for lround... yes
checking for strcasecmp... yes
checking for hypot... yes
checking for lstat... yes
checking for difftime... yes
checking for getc_unlocked... yes
checking for putc_unlocked... yes
checking for setenv... yes
checking for unsetenv... yes
checking for strcasecmp... (cached) yes
checking how to compare strings ignoring case... strcasecmp
checking for sgmltools v2 or v3... not found
checking for docbook-to-man... not found
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/icons/Makefile
config.status: creating tests/Makefile
config.status: creating vim/Makefile
config.status: creating survex.iss
config.status: creating doc/index.htm
config.status: creating doc/survex.7
config.status: creating doc/version.ent
config.status: creating survex.spec
config.status: creating src/svxedit
config.status: creating lib/survex.keys
config.status: creating lib/Info.plist
config.status: creating config.h
config.status: executing depfiles commands
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in lib
Making all in icons
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in src
/Library/Developer/CommandLineTools/usr/bin/make  all-am
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT cad3d.o -MD -MP -MF .deps/cad3d.Tpo -c -o cad3d.o cad3d.c
cad3d.c:202:10: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign]
   layer = layer;
   ~~~~~ ^ ~~~~~
cad3d.c:208:6: warning: explicitly assigning a variable of type 'const img_point *' to itself [-Wself-assign]
   p = p; /* unused */
   ~ ^ ~
cad3d.c:288:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:289:7: warning: explicitly assigning a variable of type 'const img_point *' to itself [-Wself-assign]
   p1 = p1; /* unused */
   ~~ ^ ~~
cad3d.c:296:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:313:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:454:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:455:7: warning: explicitly assigning a variable of type 'const img_point *' to itself [-Wself-assign]
   p1 = p1; /* unused */
   ~~ ^ ~~
cad3d.c:463:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:474:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:515:10: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign]
   layer = layer;
   ~~~~~ ^ ~~~~~
cad3d.c:531:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:532:7: warning: explicitly assigning a variable of type 'const img_point *' to itself [-Wself-assign]
   p1 = p1; /* unused */
   ~~ ^ ~~
cad3d.c:543:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:555:13: warning: explicitly assigning a variable of type 'SVXBOOL' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
cad3d.c:556:6: warning: explicitly assigning a variable of type 'const img_point *' to itself [-Wself-assign]
   p = p; /* unused */
   ~ ^ ~
16 warnings generated.
mv -f .deps/cad3d.Tpo .deps/cad3d.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT useful.o -MD -MP -MF .deps/useful.Tpo -c -o useful.o useful.c
mv -f .deps/useful.Tpo .deps/useful.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT img_hosted.o -MD -MP -MF .deps/img_hosted.Tpo -c -o img_hosted.o img_hosted.c
mv -f .deps/img_hosted.Tpo .deps/img_hosted.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
mv -f .deps/hash.Tpo .deps/hash.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.o cmdline.c
mv -f .deps/cmdline.Tpo .deps/cmdline.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT message.o -MD -MP -MF .deps/message.Tpo -c -o message.o message.c
mv -f .deps/message.Tpo .deps/message.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT filename.o -MD -MP -MF .deps/filename.Tpo -c -o filename.o filename.c
mv -f .deps/filename.Tpo .deps/filename.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT osdepend.o -MD -MP -MF .deps/osdepend.Tpo -c -o osdepend.o osdepend.c
mv -f .deps/osdepend.Tpo .deps/osdepend.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT z_getopt.o -MD -MP -MF .deps/z_getopt.Tpo -c -o z_getopt.o z_getopt.c
z_getopt.c:395:10: warning: unused parameter 'argc' [-Wunused-parameter]
     int argc;
         ^
z_getopt.c:396:19: warning: unused parameter 'argv' [-Wunused-parameter]
     char *const *argv;
                  ^
z_getopt.c:1188:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes]
getopt (argc, argv, optstring)
^
3 warnings generated.
mv -f .deps/z_getopt.Tpo .deps/z_getopt.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
gcc -arch i386 -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2   -o cad3d cad3d.o useful.o img_hosted.o hash.o cmdline.o message.o filename.o osdepend.o z_getopt.o getopt1.o  -lm 
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT cavern.o -MD -MP -MF .deps/cavern.Tpo -c -o cavern.o cavern.c
mv -f .deps/cavern.Tpo .deps/cavern.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT date.o -MD -MP -MF .deps/date.Tpo -c -o date.o date.c
mv -f .deps/date.Tpo .deps/date.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT listpos.o -MD -MP -MF .deps/listpos.Tpo -c -o listpos.o listpos.c
mv -f .deps/listpos.Tpo .deps/listpos.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT commands.o -MD -MP -MF .deps/commands.Tpo -c -o commands.o commands.c
mv -f .deps/commands.Tpo .deps/commands.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT datain.o -MD -MP -MF .deps/datain.Tpo -c -o datain.o datain.c
mv -f .deps/datain.Tpo .deps/datain.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT netskel.o -MD -MP -MF .deps/netskel.Tpo -c -o netskel.o netskel.c
mv -f .deps/netskel.Tpo .deps/netskel.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT network.o -MD -MP -MF .deps/network.Tpo -c -o network.o network.c
mv -f .deps/network.Tpo .deps/network.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT readval.o -MD -MP -MF .deps/readval.Tpo -c -o readval.o readval.c
mv -f .deps/readval.Tpo .deps/readval.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT str.o -MD -MP -MF .deps/str.Tpo -c -o str.o str.c
mv -f .deps/str.Tpo .deps/str.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT matrix.o -MD -MP -MF .deps/matrix.Tpo -c -o matrix.o matrix.c
mv -f .deps/matrix.Tpo .deps/matrix.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT netbits.o -MD -MP -MF .deps/netbits.Tpo -c -o netbits.o netbits.c
mv -f .deps/netbits.Tpo .deps/netbits.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT validate.o -MD -MP -MF .deps/validate.Tpo -c -o validate.o validate.c
mv -f .deps/validate.Tpo .deps/validate.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT netartic.o -MD -MP -MF .deps/netartic.Tpo -c -o netartic.o netartic.c
mv -f .deps/netartic.Tpo .deps/netartic.Po
gcc -arch i386 -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2   -o cavern cavern.o date.o listpos.o commands.o datain.o netskel.o network.o readval.o str.o matrix.o img_hosted.o netbits.o useful.o validate.o netartic.o cmdline.o message.o filename.o osdepend.o z_getopt.o getopt1.o  -lm 
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT diffpos.o -MD -MP -MF .deps/diffpos.Tpo -c -o diffpos.o diffpos.c
mv -f .deps/diffpos.Tpo .deps/diffpos.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT namecmp.o -MD -MP -MF .deps/namecmp.Tpo -c -o namecmp.o namecmp.c
mv -f .deps/namecmp.Tpo .deps/namecmp.Po
gcc -arch i386 -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2   -o diffpos diffpos.o namecmp.o img_hosted.o useful.o hash.o cmdline.o message.o filename.o osdepend.o z_getopt.o getopt1.o  -lm 
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c
mv -f .deps/extend.Tpo .deps/extend.Po
gcc -arch i386 -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2   -o extend extend.o img_hosted.o useful.o hash.o cmdline.o message.o filename.o osdepend.o z_getopt.o getopt1.o  -lm 
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT sorterr.o -MD -MP -MF .deps/sorterr.Tpo -c -o sorterr.o sorterr.c
mv -f .deps/sorterr.Tpo .deps/sorterr.Po
gcc -arch i386 -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2   -o sorterr sorterr.o cmdline.o message.o filename.o osdepend.o z_getopt.o getopt1.o  -lm 
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT 3dtopos.o -MD -MP -MF .deps/3dtopos.Tpo -c -o 3dtopos.o 3dtopos.c
mv -f .deps/3dtopos.Tpo .deps/3dtopos.Po
gcc -arch i386 -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2   -o 3dtopos 3dtopos.o namecmp.o img_hosted.o useful.o cmdline.o message.o filename.o osdepend.o z_getopt.o getopt1.o  -lm 
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2 -MT dump3d.o -MD -MP -MF .deps/dump3d.Tpo -c -o dump3d.o dump3d.c
mv -f .deps/dump3d.Tpo .deps/dump3d.Po
gcc -arch i386 -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -g -O2   -o dump3d dump3d.o date.o img_hosted.o useful.o cmdline.o message.o filename.o osdepend.o z_getopt.o getopt1.o  -lm 
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-aven.o -MD -MP -MF .deps/aven-aven.Tpo -c -o aven-aven.o `test -f 'aven.cc' || echo './'`aven.cc
In file included from aven.cc:29:
./log.h:28:10: warning: 'MyLogWindow::DoLogText' hides overloaded virtual function [-Woverloaded-virtual]
    void DoLogText(const wxChar *msg);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/log.h:605:18: note: hidden overloaded virtual function 'wxLog::DoLogText' declared here
    virtual void DoLogText(const wxString& msg);
                 ^
In file included from aven.cc:30:
In file included from ./mainfrm.h:35:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
In file included from aven.cc:30:
./mainfrm.h:268:10: warning: 'MainFrm::CreateToolBar' hides overloaded virtual function [-Woverloaded-virtual]
    void CreateToolBar();
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/frame.h:64:24: note: hidden overloaded virtual function 'wxFrame::CreateToolBar' declared here
    virtual wxToolBar* CreateToolBar(long style = -1,
                       ^
3 warnings generated.
mv -f .deps/aven-aven.Tpo .deps/aven-aven.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-date.o -MD -MP -MF .deps/aven-date.Tpo -c -o aven-date.o `test -f 'date.c' || echo './'`date.c
mv -f .deps/aven-date.Tpo .deps/aven-date.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-img_hosted.o -MD -MP -MF .deps/aven-img_hosted.Tpo -c -o aven-img_hosted.o `test -f 'img_hosted.c' || echo './'`img_hosted.c
mv -f .deps/aven-img_hosted.Tpo .deps/aven-img_hosted.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-message.o -MD -MP -MF .deps/aven-message.Tpo -c -o aven-message.o `test -f 'message.c' || echo './'`message.c
mv -f .deps/aven-message.Tpo .deps/aven-message.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-filename.o -MD -MP -MF .deps/aven-filename.Tpo -c -o aven-filename.o `test -f 'filename.c' || echo './'`filename.c
mv -f .deps/aven-filename.Tpo .deps/aven-filename.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-osdepend.o -MD -MP -MF .deps/aven-osdepend.Tpo -c -o aven-osdepend.o `test -f 'osdepend.c' || echo './'`osdepend.c
mv -f .deps/aven-osdepend.Tpo .deps/aven-osdepend.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-gfxcore.o -MD -MP -MF .deps/aven-gfxcore.Tpo -c -o aven-gfxcore.o `test -f 'gfxcore.cc' || echo './'`gfxcore.cc
In file included from gfxcore.cc:34:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
In file included from gfxcore.cc:35:
./mainfrm.h:268:10: warning: 'MainFrm::CreateToolBar' hides overloaded virtual function [-Woverloaded-virtual]
    void CreateToolBar();
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/frame.h:64:24: note: hidden overloaded virtual function 'wxFrame::CreateToolBar' declared here
    virtual wxToolBar* CreateToolBar(long style = -1,
                       ^
2 warnings generated.
mv -f .deps/aven-gfxcore.Tpo .deps/aven-gfxcore.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-mainfrm.o -MD -MP -MF .deps/aven-mainfrm.Tpo -c -o aven-mainfrm.o `test -f 'mainfrm.cc' || echo './'`mainfrm.cc
In file included from mainfrm.cc:30:
In file included from ./mainfrm.h:35:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
In file included from mainfrm.cc:30:
./mainfrm.h:268:10: warning: 'MainFrm::CreateToolBar' hides overloaded virtual function [-Woverloaded-virtual]
    void CreateToolBar();
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/frame.h:64:24: note: hidden overloaded virtual function 'wxFrame::CreateToolBar' declared here
    virtual wxToolBar* CreateToolBar(long style = -1,
                       ^
2 warnings generated.
mv -f .deps/aven-mainfrm.Tpo .deps/aven-mainfrm.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-vector3.o -MD -MP -MF .deps/aven-vector3.Tpo -c -o aven-vector3.o `test -f 'vector3.cc' || echo './'`vector3.cc
mv -f .deps/aven-vector3.Tpo .deps/aven-vector3.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-aboutdlg.o -MD -MP -MF .deps/aven-aboutdlg.Tpo -c -o aven-aboutdlg.o `test -f 'aboutdlg.cc' || echo './'`aboutdlg.cc
mv -f .deps/aven-aboutdlg.Tpo .deps/aven-aboutdlg.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-useful.o -MD -MP -MF .deps/aven-useful.Tpo -c -o aven-useful.o `test -f 'useful.c' || echo './'`useful.c
mv -f .deps/aven-useful.Tpo .deps/aven-useful.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-cmdline.o -MD -MP -MF .deps/aven-cmdline.Tpo -c -o aven-cmdline.o `test -f 'cmdline.c' || echo './'`cmdline.c
mv -f .deps/aven-cmdline.Tpo .deps/aven-cmdline.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-z_getopt.o -MD -MP -MF .deps/aven-z_getopt.Tpo -c -o aven-z_getopt.o `test -f 'z_getopt.c' || echo './'`z_getopt.c
z_getopt.c:395:10: warning: unused parameter 'argc' [-Wunused-parameter]
     int argc;
         ^
z_getopt.c:396:19: warning: unused parameter 'argv' [-Wunused-parameter]
     char *const *argv;
                  ^
z_getopt.c:1188:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes]
getopt (argc, argv, optstring)
^
3 warnings generated.
mv -f .deps/aven-z_getopt.Tpo .deps/aven-z_getopt.Po
gcc -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs      -Wcast-align -DAVEN -DMACOSX_BUNDLE -g -O2 -MT aven-getopt1.o -MD -MP -MF .deps/aven-getopt1.Tpo -c -o aven-getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c
mv -f .deps/aven-getopt1.Tpo .deps/aven-getopt1.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-namecompare.o -MD -MP -MF .deps/aven-namecompare.Tpo -c -o aven-namecompare.o `test -f 'namecompare.cc' || echo './'`namecompare.cc
mv -f .deps/aven-namecompare.Tpo .deps/aven-namecompare.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-aventreectrl.o -MD -MP -MF .deps/aven-aventreectrl.Tpo -c -o aven-aventreectrl.o `test -f 'aventreectrl.cc' || echo './'`aventreectrl.cc
In file included from aventreectrl.cc:30:
In file included from ./mainfrm.h:35:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
In file included from aventreectrl.cc:30:
./mainfrm.h:268:10: warning: 'MainFrm::CreateToolBar' hides overloaded virtual function [-Woverloaded-virtual]
    void CreateToolBar();
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/frame.h:64:24: note: hidden overloaded virtual function 'wxFrame::CreateToolBar' declared here
    virtual wxToolBar* CreateToolBar(long style = -1,
                       ^
2 warnings generated.
mv -f .deps/aven-aventreectrl.Tpo .deps/aven-aventreectrl.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-export.o -MD -MP -MF .deps/aven-export.Tpo -c -o aven-export.o `test -f 'export.cc' || echo './'`export.cc
In file included from export.cc:36:
In file included from ./mainfrm.h:35:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
In file included from export.cc:36:
./mainfrm.h:268:10: warning: 'MainFrm::CreateToolBar' hides overloaded virtual function [-Woverloaded-virtual]
    void CreateToolBar();
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/frame.h:64:24: note: hidden overloaded virtual function 'wxFrame::CreateToolBar' declared here
    virtual wxToolBar* CreateToolBar(long style = -1,
                       ^
export.cc:283:17: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fPendingMove = fPendingMove; /* unused */
   ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~
export.cc:429:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:440:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:457:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:630:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:644:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:655:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:768:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:813:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:1077:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
export.cc:1107:13: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fSurface = fSurface; /* unused */
   ~~~~~~~~ ^ ~~~~~~~~
13 warnings generated.
mv -f .deps/aven-export.Tpo .deps/aven-export.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-guicontrol.o -MD -MP -MF .deps/aven-guicontrol.Tpo -c -o aven-guicontrol.o `test -f 'guicontrol.cc' || echo './'`guicontrol.cc
In file included from guicontrol.cc:29:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
1 warning generated.
mv -f .deps/aven-guicontrol.Tpo .deps/aven-guicontrol.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-gla-gl.o -MD -MP -MF .deps/aven-gla-gl.Tpo -c -o aven-gla-gl.o `test -f 'gla-gl.cc' || echo './'`gla-gl.cc
gla-gl.cc:228:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("GLAList::need_to_generate", "glGenLists");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:250:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("GLAList::need_to_generate", "glNewList");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:257:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("GLAList::finalise", "glEndList");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:260:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("GLAList::finalise", "glDeleteLists");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:272:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("GLAList::DrawList", "glCallList");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:312:9: warning: 'gluDeleteQuadric' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        gluDeleteQuadric(m_Quadric);
        ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:253:13: note: 'gluDeleteQuadric' declared here
extern void gluDeleteQuadric (GLUquadric* quad) OPENGL_DEPRECATED(10_0, 10_9);
            ^
gla-gl.cc:313:9: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("~GLACanvas", "gluDeleteQuadric");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:329:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glClearColor");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:333:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glViewport");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:362:17: warning: 'gluNewQuadric' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    m_Quadric = gluNewQuadric();
                ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:267:20: note: 'gluNewQuadric' declared here
extern GLUquadric* gluNewQuadric (void) OPENGL_DEPRECATED(10_0, 10_9);
                   ^
gla-gl.cc:363:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "gluNewQuadric");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:369:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glShadeModel");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:371:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glPolygonMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:379:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glReadBuffer");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:385:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glFogfv");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:389:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glFogi");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:393:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glHint");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:398:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glPixelStorei GL_UNPACK_ALIGNMENT");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:400:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("FirstShow", "glPixelStorei GL_PACK_ALIGNMENT");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:417:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glGetDoublev GL_SMOOTH_POINT_SIZE_RANGE");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:429:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glPointSize");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:476:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glGenTextures");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:478:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glBindTexture");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:491:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glPixelStorei");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:493:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glTexEnvi");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:495:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glTexParameteri GL_TEXTURE_WRAP_S");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:497:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glTexParameteri GL_TEXTURE_WRAP_T");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:499:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glTexImage2D");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:501:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glTexParameteri GL_TEXTURE_MAG_FILTER");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:503:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glTexParameteri GL_TEXTURE_MIN_FILTER");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:512:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("Clear", "glClear");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:554:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("OnSize", "glViewport");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:566:5: warning: 'gluUnProject' is deprecated: first deprecated in OS X 10.9 - "Use GLKMathUnproject" [-Wdeprecated-declarations]
    gluUnProject(0.0, 0.0, 0.0, modelview_matrix, projection_matrix, viewport,
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:297:14: note: 'gluUnProject' declared here
extern GLint gluUnProject (GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* objX, GLdouble* objY, GLdouble* objZ) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMathUnproject");
             ^
gla-gl.cc:568:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("AddTranslationScreenCoordinates", "gluUnProject");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:569:5: warning: 'gluUnProject' is deprecated: first deprecated in OS X 10.9 - "Use GLKMathUnproject" [-Wdeprecated-declarations]
    gluUnProject(dx, -dy, 0.0, modelview_matrix, projection_matrix, viewport,
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:297:14: note: 'gluUnProject' declared here
extern GLint gluUnProject (GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* objX, GLdouble* objY, GLdouble* objZ) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMathUnproject");
             ^
gla-gl.cc:571:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("AddTranslationScreenCoordinates", "gluUnProject (2)");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:676:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EnableSmoothPolygons", "glPolygonMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:711:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glMatrixMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:713:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glLoadIdentity");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:723:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("SetViewportAndProjection", "glFrustum");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:731:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("SetViewportAndProjection", "glOrtho");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:736:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glMatrixMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:738:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glLoadIdentity");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:744:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glTranslated");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:747:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glRotated");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:749:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glRotated");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:751:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "CopyToOpenGL");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:756:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("SetDataTransform", "glTranslated");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:761:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glGetDoublev");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:765:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glGetIntegerv");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:769:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glGetDoublev");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:774:2: warning: 'gluProject' is deprecated: first deprecated in OS X 10.9 - "Use GLKMathProject" [-Wdeprecated-declarations]
        gluProject(m_Translation.GetX(),
        ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:280:14: note: 'gluProject' declared here
extern GLint gluProject (GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* winX, GLdouble* winY, GLdouble* winZ) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMathProject");
             ^
gla-gl.cc:780:2: warning: 'gluUnProject' is deprecated: first deprecated in OS X 10.9 - "Use GLKMathUnproject" [-Wdeprecated-declarations]
        gluUnProject(X, Y, 0.5, modelview_matrix, projection_matrix, viewport,
        ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:297:14: note: 'gluUnProject' declared here
extern GLint gluUnProject (GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* objX, GLdouble* objY, GLdouble* objZ) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMathUnproject");
             ^
gla-gl.cc:783:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("SetDataTransform", "glTranslated");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:788:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetDataTransform", "glEnable GL_DEPTH_TEST");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:794:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("ToggleTextured", "glTexParameteri GL_TEXTURE_WRAP_S");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:796:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("ToggleTextured", "glTexParameteri GL_TEXTURE_WRAP_T");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:798:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("ToggleTextured", "glTexParameteri GL_TEXTURE_MAG_FILTER");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:801:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("ToggleTextured", "glTexParameteri GL_TEXTURE_MIN_FILTER");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:830:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glDisable GL_DEPTH_TEST");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:832:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glDisable GL_FOG");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:836:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glMatrixMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:838:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glLoadIdentity (2)");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:839:5: warning: 'gluOrtho2D' is deprecated: first deprecated in OS X 10.9 - "Use GLKMatrix4MakeOrtho" [-Wdeprecated-declarations]
    gluOrtho2D(0, x_size, 0, y_size);
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:276:13: note: 'gluOrtho2D' declared here
extern void gluOrtho2D (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMatrix4MakeOrtho");
            ^
gla-gl.cc:840:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "gluOrtho2D");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:844:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glMatrixMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:846:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glLoadIdentity");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:849:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glDisable GL_TEXTURE_2D");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:851:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glDisable GL_BLEND");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:853:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glTexParameteri GL_TEXTURE_WRAP_S");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:855:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glTexParameteri GL_TEXTURE_WRAP_T");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:857:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glAlphaFunc");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:859:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glTexParameteri GL_TEXTURE_MAG_FILTER");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:861:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glTexParameteri GL_TEXTURE_MIN_FILTER");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:863:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SetIndicatorTransform", "glHint");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:874:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FinishDrawing", "glFlush");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:912:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawList2D", "glMatrixMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:914:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawList2D", "glPushMatrix");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:916:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawList2D", "glTranslated");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:919:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("DrawList2D", "glRotated");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:923:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawList2D", "glMatrixMode 2");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:925:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawList2D", "glPopMatrix");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:951:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawText", "glRasterPos3d");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:958:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawIndicatorText", "glRasterPos2d");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:979:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EndQuadrilaterals", "glEnd GL_QUADS");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:994:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EndLines", "glEnd GL_LINES");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1009:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EndTriangles", "glEnd GL_TRIANGLES");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1024:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EndTriangleStrip", "glEnd GL_TRIANGLE_STRIP");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1039:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EndPolyline", "glEnd GL_LINE_STRIP");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1054:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EndPolygon", "glEnd GL_POLYGON");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1091:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginBlobs", "glPushAttrib");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1093:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginBlobs", "glEnable GL_ALPHA_TEST");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1095:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginBlobs", "glEnable GL_POINT_SMOOTH");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1099:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginBlobs", "glPushAttrib");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1102:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginBlobs", "glEnable GL_DEPTH_TEST");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1112:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("EndBlobs", "glEnd GL_POINTS");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1114:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("EndBlobs", "glEnd GL_LINES");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1117:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EndBlobs", "glPopAttrib");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1184:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glPushAttrib");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1186:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glBindTexture");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1188:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glEnable GL_ALPHA_TEST");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1190:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glPointSize");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1192:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glTexEnvi GL_POINT_SPRITE");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1194:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glEnable GL_TEXTURE_2D");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1196:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glEnable GL_POINT_SPRITE");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1204:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glPushAttrib 2");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1207:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BeginCrosses", "glEnable GL_DEPTH_TEST");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1216:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("EndCrosses", "glEnd GL_POINTS");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1218:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("EndCrosses", "glEnd GL_LINES");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1221:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EndCrosses", "glPopAttrib");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1258:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawRing", "glMatrixMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1260:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawRing", "glPushMatrix");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1262:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawRing", "glTranslated");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1263:5: warning: 'gluDisk' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    gluDisk(m_Quadric, radius - 1.0, radius, 12, 1);
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:255:13: note: 'gluDisk' declared here
extern void gluDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops) OPENGL_DEPRECATED(10_0, 10_9);
            ^
gla-gl.cc:1264:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawRing", "gluDisk");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1266:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawRing", "glPopMatrix");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1305:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawShadedRectangle", "glShadeModel GL_SMOOTH");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1315:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawShadedRectangle", "glShadeModel GL_FLAT");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1324:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawCircle", "glMatrixMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1326:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawCircle", "glPushMatrix");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1328:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawCircle", "glTranslated");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1330:5: warning: 'gluDisk' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    gluDisk(m_Quadric, 0.0, radius, 36, 1);
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:255:13: note: 'gluDisk' declared here
extern void gluDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops) OPENGL_DEPRECATED(10_0, 10_9);
            ^
gla-gl.cc:1331:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawCircle", "gluDisk");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1333:5: warning: 'gluDisk' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    gluDisk(m_Quadric, radius - 1.0, radius, 36, 1);
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:255:13: note: 'gluDisk' declared here
extern void gluDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops) OPENGL_DEPRECATED(10_0, 10_9);
            ^
gla-gl.cc:1334:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawCircle", "gluDisk (2)");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1336:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawCircle", "glPopMatrix");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1348:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawSemicircle", "glMatrixMode");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1350:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawSemicircle", "glPushMatrix");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1352:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawSemicircle", "glTranslated");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1354:5: warning: 'gluPartialDisk' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    gluPartialDisk(m_Quadric, 0.0, radius, 36, 1, start, 180.0);
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:277:13: note: 'gluPartialDisk' declared here
extern void gluPartialDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops, GLdouble start, GLdouble sweep) OPENGL_DEPRECATED(10_0, 10_9);
            ^
gla-gl.cc:1355:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawSemicircle", "gluPartialDisk");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1357:5: warning: 'gluPartialDisk' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    gluPartialDisk(m_Quadric, radius - 1.0, radius, 36, 1, start, 180.0);
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:277:13: note: 'gluPartialDisk' declared here
extern void gluPartialDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops, GLdouble start, GLdouble sweep) OPENGL_DEPRECATED(10_0, 10_9);
            ^
gla-gl.cc:1358:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawSemicircle", "gluPartialDisk (2)");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1360:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawSemicircle", "glPopMatrix");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1382:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DrawTriangle", "glEnd GL_LINE_STRIP");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1390:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EnableDashedLines", "glLineStipple");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1392:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("EnableDashedLines", "glEnable GL_LINE_STIPPLE");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1398:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("DisableDashedLines", "glDisable GL_LINE_STIPPLE");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1407:12: warning: 'gluProject' is deprecated: first deprecated in OS X 10.9 - "Use GLKMathProject" [-Wdeprecated-declarations]
    return gluProject(v.GetX(), v.GetY(), v.GetZ(),
           ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:280:14: note: 'gluProject' declared here
extern GLint gluProject (GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* winX, GLdouble* winY, GLdouble* winZ) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMathProject");
             ^
gla-gl.cc:1418:5: warning: 'gluUnProject' is deprecated: first deprecated in OS X 10.9 - "Use GLKMathUnproject" [-Wdeprecated-declarations]
    gluUnProject(x, y, 0.0, modelview_matrix, projection_matrix, viewport,
    ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:297:14: note: 'gluUnProject' declared here
extern GLint gluUnProject (GLdouble winX, GLdouble winY, GLdouble winZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* objX, GLdouble* objY, GLdouble* objZ) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMathUnproject");
             ^
gla-gl.cc:1420:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("ReverseTransform", "gluUnProject");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1443:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("ToggleTextured", "glGenTextures");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1446:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("ToggleTextured", "glBindTexture");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1463:2: warning: 'gluBuild2DMipmaps' is deprecated: first deprecated in OS X 10.9 - "Use glGenerateMipmap" [-Wdeprecated-declarations]
        gluBuild2DMipmaps(GL_TEXTURE_2D, GL_RGB, // was GL_LUMINANCE
        ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:247:14: note: 'gluBuild2DMipmaps' declared here
extern GLint gluBuild2DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *data) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use glGenerateMipmap");
             ^
gla-gl.cc:1466:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("ToggleTextured", "gluBuild2DMipmaps");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1469:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("ToggleTextured", "glTexEnvi");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1480:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("SaveScreenshot", "glReadPixels");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1502:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glReadBuffer");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1506:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("CheckVisualFidelity", "glReadPixels");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1509:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("FirstShow", "glReadBuffer");
        ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
gla-gl.cc:1531:5: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
    CHECK_GL_ERROR("ReadPixels", "glReadPixels");
    ^
gla-gl.cc:154:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
151 warnings generated.
mv -f .deps/aven-gla-gl.Tpo .deps/aven-gla-gl.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-glbitmapfont.o -MD -MP -MF .deps/aven-glbitmapfont.Tpo -c -o aven-glbitmapfont.o `test -f 'glbitmapfont.cc' || echo './'`glbitmapfont.cc
glbitmapfont.cc:65:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BitmapFont::load", "glNewList");
        ^
glbitmapfont.cc:38:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
glbitmapfont.cc:96:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BitmapFont::load", "glBitmap");
        ^
glbitmapfont.cc:38:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
glbitmapfont.cc:98:2: warning: 'gluErrorString' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
        CHECK_GL_ERROR("BitmapFont::load", "glEndList");
        ^
glbitmapfont.cc:38:29: note: expanded from macro 'CHECK_GL_ERROR'
                   wxString((const char *)gluErrorString(error_code_), \
                                          ^
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:260:24: note: 'gluErrorString' declared here
extern const GLubyte * gluErrorString (GLenum error) OPENGL_DEPRECATED(10_0, 10_9);
                       ^
3 warnings generated.
mv -f .deps/aven-glbitmapfont.Tpo .deps/aven-glbitmapfont.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-gpx.o -MD -MP -MF .deps/aven-gpx.Tpo -c -o aven-gpx.o `test -f 'gpx.cc' || echo './'`gpx.cc
mv -f .deps/aven-gpx.Tpo .deps/aven-gpx.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-log.o -MD -MP -MF .deps/aven-log.Tpo -c -o aven-log.o `test -f 'log.cc' || echo './'`log.cc
In file included from log.cc:25:
./log.h:28:10: warning: 'MyLogWindow::DoLogText' hides overloaded virtual function [-Woverloaded-virtual]
    void DoLogText(const wxChar *msg);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/log.h:605:18: note: hidden overloaded virtual function 'wxLog::DoLogText' declared here
    virtual void DoLogText(const wxString& msg);
                 ^
1 warning generated.
mv -f .deps/aven-log.Tpo .deps/aven-log.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-moviemaker.o -MD -MP -MF .deps/aven-moviemaker.Tpo -c -o aven-moviemaker.o `test -f 'moviemaker.cc' || echo './'`moviemaker.cc
In file included from moviemaker.cc:59:
./moviemaker.h:30:22: warning: private field 'oc' is not used [-Wunused-private-field]
    AVFormatContext *oc;
                     ^
./moviemaker.h:32:9: warning: private field 'out_size' is not used [-Wunused-private-field]
    int out_size;
        ^
./moviemaker.h:33:14: warning: private field 'frame' is not used [-Wunused-private-field]
    AVFrame *frame;
             ^
./moviemaker.h:34:20: warning: private field 'outbuf' is not used [-Wunused-private-field]
    unsigned char *outbuf;
                   ^
./moviemaker.h:35:16: warning: private field 'out' is not used [-Wunused-private-field]
    AVPicture *out;
               ^
./moviemaker.h:36:20: warning: private field 'pixels' is not used [-Wunused-private-field]
    unsigned char *pixels;
                   ^
./moviemaker.h:37:17: warning: private field 'sws_ctx' is not used [-Wunused-private-field]
    SwsContext *sws_ctx;
                ^
7 warnings generated.
mv -f .deps/aven-moviemaker.Tpo .deps/aven-moviemaker.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-hpgl.o -MD -MP -MF .deps/aven-hpgl.Tpo -c -o aven-hpgl.o `test -f 'hpgl.cc' || echo './'`hpgl.cc
mv -f .deps/aven-hpgl.Tpo .deps/aven-hpgl.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-cavernlog.o -MD -MP -MF .deps/aven-cavernlog.Tpo -c -o aven-cavernlog.o `test -f 'cavernlog.cc' || echo './'`cavernlog.cc
In file included from cavernlog.cc:28:
In file included from ./mainfrm.h:35:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
In file included from cavernlog.cc:28:
./mainfrm.h:268:10: warning: 'MainFrm::CreateToolBar' hides overloaded virtual function [-Woverloaded-virtual]
    void CreateToolBar();
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/frame.h:64:24: note: hidden overloaded virtual function 'wxFrame::CreateToolBar' declared here
    virtual wxToolBar* CreateToolBar(long style = -1,
                       ^
2 warnings generated.
mv -f .deps/aven-cavernlog.Tpo .deps/aven-cavernlog.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-avenprcore.o -MD -MP -MF .deps/aven-avenprcore.Tpo -c -o aven-avenprcore.o `test -f 'avenprcore.cc' || echo './'`avenprcore.cc
In file included from avenprcore.cc:35:
In file included from ./mainfrm.h:35:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
In file included from avenprcore.cc:35:
./mainfrm.h:268:10: warning: 'MainFrm::CreateToolBar' hides overloaded virtual function [-Woverloaded-virtual]
    void CreateToolBar();
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/frame.h:64:24: note: hidden overloaded virtual function 'wxFrame::CreateToolBar' declared here
    virtual wxToolBar* CreateToolBar(long style = -1,
                       ^
2 warnings generated.
mv -f .deps/aven-avenprcore.Tpo .deps/aven-avenprcore.Po
g++ -arch i386 -DHAVE_CONFIG_H -I. -I..    -I/usr/local/Cellar/wxmac/3.0.0.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -Wall -W -Wunused -Wshadow -Wpointer-arith      -Wwrite-strings -Wcast-align -DMACOSX_BUNDLE -g -O2 -MT aven-printwx.o -MD -MP -MF .deps/aven-printwx.Tpo -c -o aven-printwx.o `test -f 'printwx.cc' || echo './'`printwx.cc
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:577:14: error: call to 'wcsstr' is ambiguous
    { return wxCRT_StrstrW(haystack, needle); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:155:26: note: expanded from macro 'wxCRT_StrstrW'
#define wxCRT_StrstrW    wcsstr
                         ^~~~~~
/usr/include/wchar.h:141:10: note: candidate function
wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:188:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return ::wcsstr(__s1, __s2);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:581:14: error: call to 'wcsstr' is ambiguous
    { return wxCRT_StrstrW(haystack, needle.wc_str()); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:155:26: note: expanded from macro 'wxCRT_StrstrW'
#define wxCRT_StrstrW    wcsstr
                         ^~~~~~
/usr/include/wchar.h:141:10: note: candidate function
wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:188:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return ::wcsstr(__s1, __s2);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:596:14: error: call to 'wcsstr' is ambiguous
    { return wxCRT_StrstrW(haystack.c_str(), needle); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:155:26: note: expanded from macro 'wxCRT_StrstrW'
#define wxCRT_StrstrW    wcsstr
                         ^~~~~~
/usr/include/wchar.h:141:10: note: candidate function
wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:188:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return ::wcsstr(__s1, __s2);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:598:14: error: call to 'wcsstr' is ambiguous
    { return wxCRT_StrstrW(haystack, needle); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:155:26: note: expanded from macro 'wxCRT_StrstrW'
#define wxCRT_StrstrW    wcsstr
                         ^~~~~~
/usr/include/wchar.h:141:10: note: candidate function
wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:188:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return ::wcsstr(__s1, __s2);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:603:14: error: call to 'wcschr' is ambiguous
    { return wxCRT_StrchrW(s, c); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:145:26: note: expanded from macro 'wxCRT_StrchrW'
#define wxCRT_StrchrW    wcschr
                         ^~~~~~
/usr/include/wchar.h:125:10: note: candidate function
wchar_t *wcschr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:179:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return ::wcschr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:607:14: error: call to 'wcsrchr' is ambiguous
    { return wxCRT_StrrchrW(s, c); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:153:26: note: expanded from macro 'wxCRT_StrrchrW'
#define wxCRT_StrrchrW   wcsrchr
                         ^~~~~~~
/usr/include/wchar.h:137:10: note: candidate function
wchar_t *wcsrchr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:185:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return ::wcsrchr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:611:14: error: call to 'wcschr' is ambiguous
    { return wxCRT_StrchrW(s, (wchar_t)c); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:145:26: note: expanded from macro 'wxCRT_StrchrW'
#define wxCRT_StrchrW    wcschr
                         ^~~~~~
/usr/include/wchar.h:125:10: note: candidate function
wchar_t *wcschr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:179:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return ::wcschr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:615:14: error: call to 'wcsrchr' is ambiguous
    { return wxCRT_StrrchrW(s, (wchar_t)c); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:153:26: note: expanded from macro 'wxCRT_StrrchrW'
#define wxCRT_StrrchrW   wcsrchr
                         ^~~~~~~
/usr/include/wchar.h:137:10: note: candidate function
wchar_t *wcsrchr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:185:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return ::wcsrchr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:619:14: error: call to 'wcschr' is ambiguous
    { return wxCRT_StrchrW(s, (wchar_t)c); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:145:26: note: expanded from macro 'wxCRT_StrchrW'
#define wxCRT_StrchrW    wcschr
                         ^~~~~~
/usr/include/wchar.h:125:10: note: candidate function
wchar_t *wcschr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:179:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return ::wcschr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:623:14: error: call to 'wcsrchr' is ambiguous
    { return wxCRT_StrrchrW(s, (wchar_t)c); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:153:26: note: expanded from macro 'wxCRT_StrrchrW'
#define wxCRT_StrrchrW   wcsrchr
                         ^~~~~~~
/usr/include/wchar.h:137:10: note: candidate function
wchar_t *wcsrchr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:185:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return ::wcsrchr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:661:14: error: call to 'wcschr' is ambiguous
    { return wxCRT_StrchrW((const wchar_t*)s.c_str(), c); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:145:26: note: expanded from macro 'wxCRT_StrchrW'
#define wxCRT_StrchrW    wcschr
                         ^~~~~~
/usr/include/wchar.h:125:10: note: candidate function
wchar_t *wcschr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:179:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return ::wcschr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:663:14: error: call to 'wcsrchr' is ambiguous
    { return wxCRT_StrrchrW((const wchar_t*)s.c_str(), c); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:153:26: note: expanded from macro 'wxCRT_StrrchrW'
#define wxCRT_StrrchrW   wcsrchr
                         ^~~~~~~
/usr/include/wchar.h:137:10: note: candidate function
wchar_t *wcsrchr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:185:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return ::wcsrchr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:681:14: error: call to 'wcschr' is ambiguous
    { return wxCRT_StrchrW(s.AsWChar(), c); }
             ^~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:145:26: note: expanded from macro 'wxCRT_StrchrW'
#define wxCRT_StrchrW    wcschr
                         ^~~~~~
/usr/include/wchar.h:125:10: note: candidate function
wchar_t *wcschr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:179:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return ::wcschr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:683:14: error: call to 'wcsrchr' is ambiguous
    { return wxCRT_StrrchrW(s.AsWChar(), c); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:153:26: note: expanded from macro 'wxCRT_StrrchrW'
#define wxCRT_StrrchrW   wcsrchr
                         ^~~~~~~
/usr/include/wchar.h:137:10: note: candidate function
wchar_t *wcsrchr(const wchar_t *, wchar_t);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:185:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return ::wcsrchr(__s, __c);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:688:14: error: call to 'wcspbrk' is ambiguous
    { return wxCRT_StrpbrkW(s, accept); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:152:26: note: expanded from macro 'wxCRT_StrpbrkW'
#define wxCRT_StrpbrkW   wcspbrk
                         ^~~~~~~
/usr/include/wchar.h:136:10: note: candidate function
wchar_t *wcspbrk(const wchar_t *, const wchar_t *);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:182:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return ::wcspbrk(__s1, __s2);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:694:14: error: call to 'wcspbrk' is ambiguous
    { return wxCRT_StrpbrkW(s, accept.wc_str()); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:152:26: note: expanded from macro 'wxCRT_StrpbrkW'
#define wxCRT_StrpbrkW   wcspbrk
                         ^~~~~~~
/usr/include/wchar.h:136:10: note: candidate function
wchar_t *wcspbrk(const wchar_t *, const wchar_t *);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:182:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return ::wcspbrk(__s1, __s2);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:696:14: error: call to 'wcspbrk' is ambiguous
    { return wxCRT_StrpbrkW(s, accept.AsWCharBuf()); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:152:26: note: expanded from macro 'wxCRT_StrpbrkW'
#define wxCRT_StrpbrkW   wcspbrk
                         ^~~~~~~
/usr/include/wchar.h:136:10: note: candidate function
wchar_t *wcspbrk(const wchar_t *, const wchar_t *);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:182:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return ::wcspbrk(__s1, __s2);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:702:14: error: call to 'wcspbrk' is ambiguous
    { return wxCRT_StrpbrkW(s.wc_str(), accept); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:152:26: note: expanded from macro 'wxCRT_StrpbrkW'
#define wxCRT_StrpbrkW   wcspbrk
                         ^~~~~~~
/usr/include/wchar.h:136:10: note: candidate function
wchar_t *wcspbrk(const wchar_t *, const wchar_t *);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:182:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return ::wcspbrk(__s1, __s2);}
                                                ^
In file included from printwx.cc:36:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/confbase.h:17:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/string.h:4305:
In file included from /usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/crt.h:19:
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrt.h:710:14: error: call to 'wcspbrk' is ambiguous
    { return wxCRT_StrpbrkW(s.AsWChar(), accept); }
             ^~~~~~~~~~~~~~
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/wxcrtbase.h:152:26: note: expanded from macro 'wxCRT_StrpbrkW'
#define wxCRT_StrpbrkW   wcspbrk
                         ^~~~~~~
/usr/include/wchar.h:136:10: note: candidate function
wchar_t *wcspbrk(const wchar_t *, const wchar_t *);
         ^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/cwchar:182:49: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return ::wcspbrk(__s1, __s2);}
                                                ^
In file included from printwx.cc:55:
In file included from ./mainfrm.h:35:
./gfxcore.h:493:10: warning: 'GfxCore::SetCursor' hides overloaded virtual function [-Woverloaded-virtual]
    void SetCursor(GfxCore::cursor new_cursor);
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/window.h:90:18: note: hidden overloaded virtual function 'wxWindow::SetCursor' declared here
    virtual bool SetCursor( const wxCursor &cursor );
                 ^
In file included from printwx.cc:55:
./mainfrm.h:268:10: warning: 'MainFrm::CreateToolBar' hides overloaded virtual function [-Woverloaded-virtual]
    void CreateToolBar();
         ^
/usr/local/Cellar/wxmac/3.0.0.0/include/wx-3.0/wx/osx/frame.h:64:24: note: hidden overloaded virtual function 'wxFrame::CreateToolBar' declared here
    virtual wxToolBar* CreateToolBar(long style = -1,
                       ^
printwx.cc:1895:15: warning: explicitly assigning a variable of type 'bool' to itself [-Wself-assign]
   fCalibrate = fCalibrate; /* suppress unused argument warning */
   ~~~~~~~~~~ ^ ~~~~~~~~~~
3 warnings and 19 errors generated.
make[3]: *** [aven-printwx.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


More information about the Survex mailing list