is anyone able to compile 9vx on yosemite? i think the most up to date
version is the one in David's repo (bitbucket.org/0intro/vx32).  i'm
getting this on mac os 10.10.3:

/System/Library/Frameworks/QuickTime.framework/Headers/Movies.h:8727:1:
note: 'BeginFullScreen' has been
      explicitly marked deprecated here
BeginFullScreen(
^
9vx/osx/screen.c:547:2: error: use of undeclared identifier 'OSXCursor'
        OSXCursor oc;
        ^
9vx/osx/screen.c:552:3: error: use of undeclared identifier 'oc'
                oc.data[i] = ((ushort*)c->set)[i];
                ^
9vx/osx/screen.c:553:3: error: use of undeclared identifier 'oc'
                oc.mask[i] = oc.data[i] | ((ushort*)c->clr)[i];
                ^
9vx/osx/screen.c:553:16: error: use of undeclared identifier 'oc'
                oc.mask[i] = oc.data[i] | ((ushort*)c->clr)[i];
                             ^
9vx/osx/screen.c:555:2: error: use of undeclared identifier 'oc'
        oc.hotSpot.h = - c->offset.x;
        ^
9vx/osx/screen.c:556:2: error: use of undeclared identifier 'oc'
        oc.hotSpot.v = - c->offset.y;
        ^
9vx/osx/screen.c:557:2: warning: implicit declaration of function
'SetCursor' is invalid in C99
      [-Wimplicit-function-declaration]
        SetCursor(&oc);
        ^
9vx/osx/screen.c:557:13: error: use of undeclared identifier 'oc'
        SetCursor(&oc);
                   ^
52 warnings and 7 errors generated.
make: *** [9vx/osx/screen.o] Error 1

Reply via email to