Follow-up Comment #4, bug #34552 (project gnustep):

no problem. 

still doesn't work:


 Compiling file XWindowBuffer.m ...
XWindowBuffer.m:255:15: warning: implicit declaration of function
'XShmDetach'
      is invalid in C99 [-Wimplicit-function-declaration]
              XShmDetach(wi->display, &wi->shminfo);
              ^
XWindowBuffer.m:257:33: error: member reference base type 'int' is not a
      structure or union
              shmdt(wi->shminfo.shmaddr);
                    ~~~~~~~~~~~ ^
XWindowBuffer.m:447:12: warning: implicit declaration of function
'XShmPutImage'
      is invalid in C99 [-Wimplicit-function-declaration]
      if (!XShmPutImage(display, drawable, gc, ximage,
           ^
XWindowBuffer.m:642:47: error: use of undeclared identifier 'ShmCompletion'
          XShmGetEventBase(window->display) + ShmCompletion, &e))
                                              ^
XWindowBuffer.m:644:39: error: use of undeclared identifier
      'XShmCompletionEvent'
            [isa _gotShmCompletion: ((XShmCompletionEvent *)&e)->drawable];
                                      ^
XWindowBuffer.m:644:60: error: expected expression
            [isa _gotShmCompletion: ((XShmCompletionEvent *)&e)->drawable];
                                                           ^
XWindowBuffer.m:715:25: error: member reference base type 'int' is not a
      structure or union
          shmdt(shminfo.shmaddr);
                ~~~~~~~ ^
2 warnings and 5 errors generated.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34552>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to