bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34552] back configure doesn't check for <X11/Extensions/shape.h>


From: julian
Subject: [bug #34552] back configure doesn't check for <X11/Extensions/shape.h>
Date: Wed, 19 Oct 2011 13:00:29 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]