bonjour bonjour!
je voudrais installer cette chouette petite application : http://thegraveyard.org/skippy.php|skippy
cependant, je n’arrive pas à la compiler, quelles dépendances il me manque selon vous?
[code]xavier@Lothlorien:~/skippy-xd-0.5.0$ make
gcc -I/usr/X11R6/include pkg-config xft xrender xcomposite xdamage xfixes --cflags -g -pedantic -Wall -DXINERAMA -o skippy-xd skippy.c wm.c dlist.c mainwin.c clientwin.c layout.c focus.c config.c tooltip.c -L/usr/X11R6/lib -lX11 -lm pkg-config xft xrender xcomposite xdamage xfixes --libs -lXext -lXinerama
Package xft was not found in the pkg-config search path.
Perhaps you should add the directory containing xft.pc' to the PKG_CONFIG_PATH environment variable No package 'xft' found Package xrender was not found in the pkg-config search path. Perhaps you should add the directory containingxrender.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘xrender’ found
Package xcomposite was not found in the pkg-config search path.
Perhaps you should add the directory containing xcomposite.pc' to the PKG_CONFIG_PATH environment variable No package 'xcomposite' found Package xdamage was not found in the pkg-config search path. Perhaps you should add the directory containingxdamage.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘xdamage’ found
Package xfixes was not found in the pkg-config search path.
Perhaps you should add the directory containing xfixes.pc' to the PKG_CONFIG_PATH environment variable No package 'xfixes' found Package xft was not found in the pkg-config search path. Perhaps you should add the directory containingxft.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘xft’ found
Package xrender was not found in the pkg-config search path.
Perhaps you should add the directory containing xrender.pc' to the PKG_CONFIG_PATH environment variable No package 'xrender' found Package xcomposite was not found in the pkg-config search path. Perhaps you should add the directory containingxcomposite.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘xcomposite’ found
Package xdamage was not found in the pkg-config search path.
Perhaps you should add the directory containing xdamage.pc' to the PKG_CONFIG_PATH environment variable No package 'xdamage' found Package xfixes was not found in the pkg-config search path. Perhaps you should add the directory containingxfixes.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘xfixes’ found
In file included from skippy.c:20:
skippy.h:23:22: error: X11/Xlib.h: Aucun fichier ou répertoire de ce type
skippy.h:26:29: error: X11/Xmu/WinUtil.h: Aucun fichier ou répertoire de ce type
skippy.h:28:25: error: X11/Xft/Xft.h: Aucun fichier ou répertoire de ce type
skippy.h:30:36: error: X11/extensions/Xrender.h: Aucun fichier ou répertoire de ce type
skippy.h:31:39: error: X11/extensions/Xcomposite.h: Aucun fichier ou répertoire de ce type
skippy.h:32:36: error: X11/extensions/Xdamage.h: Aucun fichier ou répertoire de ce type
skippy.h:33:35: error: X11/extensions/Xfixes.h: Aucun fichier ou répertoire de ce type
skippy.h:36:38: error: X11/extensions/Xinerama.h: Aucun fichier ou répertoire de ce type
In file included from skippy.h:62,
from skippy.c:20:
wm.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘XA_WM_STATE’
wm.h:64: error: expected ‘)’ before ‘’ token
wm.h:65: error: expected ‘)’ before ‘’ token
wm.h:66: error: expected ‘)’ before ‘b’
wm.h:67: error: expected ‘)’ before ‘’ token
wm.h:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_root_pmap’
wm.h:69: error: expected ‘)’ before ‘’ token
wm.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘’ token
wm.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_group_leader’
wm.h:72: error: expected ‘)’ before ‘’ token
wm.h:73: error: expected ‘)’ before ‘’ token
wm.h:74: error: expected ‘)’ before ‘’ token
wm.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_focused’
wm.h:76: error: expected ‘)’ before ‘b’
In file included from skippy.h:63,
from skippy.c:20:
clientwin.h:24: error: expected specifier-qualifier-list before ‘Window’
clientwin.h:28: warning: struct has no members
clientwin.h:39: error: expected specifier-qualifier-list before ‘Pixmap’
clientwin.h:56: error: expected declaration specifiers or ‘…’ before ‘Window’
clientwin.h:57: error: expected declaration specifiers or ‘…’ before ‘Bool’
clientwin.h:61: error: expected declaration specifiers or ‘…’ before ‘XEvent’
clientwin.h:66: error: expected declaration specifiers or ‘…’ before ‘XRectangle’
In file included from skippy.h:64,
from skippy.c:20:
mainwin.h:27: error: expected specifier-qualifier-list before ‘Display’
mainwin.h:60: warning: struct has no members
mainwin.h:63: error: expected ‘)’ before ‘’ token
mainwin.h:67: error: expected declaration specifiers or ‘…’ before ‘XEvent’
In file included from skippy.h:68,
from skippy.c:20:
tooltip.h:28: error: expected specifier-qualifier-list before ‘Window’
tooltip.h:42: warning: type defaults to ‘int’ in declaration of ‘FcChar8’
tooltip.h:42: error: expected ‘;’, ‘,’ or ‘)’ before ‘’ token
tooltip.h:44: error: expected declaration specifiers or ‘…’ before ‘XEvent’
skippy.c:34: error: expected declaration specifiers or ‘…’ before ‘Bool’
skippy.c: In function ‘update_clients’:
skippy.c:38: warning: implicit declaration of function ‘wm_get_stack’
skippy.c:38: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:38: warning: passing argument 1 of ‘dlist_first’ makes pointer from integer without a cast
skippy.c:41: error: ‘touched’ undeclared (first use in this function)
skippy.c:41: error: (Each undeclared identifier is reported only once
skippy.c:41: error: for each function it appears in.)
skippy.c:42: error: ‘False’ undeclared (first use in this function)
skippy.c:48: error: ‘SkippyWindow’ has no member named ‘window’
skippy.c:51: error: ‘True’ undeclared (first use in this function)
skippy.c:51: error: too many arguments to function ‘clientwin_destroy’
skippy.c:66: error: ‘Window’ undeclared (first use in this function)
skippy.c:66: error: expected ‘)’ before ‘iter’
skippy.c:68: error: expected ‘)’ before ‘iter’
skippy.c:68: error: too many arguments to function ‘clientwin_create’
skippy.c: At top level:
skippy.c:84: error: expected declaration specifiers or ‘…’ before ‘Window’
skippy.c:84: error: expected declaration specifiers or ‘…’ before ‘Window’
skippy.c: In function ‘do_layout’:
skippy.c:86: warning: implicit declaration of function ‘wm_get_current_desktop’
skippy.c:86: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:93: error: too many arguments to function ‘update_clients’
skippy.c:95: error: ‘MainWin’ has no member named ‘cod’
skippy.c:96: error: ‘MainWin’ has no member named ‘cod’
skippy.c:99: error: ‘leader’ undeclared (first use in this function)
skippy.c:99: error: ‘None’ undeclared (first use in this function)
skippy.c:101: error: ‘MainWin’ has no member named ‘cod’
skippy.c:104: error: ‘MainWin’ has no member named ‘cod’
skippy.c:106: error: ‘MainWin’ has no member named ‘cod’
skippy.c:109: error: ‘MainWin’ has no member named ‘cod’
skippy.c:112: error: ‘MainWin’ has no member named ‘cod’
skippy.c:113: error: ‘MainWin’ has no member named ‘width’
skippy.c:114: error: ‘MainWin’ has no member named ‘height’
skippy.c:115: error: ‘MainWin’ has no member named ‘height’
skippy.c:117: error: ‘MainWin’ has no member named ‘width’
skippy.c:118: error: ‘MainWin’ has no member named ‘height’
skippy.c:120: error: ‘MainWin’ has no member named ‘cod’
skippy.c:124: error: ‘MainWin’ has no member named ‘cod’
skippy.c:124: error: ‘focus’ undeclared (first use in this function)
skippy.c:126: error: ‘MainWin’ has no member named ‘cod’
skippy.c:127: error: ‘MainWin’ has no member named ‘focus’
skippy.c:128: error: ‘MainWin’ has no member named ‘focus’
skippy.c:131: error: ‘MainWin’ has no member named ‘cod’
skippy.c:133: warning: implicit declaration of function ‘XWarpPointer’
skippy.c:133: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:133: error: ‘MainWin’ has no member named ‘focus’
skippy.c:133: error: ‘MainWin’ has no member named ‘focus’
skippy.c:133: error: ‘MainWin’ has no member named ‘focus’
skippy.c: At top level:
skippy.c:139: error: expected declaration specifiers or ‘…’ before ‘Window’
skippy.c:139: error: expected declaration specifiers or ‘…’ before ‘Window’
skippy.c:139: error: expected declaration specifiers or ‘…’ before ‘Bool’
skippy.c: In function ‘skippy_run’:
skippy.c:141: error: ‘XEvent’ undeclared (first use in this function)
skippy.c:141: error: expected ‘;’ before ‘ev’
skippy.c:142: warning: ISO C90 forbids mixed declarations and code
skippy.c:143: error: ‘Bool’ undeclared (first use in this function)
skippy.c:143: error: expected ‘;’ before ‘refocus’
skippy.c:144: warning: ISO C90 forbids mixed declarations and code
skippy.c:149: error: ‘all_xin’ undeclared (first use in this function)
skippy.c:150: error: ‘MainWin’ has no member named ‘xin_active’
skippy.c:156: error: ‘MainWin’ has no member named ‘lazy_trans’
skippy.c:159: warning: implicit declaration of function ‘XFlush’
skippy.c:159: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:162: error: ‘focus’ undeclared (first use in this function)
skippy.c:162: error: ‘leader’ undeclared (first use in this function)
skippy.c:162: error: too many arguments to function ‘do_layout’
skippy.c:163: error: ‘MainWin’ has no member named ‘cod’
skippy.c:167: error: ‘MainWin’ has no member named ‘lazy_trans’
skippy.c:176: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:178: warning: implicit declaration of function ‘ConnectionNumber’
skippy.c:178: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:180: error: ‘MainWin’ has no member named ‘poll_time’
skippy.c:181: error: ‘MainWin’ has no member named ‘poll_time’
skippy.c:181: error: ‘MainWin’ has no member named ‘poll_time’
skippy.c:187: error: ‘MainWin’ has no member named ‘poll_time’
skippy.c:189: error: ‘MainWin’ has no member named ‘cod’
skippy.c:189: error: ‘ClientWin’ has no member named ‘damaged’
skippy.c:193: warning: implicit declaration of function ‘XPending’
skippy.c:193: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:196: warning: implicit declaration of function ‘XNextEvent’
skippy.c:196: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:196: error: ‘ev’ undeclared (first use in this function)
skippy.c:198: error: ‘MotionNotify’ undeclared (first use in this function)
skippy.c:203: error: ‘DestroyNotify’ undeclared (first use in this function)
skippy.c:203: error: ‘UnmapNotify’ undeclared (first use in this function)
skippy.c:209: error: ‘MainWin’ has no member named ‘cod’
skippy.c:211: error: ‘MainWin’ has no member named ‘cod’
skippy.c:212: error: ‘True’ undeclared (first use in this function)
skippy.c:212: error: too many arguments to function ‘clientwin_destroy’
skippy.c:213: error: ‘MainWin’ has no member named ‘cod’
skippy.c:220: error: ‘MainWin’ has no member named ‘poll_time’
skippy.c:220: error: ‘MainWin’ has no member named ‘damage_event_base’
skippy.c:220: error: ‘XDamageNotify’ undeclared (first use in this function)
skippy.c:222: error: ‘XDamageNotifyEvent’ undeclared (first use in this function)
skippy.c:222: error: ‘d_ev’ undeclared (first use in this function)
skippy.c:222: error: expected expression before ‘)’ token
skippy.c:223: error: ‘MainWin’ has no member named ‘cod’
skippy.c:223: warning: ISO C90 forbids mixed declarations and code
skippy.c:226: error: ‘MainWin’ has no member named ‘poll_time’
skippy.c:229: error: ‘ClientWin’ has no member named ‘damaged’
skippy.c:233: error: ‘KeyRelease’ undeclared (first use in this function)
skippy.c:233: error: ‘MainWin’ has no member named ‘key_q’
skippy.c:239: error: ‘MainWin’ has no member named ‘key_escape’
skippy.c:241: error: ‘refocus’ undeclared (first use in this function)
skippy.c:245: error: ‘MainWin’ has no member named ‘window’
skippy.c:246: error: too many arguments to function ‘mainwin_handle’
skippy.c:247: error: ‘PropertyNotify’ undeclared (first use in this function)
skippy.c:249: error: ‘ESETROOT_PMAP_ID’ undeclared (first use in this function)
skippy.c:249: error: ‘_XROOTPMAP_ID’ undeclared (first use in this function)
skippy.c:252: error: ‘MainWin’ has no member named ‘cod’
skippy.c:256: error: ‘MainWin’ has no member named ‘tooltip’
skippy.c:256: error: ‘MainWin’ has no member named ‘tooltip’
skippy.c:257: error: ‘MainWin’ has no member named ‘tooltip’
skippy.c:257: error: too many arguments to function ‘tooltip_handle’
skippy.c:261: error: ‘MainWin’ has no member named ‘cod’
skippy.c:264: error: ‘SkippyWindow’ has no member named ‘window’
skippy.c:266: error: too many arguments to function ‘clientwin_handle’
skippy.c:277: error: ‘MainWin’ has no member named ‘tooltip’
skippy.c:278: error: ‘MainWin’ has no member named ‘tooltip’
skippy.c:284: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:286: error: ‘MainWin’ has no member named ‘cod’
skippy.c:287: error: ‘MainWin’ has no member named ‘cod’
skippy.c:288: error: ‘MainWin’ has no member named ‘cod’
skippy.c:294: warning: implicit declaration of function ‘XSetInputFocus’
skippy.c:294: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:294: error: ‘RevertToPointerRoot’ undeclared (first use in this function)
skippy.c:294: error: ‘CurrentTime’ undeclared (first use in this function)
skippy.c: In function ‘main’:
skippy.c:303: error: ‘Display’ undeclared (first use in this function)
skippy.c:303: error: ‘dpy’ undeclared (first use in this function)
skippy.c:303: warning: implicit declaration of function ‘XOpenDisplay’
skippy.c:304: warning: ISO C90 forbids mixed declarations and code
skippy.c:305: error: ‘KeyCode’ undeclared (first use in this function)
skippy.c:305: error: expected ‘;’ before ‘keycode’
skippy.c:306: error: ‘KeySym’ undeclared (first use in this function)
skippy.c:306: error: expected ‘;’ before ‘keysym’
skippy.c:307: warning: ISO C90 forbids mixed declarations and code
skippy.c:309: error: ‘Bool’ undeclared (first use in this function)
skippy.c:309: error: expected ‘;’ before ‘invertShift’
skippy.c:316: warning: implicit declaration of function ‘wm_get_atoms’
skippy.c:318: warning: implicit declaration of function ‘wm_check’
skippy.c:331: warning: implicit declaration of function ‘wm_use_netwm_fullscreen’
skippy.c:332: warning: implicit declaration of function ‘wm_ignore_skip_taskbar’
skippy.c:334: warning: implicit declaration of function ‘mainwin_create’
skippy.c:334: warning: assignment makes pointer from integer without a cast
skippy.c:339: warning: implicit declaration of function ‘XCloseDisplay’
skippy.c:339: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:343: error: ‘invertShift’ undeclared (first use in this function)
skippy.c:346: error: ‘keysym’ undeclared (first use in this function)
skippy.c:346: warning: implicit declaration of function ‘XStringToKeysym’
skippy.c:347: error: ‘NoSymbol’ undeclared (first use in this function)
skippy.c:351: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:355: warning: implicit declaration of function ‘XSelectInput’
skippy.c:355: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:355: error: ‘MainWin’ has no member named ‘root’
skippy.c:355: error: ‘PropertyChangeMask’ undeclared (first use in this function)
skippy.c:357: error: ‘keycode’ undeclared (first use in this function)
skippy.c:357: warning: implicit declaration of function ‘XKeysymToKeycode’
skippy.c:357: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:358: warning: implicit declaration of function ‘XGrabKey’
skippy.c:358: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:358: error: ‘AnyModifier’ undeclared (first use in this function)
skippy.c:358: error: ‘MainWin’ has no member named ‘root’
skippy.c:358: error: ‘False’ undeclared (first use in this function)
skippy.c:358: error: ‘GrabModeAsync’ undeclared (first use in this function)
skippy.c:361: error: ‘XEvent’ undeclared (first use in this function)
skippy.c:361: error: expected ‘;’ before ‘ev’
skippy.c:362: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:362: error: ‘ev’ undeclared (first use in this function)
skippy.c:363: error: ‘PropertyNotify’ undeclared (first use in this function)
skippy.c:363: error: ‘ESETROOT_PMAP_ID’ undeclared (first use in this function)
skippy.c:363: error: ‘_XROOTPMAP_ID’ undeclared (first use in this function)
skippy.c:365: error: ‘KeyRelease’ undeclared (first use in this function)
skippy.c:367: error: ‘Window’ undeclared (first use in this function)
skippy.c:367: error: expected ‘;’ before ‘leader’
skippy.c:368: error: expected ‘;’ before ‘shifted’
skippy.c:370: error: ‘Mod1Mask’ undeclared (first use in this function)
skippy.c:372: error: ‘focused’ undeclared (first use in this function)
skippy.c:372: error: ‘None’ undeclared (first use in this function)
skippy.c:373: error: ‘leader’ undeclared (first use in this function)
skippy.c:373: warning: implicit declaration of function ‘wm_get_group_leader’
skippy.c:373: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:377: error: ‘shifted’ undeclared (first use in this function)
skippy.c:377: error: too many arguments to function ‘skippy_run’
skippy.c:383: error: ‘MainWin’ has no member named ‘dpy’
skippy.c:387: warning: implicit declaration of function ‘XSync’
skippy.c:387: error: ‘True’ undeclared (first use in this function)
In file included from wm.c:20:
skippy.h:23:22: error: X11/Xlib.h: Aucun fichier ou répertoire de ce type
skippy.h:26:29: error: X11/Xmu/WinUtil.h: Aucun fichier ou répertoire de ce type
skippy.h:28:25: error: X11/Xft/Xft.h: Aucun fichier ou répertoire de ce type
skippy.h:30:36: error: X11/extensions/Xrender.h: Aucun fichier ou répertoire de ce type
skippy.h:31:39: error: X11/extensions/Xcomposite.h: Aucun fichier ou répertoire de ce type
skippy.h:32:36: error: X11/extensions/Xdamage.h: Aucun fichier ou répertoire de ce type
skippy.h:33:35: error: X11/extensions/Xfixes.h: Aucun fichier ou répertoire de ce type
skippy.h:36:38: error: X11/extensions/Xinerama.h: Aucun fichier ou répertoire de ce type
In file included from skippy.h:62,
from wm.c:20:
wm.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘XA_WM_STATE’
wm.h:64: error: expected ‘)’ before ‘’ token
wm.h:65: error: expected ‘)’ before ‘’ token
wm.h:66: error: expected ‘)’ before ‘b’
wm.h:67: error: expected ‘)’ before ‘’ token
wm.h:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_root_pmap’
wm.h:69: error: expected ‘)’ before ‘’ token
wm.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘’ token
wm.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_group_leader’
wm.h:72: error: expected ‘)’ before ‘’ token
wm.h:73: error: expected ‘)’ before ‘’ token
wm.h:74: error: expected ‘)’ before ‘’ token
wm.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_focused’
wm.h:76: error: expected ‘)’ before ‘b’
In file included from skippy.h:63,
from wm.c:20:
clientwin.h:24: error: expected specifier-qualifier-list before ‘Window’
clientwin.h:28: warning: struct has no members
clientwin.h:39: error: expected specifier-qualifier-list before ‘Pixmap’
clientwin.h:56: error: expected declaration specifiers or ‘…’ before ‘Window’
clientwin.h:57: error: expected declaration specifiers or ‘…’ before ‘Bool’
clientwin.h:61: error: expected declaration specifiers or ‘…’ before ‘XEvent’
clientwin.h:66: error: expected declaration specifiers or ‘…’ before ‘XRectangle’
In file included from skippy.h:64,
from wm.c:20:
mainwin.h:27: error: expected specifier-qualifier-list before ‘Display’
mainwin.h:60: warning: struct has no members
mainwin.h:63: error: expected ‘)’ before ‘’ token
mainwin.h:67: error: expected declaration specifiers or ‘…’ before ‘XEvent’
In file included from skippy.h:68,
from wm.c:20:
tooltip.h:28: error: expected specifier-qualifier-list before ‘Window’
tooltip.h:42: warning: type defaults to ‘int’ in declaration of ‘FcChar8’
tooltip.h:42: error: expected ‘;’, ‘,’ or ‘)’ before ‘’ token
tooltip.h:44: error: expected declaration specifiers or ‘…’ before ‘XEvent’
wm.c:52: error: expected ‘)’ before ‘’ token
wm.c:92: error: expected ‘)’ before ‘’ token
wm.c:166: error: expected ‘)’ before ‘’ token
wm.c:234: error: expected ‘)’ before ‘’ token
wm.c:240: error: expected ‘)’ before ‘’ token
wm.c:269: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_root_pmap’
wm.c:297: error: expected ‘)’ before ‘’ token
wm.c:318: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘’ token
wm.c:364: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_group_leader’
wm.c:397: error: expected ‘)’ before ‘b’
wm.c:403: error: expected ‘)’ before ‘b’
wm.c:409: error: expected ‘)’ before ‘’ token
wm.c:435: error: expected ‘)’ before ‘’ token
wm.c:527: error: expected ‘)’ before ‘’ token
wm.c:572: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_focused’
In file included from dlist.c:20:
skippy.h:23:22: error: X11/Xlib.h: Aucun fichier ou répertoire de ce type
skippy.h:26:29: error: X11/Xmu/WinUtil.h: Aucun fichier ou répertoire de ce type
skippy.h:28:25: error: X11/Xft/Xft.h: Aucun fichier ou répertoire de ce type
skippy.h:30:36: error: X11/extensions/Xrender.h: Aucun fichier ou répertoire de ce type
skippy.h:31:39: error: X11/extensions/Xcomposite.h: Aucun fichier ou répertoire de ce type
skippy.h:32:36: error: X11/extensions/Xdamage.h: Aucun fichier ou répertoire de ce type
skippy.h:33:35: error: X11/extensions/Xfixes.h: Aucun fichier ou répertoire de ce type
skippy.h:36:38: error: X11/extensions/Xinerama.h: Aucun fichier ou répertoire de ce type
In file included from skippy.h:62,
from dlist.c:20:
wm.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘XA_WM_STATE’
wm.h:64: error: expected ‘)’ before ‘’ token
wm.h:65: error: expected ‘)’ before ‘’ token
wm.h:66: error: expected ‘)’ before ‘b’
wm.h:67: error: expected ‘)’ before ‘’ token
wm.h:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_root_pmap’
wm.h:69: error: expected ‘)’ before ‘’ token
wm.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘’ token
wm.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_group_leader’
wm.h:72: error: expected ‘)’ before ‘’ token
wm.h:73: error: expected ‘)’ before ‘’ token
wm.h:74: error: expected ‘)’ before ‘’ token
wm.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_focused’
wm.h:76: error: expected ‘)’ before ‘b’
In file included from skippy.h:63,
from dlist.c:20:
clientwin.h:24: error: expected specifier-qualifier-list before ‘Window’
clientwin.h:28: warning: struct has no members
clientwin.h:39: error: expected specifier-qualifier-list before ‘Pixmap’
clientwin.h:56: error: expected declaration specifiers or ‘…’ before ‘Window’
clientwin.h:57: error: expected declaration specifiers or ‘…’ before ‘Bool’
clientwin.h:61: error: expected declaration specifiers or ‘…’ before ‘XEvent’
clientwin.h:66: error: expected declaration specifiers or ‘…’ before ‘XRectangle’
In file included from skippy.h:64,
from dlist.c:20:
mainwin.h:27: error: expected specifier-qualifier-list before ‘Display’
mainwin.h:60: warning: struct has no members
mainwin.h:63: error: expected ‘)’ before ‘’ token
mainwin.h:67: error: expected declaration specifiers or ‘…’ before ‘XEvent’
In file included from skippy.h:68,
from dlist.c:20:
tooltip.h:28: error: expected specifier-qualifier-list before ‘Window’
tooltip.h:42: warning: type defaults to ‘int’ in declaration of ‘FcChar8’
tooltip.h:42: error: expected ‘;’, ‘,’ or ‘)’ before ‘’ token
tooltip.h:44: error: expected declaration specifiers or ‘…’ before ‘XEvent’
In file included from mainwin.c:20:
skippy.h:23:22: error: X11/Xlib.h: Aucun fichier ou répertoire de ce type
skippy.h:26:29: error: X11/Xmu/WinUtil.h: Aucun fichier ou répertoire de ce type
skippy.h:28:25: error: X11/Xft/Xft.h: Aucun fichier ou répertoire de ce type
skippy.h:30:36: error: X11/extensions/Xrender.h: Aucun fichier ou répertoire de ce type
skippy.h:31:39: error: X11/extensions/Xcomposite.h: Aucun fichier ou répertoire de ce type
skippy.h:32:36: error: X11/extensions/Xdamage.h: Aucun fichier ou répertoire de ce type
skippy.h:33:35: error: X11/extensions/Xfixes.h: Aucun fichier ou répertoire de ce type
skippy.h:36:38: error: X11/extensions/Xinerama.h: Aucun fichier ou répertoire de ce type
In file included from skippy.h:62,
from mainwin.c:20:
wm.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘XA_WM_STATE’
wm.h:64: error: expected ‘)’ before ‘’ token
wm.h:65: error: expected ‘)’ before ‘’ token
wm.h:66: error: expected ‘)’ before ‘b’
wm.h:67: error: expected ‘)’ before ‘’ token
wm.h:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_root_pmap’
wm.h:69: error: expected ‘)’ before ‘’ token
wm.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘’ token
wm.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_group_leader’
wm.h:72: error: expected ‘)’ before ‘’ token
wm.h:73: error: expected ‘)’ before ‘’ token
wm.h:74: error: expected ‘)’ before ‘’ token
wm.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_focused’
wm.h:76: error: expected ‘)’ before ‘b’
In file included from skippy.h:63,
from mainwin.c:20:
clientwin.h:24: error: expected specifier-qualifier-list before ‘Window’
clientwin.h:28: warning: struct has no members
clientwin.h:39: error: expected specifier-qualifier-list before ‘Pixmap’
clientwin.h:56: error: expected declaration specifiers or ‘…’ before ‘Window’
clientwin.h:57: error: expected declaration specifiers or ‘…’ before ‘Bool’
clientwin.h:61: error: expected declaration specifiers or ‘…’ before ‘XEvent’
clientwin.h:66: error: expected declaration specifiers or ‘…’ before ‘XRectangle’
In file included from skippy.h:64,
from mainwin.c:20:
mainwin.h:27: error: expected specifier-qualifier-list before ‘Display’
mainwin.h:60: warning: struct has no members
mainwin.h:63: error: expected ‘)’ before ‘’ token
mainwin.h:67: error: expected declaration specifiers or ‘…’ before ‘XEvent’
In file included from skippy.h:68,
from mainwin.c:20:
tooltip.h:28: error: expected specifier-qualifier-list before ‘Window’
tooltip.h:42: warning: type defaults to ‘int’ in declaration of ‘FcChar8’
tooltip.h:42: error: expected ‘;’, ‘,’ or ‘)’ before ‘’ token
tooltip.h:44: error: expected declaration specifiers or ‘…’ before ‘XEvent’
mainwin.c:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘’ token
mainwin.c:60: error: expected ‘)’ before ‘’ token
mainwin.c: In function ‘mainwin_update_background’:
mainwin.c:248: error: ‘Pixmap’ undeclared (first use in this function)
mainwin.c:248: error: (Each undeclared identifier is reported only once
mainwin.c:248: error: for each function it appears in.)
mainwin.c:248: error: expected ‘;’ before ‘root’
mainwin.c:249: error: ‘XRenderColor’ undeclared (first use in this function)
mainwin.c:249: error: expected ‘;’ before ‘black’
mainwin.c:250: error: ‘XRenderPictureAttributes’ undeclared (first use in this function)
mainwin.c:250: error: expected ‘;’ before ‘pa’
mainwin.c:252: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:253: warning: implicit declaration of function ‘XFreePixmap’
mainwin.c:253: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:253: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:254: error: ‘MainWin’ has no member named ‘background’
mainwin.c:255: warning: implicit declaration of function ‘XRenderFreePicture’
mainwin.c:255: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:255: error: ‘MainWin’ has no member named ‘background’
mainwin.c:257: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:257: warning: implicit declaration of function ‘XCreatePixmap’
mainwin.c:257: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:257: error: ‘MainWin’ has no member named ‘window’
mainwin.c:257: error: ‘MainWin’ has no member named ‘width’
mainwin.c:257: error: ‘MainWin’ has no member named ‘height’
mainwin.c:257: error: ‘MainWin’ has no member named ‘depth’
mainwin.c:258: error: ‘pa’ undeclared (first use in this function)
mainwin.c:258: error: ‘True’ undeclared (first use in this function)
mainwin.c:259: error: ‘MainWin’ has no member named ‘background’
mainwin.c:259: warning: implicit declaration of function ‘XRenderCreatePicture’
mainwin.c:259: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:259: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:259: error: ‘MainWin’ has no member named ‘format’
mainwin.c:259: error: ‘CPRepeat’ undeclared (first use in this function)
mainwin.c:261: error: ‘root’ undeclared (first use in this function)
mainwin.c:261: error: ‘None’ undeclared (first use in this function)
mainwin.c:262: warning: implicit declaration of function ‘XRenderFillRectangle’
mainwin.c:262: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:262: error: ‘PictOpSrc’ undeclared (first use in this function)
mainwin.c:262: error: ‘MainWin’ has no member named ‘background’
mainwin.c:262: error: ‘black’ undeclared (first use in this function)
mainwin.c:262: error: ‘MainWin’ has no member named ‘width’
mainwin.c:262: error: ‘MainWin’ has no member named ‘height’
mainwin.c:265: error: ‘Picture’ undeclared (first use in this function)
mainwin.c:265: error: expected ‘;’ before ‘from’
mainwin.c:266: warning: implicit declaration of function ‘XRenderComposite’
mainwin.c:266: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:266: error: ‘from’ undeclared (first use in this function)
mainwin.c:266: error: ‘MainWin’ has no member named ‘background’
mainwin.c:266: error: ‘MainWin’ has no member named ‘x’
mainwin.c:266: error: ‘MainWin’ has no member named ‘y’
mainwin.c:266: error: ‘MainWin’ has no member named ‘width’
mainwin.c:266: error: ‘MainWin’ has no member named ‘height’
mainwin.c:267: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:270: warning: implicit declaration of function ‘XSetWindowBackgroundPixmap’
mainwin.c:270: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:270: error: ‘MainWin’ has no member named ‘window’
mainwin.c:270: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:271: warning: implicit declaration of function ‘XClearWindow’
mainwin.c:271: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:271: error: ‘MainWin’ has no member named ‘window’
mainwin.c: In function ‘mainwin_update’:
mainwin.c:278: error: ‘XineramaScreenInfo’ undeclared (first use in this function)
mainwin.c:278: error: ‘iter’ undeclared (first use in this function)
mainwin.c:279: warning: ISO C90 forbids mixed declarations and code
mainwin.c:280: error: ‘Window’ undeclared (first use in this function)
mainwin.c:280: error: expected ‘;’ before ‘dummy_w’
mainwin.c:281: warning: ISO C90 forbids mixed declarations and code
mainwin.c:284: error: ‘MainWin’ has no member named ‘xin_info’
mainwin.c:284: error: ‘MainWin’ has no member named ‘xin_screens’
mainwin.c:293: warning: implicit declaration of function ‘XQueryPointer’
mainwin.c:293: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:293: error: ‘MainWin’ has no member named ‘root’
mainwin.c:293: error: ‘dummy_w’ undeclared (first use in this function)
mainwin.c:299: error: ‘MainWin’ has no member named ‘xin_info’
mainwin.c:300: error: ‘MainWin’ has no member named ‘xin_screens’
mainwin.c:312: error: ‘MainWin’ has no member named ‘xin_screens’
mainwin.c:319: error: ‘MainWin’ has no member named ‘x’
mainwin.c:320: error: ‘MainWin’ has no member named ‘y’
mainwin.c:321: error: ‘MainWin’ has no member named ‘width’
mainwin.c:322: error: ‘MainWin’ has no member named ‘height’
mainwin.c:323: warning: implicit declaration of function ‘XMoveResizeWindow’
mainwin.c:323: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:323: error: ‘MainWin’ has no member named ‘window’
mainwin.c:323: error: ‘MainWin’ has no member named ‘width’
mainwin.c:323: error: ‘MainWin’ has no member named ‘height’
mainwin.c:324: error: ‘MainWin’ has no member named ‘xin_active’
mainwin.c: In function ‘mainwin_map’:
mainwin.c:332: warning: implicit declaration of function ‘wm_set_fullscreen’
mainwin.c:332: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:332: error: ‘MainWin’ has no member named ‘window’
mainwin.c:332: error: ‘MainWin’ has no member named ‘x’
mainwin.c:332: error: ‘MainWin’ has no member named ‘y’
mainwin.c:332: error: ‘MainWin’ has no member named ‘width’
mainwin.c:332: error: ‘MainWin’ has no member named ‘height’
mainwin.c:333: error: ‘MainWin’ has no member named ‘pressed’
mainwin.c:334: warning: implicit declaration of function ‘XMapWindow’
mainwin.c:334: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:334: error: ‘MainWin’ has no member named ‘window’
mainwin.c:335: warning: implicit declaration of function ‘XRaiseWindow’
mainwin.c:335: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:335: error: ‘MainWin’ has no member named ‘window’
mainwin.c: In function ‘mainwin_unmap’:
mainwin.c:341: error: ‘MainWin’ has no member named ‘tooltip’
mainwin.c:342: error: ‘MainWin’ has no member named ‘tooltip’
mainwin.c:343: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:345: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:345: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:346: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:346: error: ‘None’ undeclared (first use in this function)
mainwin.c:348: warning: implicit declaration of function ‘XUnmapWindow’
mainwin.c:348: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:348: error: ‘MainWin’ has no member named ‘window’
mainwin.c: In function ‘mainwin_destroy’:
mainwin.c:354: error: ‘MainWin’ has no member named ‘tooltip’
mainwin.c:355: error: ‘MainWin’ has no member named ‘tooltip’
mainwin.c:357: error: ‘MainWin’ has no member named ‘background’
mainwin.c:357: error: ‘None’ undeclared (first use in this function)
mainwin.c:358: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:358: error: ‘MainWin’ has no member named ‘background’
mainwin.c:360: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:361: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:361: error: ‘MainWin’ has no member named ‘bg_pixmap’
mainwin.c:363: error: ‘MainWin’ has no member named ‘normalPicture’
mainwin.c:364: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:364: error: ‘MainWin’ has no member named ‘normalPicture’
mainwin.c:366: error: ‘MainWin’ has no member named ‘highlightPicture’
mainwin.c:367: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:367: error: ‘MainWin’ has no member named ‘highlightPicture’
mainwin.c:369: error: ‘MainWin’ has no member named ‘normalPixmap’
mainwin.c:370: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:370: error: ‘MainWin’ has no member named ‘normalPixmap’
mainwin.c:372: error: ‘MainWin’ has no member named ‘highlightPixmap’
mainwin.c:373: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:373: error: ‘MainWin’ has no member named ‘highlightPixmap’
mainwin.c:375: warning: implicit declaration of function ‘XDestroyWindow’
mainwin.c:375: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:375: error: ‘MainWin’ has no member named ‘window’
mainwin.c:378: error: ‘MainWin’ has no member named ‘xin_info’
mainwin.c:379: warning: implicit declaration of function ‘XFree’
mainwin.c:379: error: ‘MainWin’ has no member named ‘xin_info’
mainwin.c: In function ‘mainwin_transform’:
mainwin.c:388: error: ‘MainWin’ has no member named ‘transform’
mainwin.c:388: warning: implicit declaration of function ‘XDoubleToFixed’
mainwin.c:389: error: ‘MainWin’ has no member named ‘transform’
mainwin.c:390: error: ‘MainWin’ has no member named ‘transform’
mainwin.c:391: error: ‘MainWin’ has no member named ‘transform’
mainwin.c:392: error: ‘MainWin’ has no member named ‘transform’
mainwin.c:393: error: ‘MainWin’ has no member named ‘transform’
mainwin.c:394: error: ‘MainWin’ has no member named ‘transform’
mainwin.c:395: error: ‘MainWin’ has no member named ‘transform’
mainwin.c:396: error: ‘MainWin’ has no member named ‘transform’
mainwin.c: At top level:
mainwin.c:400: error: expected declaration specifiers or ‘…’ before ‘XEvent’
mainwin.c: In function ‘mainwin_handle’:
mainwin.c:402: error: ‘ev’ undeclared (first use in this function)
mainwin.c:404: error: ‘KeyPress’ undeclared (first use in this function)
mainwin.c:405: warning: implicit declaration of function ‘XKeysymToKeycode’
mainwin.c:405: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:408: error: ‘ButtonRelease’ undeclared (first use in this function)
mainwin.c:411: error: ‘VisibilityNotify’ undeclared (first use in this function)
mainwin.c:412: error: ‘MainWin’ has no member named ‘focus’
mainwin.c:414: warning: implicit declaration of function ‘XSetInputFocus’
mainwin.c:414: error: ‘MainWin’ has no member named ‘dpy’
mainwin.c:414: error: ‘MainWin’ has no member named ‘focus’
mainwin.c:414: error: ‘RevertToParent’ undeclared (first use in this function)
mainwin.c:414: error: ‘CurrentTime’ undeclared (first use in this function)
mainwin.c:415: error: ‘MainWin’ has no member named ‘focus’
In file included from clientwin.c:20:
skippy.h:23:22: error: X11/Xlib.h: Aucun fichier ou répertoire de ce type
skippy.h:26:29: error: X11/Xmu/WinUtil.h: Aucun fichier ou répertoire de ce type
skippy.h:28:25: error: X11/Xft/Xft.h: Aucun fichier ou répertoire de ce type
skippy.h:30:36: error: X11/extensions/Xrender.h: Aucun fichier ou répertoire de ce type
skippy.h:31:39: error: X11/extensions/Xcomposite.h: Aucun fichier ou répertoire de ce type
skippy.h:32:36: error: X11/extensions/Xdamage.h: Aucun fichier ou répertoire de ce type
skippy.h:33:35: error: X11/extensions/Xfixes.h: Aucun fichier ou répertoire de ce type
skippy.h:36:38: error: X11/extensions/Xinerama.h: Aucun fichier ou répertoire de ce type
In file included from skippy.h:62,
from clientwin.c:20:
wm.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘XA_WM_STATE’
wm.h:64: error: expected ‘)’ before ‘’ token
wm.h:65: error: expected ‘)’ before ‘’ token
wm.h:66: error: expected ‘)’ before ‘b’
wm.h:67: error: expected ‘)’ before ‘’ token
wm.h:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_root_pmap’
wm.h:69: error: expected ‘)’ before ‘’ token
wm.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘’ token
wm.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_group_leader’
wm.h:72: error: expected ‘)’ before ‘’ token
wm.h:73: error: expected ‘)’ before ‘’ token
wm.h:74: error: expected ‘)’ before ‘’ token
wm.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘wm_get_focused’
wm.h:76: error: expected ‘)’ before ‘b’
In file included from skippy.h:63,
from clientwin.c:20:
clientwin.h:24: error: expected specifier-qualifier-list before ‘Window’
clientwin.h:28: warning: struct has no members
clientwin.h:39: error: expected specifier-qualifier-list before ‘Pixmap’
clientwin.h:56: error: expected declaration specifiers or ‘…’ before ‘Window’
clientwin.h:57: error: expected declaration specifiers or ‘…’ before ‘Bool’
clientwin.h:61: error: expected declaration specifiers or ‘…’ before ‘XEvent’
clientwin.h:66: error: expected declaration specifiers or ‘…’ before ‘XRectangle’
In file included from skippy.h:64,
from clientwin.c:20:
mainwin.h:27: error: expected specifier-qualifier-list before ‘Display’
mainwin.h:60: warning: struct has no members
mainwin.h:63: error: expected ‘)’ before ‘’ token
mainwin.h:67: error: expected declaration specifiers or ‘…’ before ‘XEvent’
In file included from skippy.h:68,
from clientwin.c:20:
tooltip.h:28: error: expected specifier-qualifier-list before ‘Window’
tooltip.h:42: warning: type defaults to ‘int’ in declaration of ‘FcChar8’
tooltip.h:42: error: expected ‘;’, ‘,’ or ‘)’ before ‘’ token
tooltip.h:44: error: expected declaration specifiers or ‘…’ before ‘XEvent’
clientwin.c: In function ‘clientwin_cmp_func’:
clientwin.c:29: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:29: error: ‘Window’ undeclared (first use in this function)
clientwin.c:29: error: (Each undeclared identifier is reported only once
clientwin.c:29: error: for each function it appears in.)
clientwin.c:29: error: expected ‘;’ before ‘data’
clientwin.c:30: warning: control reaches end of non-void function
clientwin.c: In function ‘clientwin_validate_func’:
clientwin.c:37: warning: implicit declaration of function ‘wm_get_window_desktop’
clientwin.c:37: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:37: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘width’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c:40: error: ‘struct _MainWin’ has no member named ‘xin_active’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c:40: error: ‘SkippyWindow’ has no member named ‘height’
clientwin.c:47: warning: implicit declaration of function ‘wm_validate_window’
clientwin.c:47: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:47: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c: In function ‘clientwin_check_group_leader_func’:
clientwin.c:54: warning: implicit declaration of function ‘wm_get_group_leader’
clientwin.c:54: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:54: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:54: error: ‘Window’ undeclared (first use in this function)
clientwin.c:54: error: expected expression before ‘)’ token
clientwin.c:55: warning: control reaches end of non-void function
clientwin.c: In function ‘clientwin_sort_func’:
clientwin.c:60: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:60: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c:61: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:61: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c: At top level:
clientwin.c:66: error: expected declaration specifiers or ‘…’ before ‘Window’
clientwin.c: In function ‘clientwin_create’:
clientwin.c:69: error: ‘XSetWindowAttributes’ undeclared (first use in this function)
clientwin.c:69: error: expected ‘;’ before ‘sattr’
clientwin.c:70: error: ‘XWindowAttributes’ undeclared (first use in this function)
clientwin.c:70: error: expected ‘;’ before ‘attr’
clientwin.c:71: error: ‘XRenderPictureAttributes’ undeclared (first use in this function)
clientwin.c:71: error: expected ‘;’ before ‘pa’
clientwin.c:74: error: ‘ClientWin’ has no member named ‘pixmap’
clientwin.c:74: error: ‘None’ undeclared (first use in this function)
clientwin.c:75: error: ‘ClientWin’ has no member named ‘focused’
clientwin.c:76: error: ‘ClientWin’ has no member named ‘origin’
clientwin.c:76: error: ‘ClientWin’ has no member named ‘destination’
clientwin.c:77: error: ‘ClientWin’ has no member named ‘damage’
clientwin.c:78: error: ‘ClientWin’ has no member named ‘damaged’
clientwin.c:78: error: ‘False’ undeclared (first use in this function)
clientwin.c:81: error: ‘sattr’ undeclared (first use in this function)
clientwin.c:82: error: ‘MainWin’ has no member named ‘colormap’
clientwin.c:84: error: ‘ButtonPressMask’ undeclared (first use in this function)
clientwin.c:85: error: ‘ButtonReleaseMask’ undeclared (first use in this function)
clientwin.c:86: error: ‘KeyReleaseMask’ undeclared (first use in this function)
clientwin.c:87: error: ‘EnterWindowMask’ undeclared (first use in this function)
clientwin.c:88: error: ‘LeaveWindowMask’ undeclared (first use in this function)
clientwin.c:89: error: ‘PointerMotionMask’ undeclared (first use in this function)
clientwin.c:90: error: ‘ExposureMask’ undeclared (first use in this function)
clientwin.c:91: error: ‘FocusChangeMask’ undeclared (first use in this function)
clientwin.c:93: error: ‘MainWin’ has no member named ‘lazy_trans’
clientwin.c:95: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:95: error: ‘client’ undeclared (first use in this function)
clientwin.c:96: error: ‘SkippyWindow’ has no member named ‘format’
clientwin.c:96: error: ‘MainWin’ has no member named ‘format’
clientwin.c:97: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:97: warning: implicit declaration of function ‘XCreateWindow’
clientwin.c:97: error: ‘MainWin’ has no member named ‘dpy’
clientwin.c:97: error: ‘MainWin’ has no member named ‘lazy_trans’
clientwin.c:97: error: ‘MainWin’ has no member named ‘root’
clientwin.c:97: error: ‘MainWin’ has no member named ‘window’
clientwin.c:98: error: ‘MainWin’ has no member named ‘depth’
clientwin.c:98: error: ‘InputOutput’ undeclared (first use in this function)
clientwin.c:98: error: ‘MainWin’ has no member named ‘visual’
clientwin.c:99: error: ‘CWColormap’ undeclared (first use in this function)
clientwin.c:99: error: ‘CWBackPixel’ undeclared (first use in this function)
clientwin.c:99: error: ‘CWBorderPixel’ undeclared (first use in this function)
clientwin.c:99: error: ‘CWEventMask’ undeclared (first use in this function)
clientwin.c:99: error: ‘CWOverrideRedirect’ undeclared (first use in this function)
clientwin.c:101: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:107: warning: implicit declaration of function ‘XGetWindowAttributes’
clientwin.c:107: error: ‘MainWin’ has no member named ‘dpy’
clientwin.c:107: error: ‘attr’ undeclared (first use in this function)
clientwin.c:108: error: ‘SkippyWindow’ has no member named ‘format’
clientwin.c:108: warning: implicit declaration of function ‘XRenderFindVisualFormat’
clientwin.c:108: error: ‘MainWin’ has no member named ‘dpy’
clientwin.c:110: error: ‘pa’ undeclared (first use in this function)
clientwin.c:110: error: ‘IncludeInferiors’ undeclared (first use in this function)
clientwin.c:111: error: ‘ClientWin’ has no member named ‘origin’
clientwin.c:111: warning: implicit declaration of function ‘XRenderCreatePicture’
clientwin.c:111: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:111: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:111: error: ‘SkippyWindow’ has no member named ‘format’
clientwin.c:111: error: ‘CPSubwindowMode’ undeclared (first use in this function)
clientwin.c:113: warning: implicit declaration of function ‘XRenderSetPictureFilter’
clientwin.c:113: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:113: error: ‘ClientWin’ has no member named ‘origin’
clientwin.c:113: error: ‘FilterBest’ undeclared (first use in this function)
clientwin.c:115: warning: implicit declaration of function ‘XSelectInput’
clientwin.c:115: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:115: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:115: error: ‘SubstructureNotifyMask’ undeclared (first use in this function)
clientwin.c:115: error: ‘StructureNotifyMask’ undeclared (first use in this function)
clientwin.c: In function ‘clientwin_update’:
clientwin.c:123: error: ‘Window’ undeclared (first use in this function)
clientwin.c:123: error: expected ‘;’ before ‘tmpwin’
clientwin.c:124: error: ‘XWindowAttributes’ undeclared (first use in this function)
clientwin.c:124: error: expected ‘;’ before ‘wattr’
clientwin.c:126: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:126: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:126: error: ‘wattr’ undeclared (first use in this function)
clientwin.c:128: error: ‘SkippyWindow’ has no member named ‘format’
clientwin.c:128: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:129: warning: implicit declaration of function ‘XTranslateCoordinates’
clientwin.c:129: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:129: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:132: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:132: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c:132: error: ‘tmpwin’ undeclared (first use in this function)
clientwin.c:134: error: ‘SkippyWindow’ has no member named ‘width’
clientwin.c:135: error: ‘SkippyWindow’ has no member named ‘height’
clientwin.c:137: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:137: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c:138: error: ‘SkippyWindow’ has no member named ‘width’
clientwin.c:138: error: ‘SkippyWindow’ has no member named ‘height’
clientwin.c: At top level:
clientwin.c:142: error: expected declaration specifiers or ‘…’ before ‘Bool’
clientwin.c: In function ‘clientwin_destroy’:
clientwin.c:144: error: ‘parentDestroyed’ undeclared (first use in this function)
clientwin.c:146: error: ‘ClientWin’ has no member named ‘origin’
clientwin.c:146: error: ‘None’ undeclared (first use in this function)
clientwin.c:147: warning: implicit declaration of function ‘XRenderFreePicture’
clientwin.c:147: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:147: error: ‘ClientWin’ has no member named ‘origin’
clientwin.c:148: error: ‘ClientWin’ has no member named ‘damage’
clientwin.c:149: warning: implicit declaration of function ‘XDamageDestroy’
clientwin.c:149: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:149: error: ‘ClientWin’ has no member named ‘damage’
clientwin.c:151: error: ‘ClientWin’ has no member named ‘destination’
clientwin.c:152: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:152: error: ‘ClientWin’ has no member named ‘destination’
clientwin.c:153: error: ‘ClientWin’ has no member named ‘pixmap’
clientwin.c:154: warning: implicit declaration of function ‘XFreePixmap’
clientwin.c:154: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:154: error: ‘ClientWin’ has no member named ‘pixmap’
clientwin.c:156: warning: implicit declaration of function ‘XDestroyWindow’
clientwin.c:156: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:156: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c: At top level:
clientwin.c:162: error: expected declaration specifiers or ‘…’ before ‘XRectangle’
clientwin.c: In function ‘clientwin_repaint’:
clientwin.c:164: error: ‘XRenderColor’ undeclared (first use in this function)
clientwin.c:164: error: ‘tint’ undeclared (first use in this function)
clientwin.c:164: error: ‘ClientWin’ has no member named ‘focused’
clientwin.c:164: error: ‘struct _MainWin’ has no member named ‘highlightTint’
clientwin.c:164: error: ‘struct _MainWin’ has no member named ‘normalTint’
clientwin.c:165: error: ‘rect’ undeclared (first use in this function)
clientwin.c:165: error: ‘ClientWin’ has no member named ‘factor’
clientwin.c:166: error: ‘ClientWin’ has no member named ‘factor’
clientwin.c:167: error: ‘ClientWin’ has no member named ‘factor’
clientwin.c:168: error: ‘ClientWin’ has no member named ‘factor’
clientwin.c:165: warning: ISO C90 forbids mixed declarations and code
clientwin.c:170: error: ‘struct _MainWin’ has no member named ‘lazy_trans’
clientwin.c:172: warning: implicit declaration of function ‘XRenderComposite’
clientwin.c:172: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:172: error: ‘PictOpSrc’ undeclared (first use in this function)
clientwin.c:172: error: ‘ClientWin’ has no member named ‘origin’
clientwin.c:173: error: ‘ClientWin’ has no member named ‘focused’
clientwin.c:173: error: ‘struct _MainWin’ has no member named ‘highlightPicture’
clientwin.c:173: error: ‘struct _MainWin’ has no member named ‘normalPicture’
clientwin.c:174: error: ‘ClientWin’ has no member named ‘destination’
clientwin.c:178: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:178: error: ‘struct _MainWin’ has no member named ‘background’
clientwin.c:178: error: ‘None’ undeclared (first use in this function)
clientwin.c:178: error: ‘ClientWin’ has no member named ‘destination’
clientwin.c:178: error: ‘SkippyWindow’ has no member named ‘x’
clientwin.c:178: error: ‘SkippyWindow’ has no member named ‘y’
clientwin.c:179: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:179: error: ‘PictOpOver’ undeclared (first use in this function)
clientwin.c:179: error: ‘ClientWin’ has no member named ‘origin’
clientwin.c:180: error: ‘ClientWin’ has no member named ‘focused’
clientwin.c:180: error: ‘struct _MainWin’ has no member named ‘highlightPicture’
clientwin.c:180: error: ‘struct _MainWin’ has no member named ‘normalPicture’
clientwin.c:181: error: ‘ClientWin’ has no member named ‘destination’
clientwin.c:185: warning: implicit declaration of function ‘XRenderFillRectangle’
clientwin.c:185: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:185: error: ‘ClientWin’ has no member named ‘destination’
clientwin.c:187: warning: implicit declaration of function ‘XClearArea’
clientwin.c:187: error: ‘struct _MainWin’ has no member named ‘dpy’
clientwin.c:187: error: ‘SkippyWindow’ has no member named ‘window’
clientwin.c:187: error: ‘False’ undeclared (first use in this function)
clientwin.c: In function ‘clientwin_render’:
clientwin.c:193: error: ‘XRectangle’ undeclared (first use in this function)
clientwin.c:193: error: expected ‘;’ before ‘rect’
clientwin.c:194: error: ‘rect’ undeclared (first use in this function)
clientwin.c:195: error: ‘SkippyWindow’ has no member named ‘width’
clientwin.c:196: error: ‘SkippyWindow’ has no member named ‘height’
clientwin.c:197: error: too many arguments to function ‘clientwin_repaint’
clientwin.c: In function ‘clientwin_repair’:
clientwin.c:204: error: ‘XRectangle’ undeclared (first use in this function)
clientwin.c:204: error: ‘rects’ undeclared (first use in this function)
clientwin.c:205: error: ‘XserverRegion’ undeclared (first use in this function)
clientwin.c:205: error: expected ‘;’ before ‘rgn’
[/code]
