xwem-devel
[Top][All Lists]
Advanced

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

Re: [XWEM]: compile problem


From: Zajcev Evgeny
Subject: Re: [XWEM]: compile problem
Date: Fri, 12 Mar 2004 10:11:50 +0300
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.5 (celery, berkeley-unix)

Alex Zatelepin <address@hidden> writes:

> make output:

> Loading xlib-xwin...
> Malformed list: ((lambda (attr) (if (X-Pixmap-p
> (X-Attr-background-pixmap attr)) (X-Pixmap-id
> (X-Attr-background-pixmap attr)) (X-Attr-background-pixmap attr)))
> . 4)
>

Unfortunetely there no `xwem-version' variable yet, so i can't track
which sources you use.  Can you show whole X-Attr structure, i.e. mine
looks like:

(defstruct (X-Attr (:predicate X-Attr-isattr-p))
  ;; any *-pixel is X-Color structure
  dpy id
  background-pixmap background-pixel
  border-pixmap border-pixel
  bit-gravity win-gravity
  backing-store backing-planes backing-pixel
  override-redirect
  save-under
  event-mask
  do-not-propagate-mask
  colormap                              ; X-Colormap
  cursor                                ; X-Cursor
  visualid
  mapstate
  ;; List of extractors
  (list '(((lambda (attr)
             (if (X-Pixmap-p (X-Attr-background-pixmap attr))
                 (X-Pixmap-id (X-Attr-background-pixmap attr))
               (X-Attr-background-pixmap attr))) . 4)
          ((lambda (attr)
             (if (X-Color-p (X-Attr-background-pixel attr))
                 (X-Color-id (X-Attr-background-pixel attr))
               (X-Attr-background-pixel attr))) . 4)
          ((lambda (attr)
             (if (X-Pixmap-p (X-Attr-border-pixmap attr))
                 (X-Pixmap-id (X-Attr-border-pixmap attr))
               (X-Attr-border-pixmap attr))) . 4)
          ((lambda (attr)
             (if (X-Color-p (X-Attr-border-pixel attr))
                 (X-Color-id (X-Attr-border-pixel attr))
               (X-Attr-border-pixel attr))) . 4)
          (X-Attr-bit-gravity . 1)
          (X-Attr-win-gravity . 1)
          (X-Attr-backing-store . 1)
          (X-Attr-backing-planes . 4)
          ((lambda (attr)
             (if (X-Color-p (X-Attr-backing-pixel attr))
                 (X-Color-id (X-Attr-backing-pixel attr))
               (X-Attr-backing-pixel attr))) . 4)
          (X-Attr-override-redirect . 1)
          (X-Attr-save-under . 1)
          (X-Attr-event-mask . 4)
          (X-Attr-do-not-propagate-mask . 4)
          ((lambda (attr)
             (if (X-Colormap-p (X-Attr-colormap attr))
                 (X-Colormap-id (X-Attr-colormap attr))
               (X-Attr-colormap attr))) . 4)
          ((lambda (attr)
             (if (X-Cursor-p (X-Attr-cursor attr))
                 (X-Cursor-id (X-Attr-cursor attr))
               (X-Attr-cursor attr))) . 4)
          (X-Attr-mapstate . 1))))

Is xlib-xwin.el compiles ok, but not loads, or compilation stops due
to this problem?  Open xlib-xwin.el file, do M-x byte-compile-file RET
and include output of it.  Then try to load it.

I remember that Noufal Ibrahim has such a problem, and as I remember
he resolved it.

Thanks for your interest in xwem.

--
lg




reply via email to

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