          
          <?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Flaimo.com RSS Builder [2010-09-08 19:28:49]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<docs>http://bugs.afterprojects.org/</docs>
<description>Mantis - ISSUES</description>
<link>http://bugs.afterprojects.org/</link>
<title>Mantis - ISSUES</title>
<image>
<title>Mantis - ISSUES</title>
<url>http://bugs.afterprojects.org/images/mantis_logo_button.gif</url>
<link>http://bugs.afterprojects.org/</link>
<description>Mantis - ISSUES</description>
</image>
<category>All Projects</category>
<ttl>10</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2010-09-08T19:28:49-04:00</sy:updateBase>
<item>
<title>0000027: aterm installed and set as default terminal in Linux Mint 9 does not work</title>
<link>http://bugs.afterprojects.org/view.php?id=27</link>
<description>I installed aterm in Linux Mint 9 with apt-get and reinstalled with smart package manager and set as default terminal in System Settings and it will not work or change to aterm.  I created a bash script to run updates and like aterm.  It has worked up to this point in my other distributions kubuntu 9.04, 9.10 and previous versions of Linux Mint.  At a loss as to why it will not install and work.</description>
<guid>http://bugs.afterprojects.org/view.php?id=27</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=27#bugnotes</comments>
</item>
<item>
<title>0000026: XPM dependency</title>
<link>http://bugs.afterprojects.org/view.php?id=26</link>
<description>Ran configure with --with-xpm=no, yet a the file asapp.c, in function FreeMyAppResources, contains a reference to build_xpm_colormap.</description>
<guid>http://bugs.afterprojects.org/view.php?id=26</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=26#bugnotes</comments>
</item>
<item>
<title>0000024: fedora 11 cannot install afterstep</title>
<link>http://bugs.afterprojects.org/view.php?id=24</link>
<description>after   donwload  and  install  afterstep repesotery.&lt;br /&gt;
[root@unixmen ~]# yum update&lt;br /&gt;
Loaded plugins: refresh-packagekit&lt;br /&gt;
&lt;a href=&quot;ftp://ftp.afterstep.org/stable/rpms/RPMS/fc/11/i386/repodata/repomd.xml:&quot;&gt;ftp://ftp.afterstep.org/stable/rpms/RPMS/fc/11/i386/repodata/repomd.xml:&lt;/a&gt; [&lt;a href=&quot;ftp://ftp.afterstep.org/stable/rpms/RPMS/fc/11/i386/repodata/repomd.xml:&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] [Errno 4] IOError: &lt;urlopen error ftp error: 550 11: No such file or directory&gt;&lt;br /&gt;
Trying other mirror.&lt;br /&gt;
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora-as. Please verify its path and try again&lt;br /&gt;
[root@unixmen ~]# yum install AfterStep&lt;br /&gt;
Loaded plugins: refresh-packagekit&lt;br /&gt;
&lt;a href=&quot;ftp://ftp.afterstep.org/stable/rpms/RPMS/fc/11/i386/repodata/repomd.xml:&quot;&gt;ftp://ftp.afterstep.org/stable/rpms/RPMS/fc/11/i386/repodata/repomd.xml:&lt;/a&gt; [&lt;a href=&quot;ftp://ftp.afterstep.org/stable/rpms/RPMS/fc/11/i386/repodata/repomd.xml:&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] [Errno 4] IOError: &lt;urlopen error ftp error: 550 11: No such file or directory&gt;&lt;br /&gt;
Trying other mirror.&lt;br /&gt;
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora-as. Please verify its path and try again&lt;br /&gt;
[root@unixmen ~]#</description>
<guid>http://bugs.afterprojects.org/view.php?id=24</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=24#bugnotes</comments>
</item>
<item>
<title>0000025: 2.2.9 build problem</title>
<link>http://bugs.afterprojects.org/view.php?id=25</link>
<description>$ make&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/libAfterBase'&lt;br /&gt;
make[1]: Nothing to be done for `all'.&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/libAfterBase'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/libAfterImage'&lt;br /&gt;
make[1]: Nothing to be done for `all'.&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/libAfterImage'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/libAfterStep'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c asapp.c&lt;br /&gt;
In file included from ../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../include/afterbase.h:1,&lt;br /&gt;
                 from asapp.h:45,&lt;br /&gt;
                 from asapp.c:30:&lt;br /&gt;
../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from mylook.h:11,&lt;br /&gt;
                 from screen.h:15,&lt;br /&gt;
                 from asapp.c:33:&lt;br /&gt;
../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
make[1]: *** [asapp.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/libAfterStep'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/libAfterConf'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c AfterStep.c&lt;br /&gt;
In file included from ../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from AfterStep.c:24:&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../libAfterStep/../libAfterImage/afterimage.h:10,&lt;br /&gt;
                 from ../libAfterStep/mystyle.h:4,&lt;br /&gt;
                 from AfterStep.c:28:&lt;br /&gt;
../libAfterStep/../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
make[1]: *** [AfterStep.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/libAfterConf'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/afterstep'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC   -DDBUS_API_SUBJECT_TO_CHANGE  -c add_window.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from asinternals.h:4,&lt;br /&gt;
                 from add_window.c:30:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterImage/afterimage.h:10,&lt;br /&gt;
                 from asinternals.h:6,&lt;br /&gt;
                 from add_window.c:30:&lt;br /&gt;
../../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
make[1]: *** [add_window.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/afterstep'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/Animate'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c Animate.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from Animate.c:26:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterStep/mylook.h:11,&lt;br /&gt;
                 from ../../libAfterStep/screen.h:15,&lt;br /&gt;
                 from Animate.c:27:&lt;br /&gt;
../../libAfterStep/../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
Animate.c: In function 'CheckConfigSanity':&lt;br /&gt;
Animate.c:463: warning: passing argument 4 of 'XCreateGC' from incompatible pointer type&lt;br /&gt;
Animate.c:468: warning: passing argument 4 of 'XChangeGC' from incompatible pointer type&lt;br /&gt;
make[1]: *** [Animate.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/Animate'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/Arrange'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c Arrange.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from Arrange.c:25:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterImage/afterimage.h:10,&lt;br /&gt;
                 from Arrange.c:34:&lt;br /&gt;
../../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
make[1]: *** [Arrange.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/Arrange'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/Banner'&lt;br /&gt;
make[1]: Nothing to be done for `all'.&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/Banner'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/Ident'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c Ident.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from Ident.c:28:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterImage/afterimage.h:10,&lt;br /&gt;
                 from Ident.c:35:&lt;br /&gt;
../../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
Ident.c: In function 'fill_window_data':&lt;br /&gt;
Ident.c:504: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'Window'&lt;br /&gt;
Ident.c:504: warning: format '%ld' expects type 'long int', but argument 4 has type 'Window'&lt;br /&gt;
Ident.c:506: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'Window'&lt;br /&gt;
Ident.c:506: warning: format '%ld' expects type 'long int', but argument 4 has type 'Window'&lt;br /&gt;
Ident.c:644: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'Window'&lt;br /&gt;
Ident.c:644: warning: format '%ld' expects type 'long int', but argument 4 has type 'Window'&lt;br /&gt;
Ident.c:726: warning: format '%ld' expects type 'long int', but argument 3 has type 'unsigned int'&lt;br /&gt;
Ident.c:735: warning: format '%ld' expects type 'long int', but argument 3 has type 'unsigned int'&lt;br /&gt;
Ident.c:744: warning: format '%ld' expects type 'long int', but argument 3 has type 'unsigned int'&lt;br /&gt;
Ident.c:750: warning: format '%ld' expects type 'long int', but argument 3 has type 'unsigned int'&lt;br /&gt;
Ident.c:755: warning: format '%ld' expects type 'long int', but argument 3 has type 'unsigned int'&lt;br /&gt;
make[1]: *** [Ident.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/Ident'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/Pager'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c Pager.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from Pager.c:34:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterStep/mylook.h:11,&lt;br /&gt;
                 from ../../libAfterStep/screen.h:15,&lt;br /&gt;
                 from Pager.c:55:&lt;br /&gt;
../../libAfterStep/../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
Pager.c: In function 'restack_desk_windows':&lt;br /&gt;
Pager.c:1146: warning: passing argument 2 of 'XRestackWindows' from incompatible pointer type&lt;br /&gt;
make[1]: *** [Pager.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/Pager'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/Wharf'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC    -I. -c Wharf.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from Wharf.c:35:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterStep/mylook.h:11,&lt;br /&gt;
                 from ../../libAfterStep/screen.h:15,&lt;br /&gt;
                 from Wharf.c:54:&lt;br /&gt;
../../libAfterStep/../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
Wharf.c: In function 'create_wharf_folder_canvas':&lt;br /&gt;
Wharf.c:863: warning: comparison of distinct pointer types lacks a cast&lt;br /&gt;
make[1]: *** [Wharf.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/Wharf'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/WinCommand'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c WinCommand.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from WinCommand.c:25:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterStep/../libAfterImage/afterimage.h:10,&lt;br /&gt;
                 from ../../libAfterStep/ascommand.h:14,&lt;br /&gt;
                 from WinCommand.c:26:&lt;br /&gt;
../../libAfterStep/../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
make[1]: *** [WinCommand.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/WinCommand'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/WinList2'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c WinList.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from WinList.c:27:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterImage/afterimage.h:10,&lt;br /&gt;
                 from WinList.c:32:&lt;br /&gt;
../../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
make[1]: *** [WinList.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/WinList2'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/WinTabs'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c WinTabs.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from WinTabs.c:27:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterImage/afterimage.h:10,&lt;br /&gt;
                 from WinTabs.c:33:&lt;br /&gt;
../../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
make[1]: *** [WinTabs.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/WinTabs'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/ascp'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c ascolor.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from ascolor.c:27:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterImage/afterimage.h:10,&lt;br /&gt;
                 from ascolor.c:32:&lt;br /&gt;
../../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
ascolor.c: In function 'do_colorscheme':&lt;br /&gt;
ascolor.c:601: warning: format '%8.8lX' expects type 'long unsigned int', but argument 3 has type 'ARGB32'&lt;br /&gt;
ascolor.c:601: warning: format '%8.8lX' expects type 'long unsigned int', but argument 4 has type 'ARGB32'&lt;br /&gt;
ascolor.c:602: warning: format '%8.8lX' expects type 'long unsigned int', but argument 3 has type 'ARGB32'&lt;br /&gt;
ascolor.c:602: warning: format '%8.8lX' expects type 'long unsigned int', but argument 4 has type 'ARGB32'&lt;br /&gt;
ascolor.c:603: warning: format '%8.8lX' expects type 'long unsigned int', but argument 3 has type 'ARGB32'&lt;br /&gt;
ascolor.c:603: warning: format '%8.8lX' expects type 'long unsigned int', but argument 4 has type 'ARGB32'&lt;br /&gt;
ascolor.c:604: warning: format '%8.8lX' expects type 'long unsigned int', but argument 3 has type 'ARGB32'&lt;br /&gt;
ascolor.c:604: warning: format '%8.8lX' expects type 'long unsigned int', but argument 4 has type 'ARGB32'&lt;br /&gt;
ascolor.c:626: warning: format '%8.8lX' expects type 'long unsigned int', but argument 3 has type 'ARGB32'&lt;br /&gt;
ascolor.c:643: warning: format '%8.8lX' expects type 'long unsigned int', but argument 3 has type 'ARGB32'&lt;br /&gt;
make[1]: *** [ascolor.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/ascp'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/tools/ASRun'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c main.c&lt;br /&gt;
In file included from ../../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from main.c:20:&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../../libAfterStep/mylook.h:11,&lt;br /&gt;
                 from ../../../libAfterStep/screen.h:15,&lt;br /&gt;
                 from ../../../libAfterStep/module.h:4,&lt;br /&gt;
                 from main.c:21:&lt;br /&gt;
../../../libAfterStep/../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
main.c: In function 'exec_command':&lt;br /&gt;
main.c:178: warning: format '%ld' expects type 'long int', but argument 4 has type 'Window'&lt;br /&gt;
make[1]: *** [main.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/tools/ASRun'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/afterstep'&lt;br /&gt;
make[1]: Nothing to be done for `all'.&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/afterstep'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/src/ASDocGen'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC     -c ASDocGen.c&lt;br /&gt;
In file included from ../../libAfterStep/../include/../libAfterBase/astypes.h:4,&lt;br /&gt;
                 from ../../libAfterStep/../include/afterbase.h:1,&lt;br /&gt;
                 from ../../libAfterStep/asapp.h:45,&lt;br /&gt;
                 from ASDocGen.c:23:&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:54: error: conflicting types for 'XID'&lt;br /&gt;
/usr/include/X11/X.h:71: error: previous declaration of 'XID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:59: error: conflicting types for 'Drawable'&lt;br /&gt;
/usr/include/X11/X.h:102: error: previous declaration of 'Drawable' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:63: error: conflicting types for 'Atom'&lt;br /&gt;
/usr/include/X11/X.h:79: error: previous declaration of 'Atom' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:67: error: conflicting types for 'Window'&lt;br /&gt;
/usr/include/X11/X.h:101: error: previous declaration of 'Window' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:71: error: conflicting types for 'Pixmap'&lt;br /&gt;
/usr/include/X11/X.h:107: error: previous declaration of 'Pixmap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:75: error: conflicting types for 'Font'&lt;br /&gt;
/usr/include/X11/X.h:105: error: previous declaration of 'Font' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:79: error: conflicting types for 'Colormap'&lt;br /&gt;
/usr/include/X11/X.h:109: error: previous declaration of 'Colormap' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:83: error: conflicting types for 'Cursor'&lt;br /&gt;
/usr/include/X11/X.h:108: error: previous declaration of 'Cursor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:87: error: conflicting types for 'VisualID'&lt;br /&gt;
/usr/include/X11/X.h:81: error: previous declaration of 'VisualID' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:92: error: conflicting types for 'GC'&lt;br /&gt;
/usr/include/X11/Xlib.h:233: error: previous declaration of 'GC' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:125: error: conflicting types for 'XGCValues'&lt;br /&gt;
/usr/include/X11/Xlib.h:218: error: previous declaration of 'XGCValues' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:132: error: conflicting types for 'XTextProperty'&lt;br /&gt;
/usr/include/X11/Xutil.h:162: error: previous declaration of 'XTextProperty' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:145: error: conflicting types for 'Visual'&lt;br /&gt;
/usr/include/X11/Xlib.h:249: error: previous declaration of 'Visual' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:162: error: conflicting types for 'XVisualInfo'&lt;br /&gt;
/usr/include/X11/Xutil.h:296: error: previous declaration of 'XVisualInfo' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:164: error: redefinition of 'struct _XImage'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:180: error: redefinition of 'struct funcs'&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:225: error: conflicting types for 'XSetWindowAttributes'&lt;br /&gt;
/usr/include/X11/Xlib.h:317: error: previous declaration of 'XSetWindowAttributes' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:232: error: conflicting types for 'XColor'&lt;br /&gt;
/usr/include/X11/Xlib.h:426: error: previous declaration of 'XColor' was here&lt;br /&gt;
../../libAfterStep/../include/../libAfterBase/xwrap.h:234: error: conflicting types for 'XParseGeometry'&lt;br /&gt;
/usr/include/X11/Xlib.h:2859: error: previous declaration of 'XParseGeometry' was here&lt;br /&gt;
In file included from ../../libAfterStep/mylook.h:11,&lt;br /&gt;
                 from ../../libAfterStep/screen.h:15,&lt;br /&gt;
                 from ASDocGen.c:25:&lt;br /&gt;
../../libAfterStep/../libAfterImage/asimage.h:1086: error: conflicting types for 'XRectangle'&lt;br /&gt;
/usr/include/X11/Xlib.h:444: error: previous declaration of 'XRectangle' was here&lt;br /&gt;
make[1]: *** [ASDocGen.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/src/ASDocGen'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/doc'&lt;br /&gt;
make[1]: Nothing to be done for `all'.&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/doc'&lt;br /&gt;
make[1]: Entering directory `/home/kobaz/download/AfterStep-2.2.9/tools'&lt;br /&gt;
make[1]: Nothing to be done for `all'.&lt;br /&gt;
make[1]: Leaving directory `/home/kobaz/download/AfterStep-2.2.9/tools'</description>
<guid>http://bugs.afterprojects.org/view.php?id=25</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=25#bugnotes</comments>
</item>
<item>
<title>0000023: Pager is printing error messages</title>
<link>http://bugs.afterprojects.org/view.php?id=23</link>
<description>When starting pager, it prints:&lt;br /&gt;
Pager has encountered a problem interacting with X Windows :&lt;br /&gt;
      Request: 73,    Error: 9(BadDrawable (invalid Pixmap or Window parameter))&lt;br /&gt;
      in resource: 0x159&lt;br /&gt;
 Call Backtrace :&lt;br /&gt;
 CALL#: ADDRESS:    FUNCTION:&lt;br /&gt;
     1  0x7f692b05f457  [/usr/lib/libAfterStep.so.1(ASErrorHandler+0x137) [0x7f692b05f457]]&lt;br /&gt;
     2  0x7f692a88a40c  [/usr/lib/libX11.so.6(_XError+0xcc) [0x7f692a88a40c]]&lt;br /&gt;
     3  0x7f692a891e93  [/usr/lib/libX11.so.6(_XReply+0x1d3) [0x7f692a891e93]]&lt;br /&gt;
     4  0x7f692a86e707  [/usr/lib/libX11.so.6(XGetImage+0xb7) [0x7f692a86e707]]&lt;br /&gt;
     5  0x7f692adcdfca  [/usr/lib/libAfterImage.so.0(ASGetXImage+0x8a) [0x7f692adcdfca]]&lt;br /&gt;
     6  0x7f692ae020e4  [/usr/lib/libAfterImage.so.0(picture2asimage+0xe4) [0x7f692ae020e4]]&lt;br /&gt;
     7  0x7f692b054bb6  [/usr/lib/libAfterStep.so.1(icon_from_pixmaps+0xc6) [0x7f692b054bb6]]&lt;br /&gt;
     8  0x7f692b051c42  [/usr/lib/libAfterStep.so.1(button_from_astbar_props+0xa2) [0x7f692b051c42]]&lt;br /&gt;
     9  0x40a927  [/usr/bin/Pager(CheckConfigSanity+0x7b7) [0x40a927]]&lt;br /&gt;
    10  0x40b5c4  [/usr/bin/Pager(main+0x2a4) [0x40b5c4]]&lt;br /&gt;
    11  0x7f692a5105a6  [/lib/libc.so.6(__libc_start_main+0xe6) [0x7f692a5105a6]]&lt;br /&gt;
    12  0x405179  [/usr/bin/Pager [0x405179]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After that, it works normally. Tested with 2.2.8 and 2.2.9</description>
<guid>http://bugs.afterprojects.org/view.php?id=23</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=23#bugnotes</comments>
</item>
<item>
<title>0000022: Restart always fail</title>
<link>http://bugs.afterprojects.org/view.php?id=22</link>
<description>Restart session is always failing under Debian. This also happens in Ubuntu Jaunty.&lt;br /&gt;
&lt;br /&gt;
I tested with afterstep 2.2.8 and 2.2.9 . Same problem on both versions.</description>
<guid>http://bugs.afterprojects.org/view.php?id=22</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=22#bugnotes</comments>
</item>
<item>
<title>0000021: Mouse position is not updated when sliding mouse over the border of the screen changes the view</title>
<link>http://bugs.afterprojects.org/view.php?id=21</link>
<description>When I slide the mouse over the border of my screen and it changes the desk view, mouse position is not being updated, for instance, if I move the mouse to the right border, the desk view changes to the column at the right, but the mouse is still at the right border instead of changing to the left border.&lt;br /&gt;
&lt;br /&gt;
This happens only on afterstep 2.2.9 , version 2.2.8 works.</description>
<guid>http://bugs.afterprojects.org/view.php?id=21</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=21#bugnotes</comments>
</item>
<item>
<title>0000020: Baudline dsn't work in Afterstep</title>
<link>http://bugs.afterprojects.org/view.php?id=20</link>
<description>The application baudline (&lt;a href=&quot;http://www.baudline.com/)&quot;&gt;http://www.baudline.com/)&lt;/a&gt; [&lt;a href=&quot;http://www.baudline.com/)&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] does not work properly in Afterstep. There is no any issue in the terminal in time of baudline start, but the  main program popup window does not appears. I can check a baudline process number with pidof  command, nothing else. I tried some last different Afterstep versions with the same result. At the same time I can start boudline without any problem in a simple window managet twm.</description>
<guid>http://bugs.afterprojects.org/view.php?id=20</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=20#bugnotes</comments>
</item>
<item>
<title>0000019: PagerGeometry doesn't keep desktop ratio when swallowed in Wharf</title>
<link>http://bugs.afterprojects.org/view.php?id=19</link>
<description>PagerGeometry doesn't keep desktop ratio when swallowed in Wharf.&lt;br /&gt;
&lt;br /&gt;
For Example:&lt;br /&gt;
&lt;br /&gt;
I am swallowing Pager in Wharf. I use &quot;*PagerGeometry 60&quot; in the file &quot;pager&quot;.  My monitor/desktop is 16:10; the ratio should be 64x40.  The resultant viewports in swallowed Pager should have a 16:10 ratio, but they are instead very square.&lt;br /&gt;
&lt;br /&gt;
Setting &quot;*PagerGeometry x40&quot; results in a squashed Pager.&lt;br /&gt;
&lt;br /&gt;
Setting &quot;*PagerGeometry 64x40&quot; results in the top viewports with a correct ratio, but the bottom ports are cropped.&lt;br /&gt;
&lt;br /&gt;
Example images attached.</description>
<guid>http://bugs.afterprojects.org/view.php?id=19</guid>
<author>speedy &lt;speedy@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=19#bugnotes</comments>
</item>
<item>
<title>0000018: Typo in menu</title>
<link>http://bugs.afterprojects.org/view.php?id=18</link>
<description>When clicking both mouse buttons at the same time, I get a menu entitled _This Window_.&lt;br /&gt;
&lt;br /&gt;
One of the options is to _Denote to Lower Window_.  I suspect this should say _demote_.&lt;br /&gt;
&lt;br /&gt;
I know it's trivial, but thought I'd better let you know.&lt;br /&gt;
&lt;br /&gt;
Many thanks,&lt;br /&gt;
&lt;br /&gt;
Chris.</description>
<guid>http://bugs.afterprojects.org/view.php?id=18</guid>
<author>chris_debian &lt;chris_debian@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=18#bugnotes</comments>
</item>
<item>
<title>0000015: Using shade button on pager can cause the pager view to stretch down.</title>
<link>http://bugs.afterprojects.org/view.php?id=15</link>
<description>when you have multiple desk pagers, if you hit the shade button multiple times (to get it to shade/deshade) you'll see the pager slowly start to stretch downward. to the point the bottom viewports are very long.&lt;br /&gt;
&lt;br /&gt;
picture attached.</description>
<guid>http://bugs.afterprojects.org/view.php?id=15</guid>
<author>jeremy &lt;jeremy@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=15#bugnotes</comments>
</item>
<item>
<title>0000016: Afterstep 2.2.8 compile errors?</title>
<link>http://bugs.afterprojects.org/view.php?id=16</link>
<description>Hi&lt;br /&gt;
&lt;br /&gt;
I'm trying to compile Afterstep on this system:&lt;br /&gt;
&lt;br /&gt;
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs&lt;br /&gt;
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113)&lt;br /&gt;
&lt;br /&gt;
But I get a compile error as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
make[2]: Entering directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/libAfterBase'&lt;br /&gt;
gcc -O3 -DNO_DEBUG_OUTPUT -Wall -fPIC  -I/usr/X11R6/include   -c parse.c&lt;br /&gt;
parse.c: In function `tokenskip':&lt;br /&gt;
parse.c:696: parse error before `register'&lt;br /&gt;
parse.c:699: `curr' undeclared (first use in this function)&lt;br /&gt;
parse.c:699: (Each undeclared identifier is reported only once&lt;br /&gt;
parse.c:699: for each function it appears in.)&lt;br /&gt;
parse.c:715: warning: control reaches end of non-void function&lt;br /&gt;
make[2]: *** [parse.o] Error 1&lt;br /&gt;
make[2]: Leaving directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/libAfterBase'&lt;br /&gt;
make[1]: *** [../../libAfterBase/libAfterBase.a] Error 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I took look at AfterStep-2.2.8/libAfterBase/parse.c, the declaration&lt;br /&gt;
 on line 695&lt;br /&gt;
    int tok_no = 0; ;&lt;br /&gt;
 had an extra semicolon at the end.&lt;br /&gt;
&lt;br /&gt;
Recompile again, got further, next error:&lt;br /&gt;
&lt;br /&gt;
gcc -O3 -DNO_DEBUG_OUTPUT -Wall -fPIC    -I/usr/include/freetype2  -I/usr/X11R6/include  -c asfont.c -o asfont.o&lt;br /&gt;
asfont.c: In function `fill_text_glyph_map_Char':&lt;br /&gt;
asfont.c:1512: `FT_KERNING_DEFAULT' undeclared (first use in this function)&lt;br /&gt;
asfont.c:1512: (Each undeclared identifier is reported only once&lt;br /&gt;
asfont.c:1512: for each function it appears in.)&lt;br /&gt;
asfont.c: In function `fill_text_glyph_map_Unicode':&lt;br /&gt;
asfont.c:1513: `FT_KERNING_DEFAULT' undeclared (first use in this function)&lt;br /&gt;
asfont.c: In function `fill_text_glyph_map_UTF8':&lt;br /&gt;
asfont.c:1515: `FT_KERNING_DEFAULT' undeclared (first use in this function)&lt;br /&gt;
asfont.c: In function `get_text_size_internal':&lt;br /&gt;
asfont.c:1659: `FT_KERNING_DEFAULT' undeclared (first use in this function)&lt;br /&gt;
make[2]: *** [asfont.o] Error 1&lt;br /&gt;
make[2]: Leaving directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/libAfterImage'&lt;br /&gt;
make[1]: *** [../../libAfterImage/libAfterImage.a] Error 2&lt;br /&gt;
&lt;br /&gt;
(Problems - perhaps it can't find freetype library, so for now use --without-ttf)&lt;br /&gt;
Then configure and compile without ttf and got this error&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
make[2]: Entering directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/libAfterStep'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC  -I/usr/X11R6/include   -c kde.c&lt;br /&gt;
kde.c: In function `load_KDE_config':&lt;br /&gt;
kde.c:119: parse error before `int'&lt;br /&gt;
kde.c:120: `len' undeclared (first use in this function)&lt;br /&gt;
kde.c:120: (Each undeclared identifier is reported only once&lt;br /&gt;
kde.c:120: for each function it appears in.)&lt;br /&gt;
make[2]: *** [kde.o] Error 1&lt;br /&gt;
make[2]: Leaving directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/libAfterStep'&lt;br /&gt;
make[1]: *** [../../libAfterStep/libAfterStep.a] Error 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
line 120 declares int in the body. Removed declaration here and put it at the beginning of the function.&lt;br /&gt;
&lt;br /&gt;
compile now proceed further and get this error:&lt;br /&gt;
&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC  -I/usr/X11R6/include   -c parser.c&lt;br /&gt;
parser.c: In function `config2tree_storage':&lt;br /&gt;
parser.c:783: parse error before `*'&lt;br /&gt;
parser.c:796: `pterm' undeclared (first use in this function)&lt;br /&gt;
parser.c:796: (Each undeclared identifier is reported only once&lt;br /&gt;
parser.c:796: for each function it appears in.)&lt;br /&gt;
make[2]: *** [parser.o] Error 1&lt;br /&gt;
make[2]: Leaving directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/libAfterStep'&lt;br /&gt;
make[1]: *** [../../libAfterStep/libAfterStep.a] Error 2&lt;br /&gt;
&lt;br /&gt;
moved declaration of *pterm in line 796 to beginning, just under unsigned long flags&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
compiles further, and now get this error:&lt;br /&gt;
&lt;br /&gt;
make[2]: Entering directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/libAfterStep&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC  -I/usr/X11R6/include   -c screen.c&lt;br /&gt;
screen.c: In function `get_Xinerama_rectangles':&lt;br /&gt;
screen.c:140: parse error before `static'&lt;br /&gt;
screen.c:143: `buf' undeclared (first use in this function)&lt;br /&gt;
screen.c:143: (Each undeclared identifier is reported only once&lt;br /&gt;
screen.c:143: for each function it appears in.)&lt;br /&gt;
make[2]: *** [screen.o] Error 1&lt;br /&gt;
make[2]: Leaving directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/libAfterStep'&lt;br /&gt;
make[1]: *** [../../libAfterStep/libAfterStep.a] Error 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
moved declarations in line 140, 143 of screen.c to just under #ifdef line, &lt;br /&gt;
&lt;br /&gt;
change these line 143 to statements and put the declation just under the #ifdef line&lt;br /&gt;
move line 140 to just under the #ifdef line&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Recompile, got further - now get this error:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
make[1]: Entering directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/src/tools/ASRun'&lt;br /&gt;
gcc -DNO_DEBUG_OUTPUT -O2 -Wall -fPIC  -I/usr/X11R6/include   -c main.c&lt;br /&gt;
main.c:66: parse error before `GtkTreeModel'&lt;br /&gt;
main.c:66: warning: no semicolon at end of struct or union&lt;br /&gt;
main.c:67: warning: type defaults to `int' in declaration of `completion'&lt;br /&gt;
main.c:67: warning: data definition has no type or storage class&lt;br /&gt;
main.c:69: parse error before `}'&lt;br /&gt;
main.c:69: warning: type defaults to `int' in declaration of `ASRunState'&lt;br /&gt;
main.c:69: warning: data definition has no type or storage class&lt;br /&gt;
main.c:71: parse error before `AppState'&lt;br /&gt;
main.c:71: warning: type defaults to `int' in declaration of `AppState'&lt;br /&gt;
main.c:71: warning: data definition has no type or storage class&lt;br /&gt;
main.c: In function `create_KDEScreenSaver_window':&lt;br /&gt;
main.c:99: request for member `kde_screensaver_window' in something not a structure or union&lt;br /&gt;
main.c:124: request for member `kde_screensaver_window' in something not a structure or union&lt;br /&gt;
main.c: In function `exec_command':&lt;br /&gt;
main.c:163: request for member `kde_screensaver_window' in something not a structure or union&lt;br /&gt;
main.c: In function `main':&lt;br /&gt;
main.c:437: request for member `flags' in something not a structure or union&lt;br /&gt;
main.c:438: request for member `tool' in something not a structure or union&lt;br /&gt;
main.c:440: request for member `kde_screensaver_window' in something not a structure or union&lt;br /&gt;
main.c:448: request for member `kde_screensaver_window' in something not a structure or union&lt;br /&gt;
make[1]: *** [main.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/mnt/hdd/LinuxSW/WindowManagers/afterstep/AfterStep-2.2.8/src/tools/ASRun'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
...probably GTK is too old on my system? Not just GTK, in short, it looks like my system is too old for AfterStep; but in trying to compile it I did come across some tweaks and corrections on the source code that may help with older compilers...&lt;br /&gt;
&lt;br /&gt;
Use or ignore the above as you see fit.</description>
<guid>http://bugs.afterprojects.org/view.php?id=16</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=16#bugnotes</comments>
</item>
<item>
<title>0000014: FreeBSD Compilation Warning from syslimits.h</title>
<link>http://bugs.afterprojects.org/view.php?id=14</link>
<description>when making AS on Freebsd, the compiling spam will have several warnings comming from syslimits.h&lt;br /&gt;
&lt;br /&gt;
ex:&lt;br /&gt;
/usr/include/sys/syslimits.h:42:2: warning: #warning &quot;No user-serviceable parts inside.&quot;</description>
<guid>http://bugs.afterprojects.org/view.php?id=14</guid>
<author>jeremy &lt;jeremy@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=14#bugnotes</comments>
</item>
<item>
<title>0000006: Notification Module / System Tray</title>
<link>http://bugs.afterprojects.org/view.php?id=6</link>
<description>I agree that systray icon for application that are window managed is rather useless. But with the new applications like gnome-power-manager and network-manager, a notification module would be very useful. These apps only appear in the notification area and have precious features. The only correct solution for now is to run trayer. Having a module that fits with the rest of AS look would be nice.</description>
<guid>http://bugs.afterprojects.org/view.php?id=6</guid>
<author>user4 &lt;user4@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=6#bugnotes</comments>
</item>
<item>
<title>0000012: AllowCover is not working</title>
<link>http://bugs.afterprojects.org/view.php?id=12</link>
<description>AllowCover does not seem to be working in CVS. It's kinda funky though sometimes with some apps it works and other times it doesn't. It's like it comes and goes as it pleases.</description>
<guid>http://bugs.afterprojects.org/view.php?id=12</guid>
<author>user4 &lt;user4@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=12#bugnotes</comments>
</item>
<item>
<title>0000007: Wharf doesn't stay in default (geometry +x+y) position.</title>
<link>http://bugs.afterprojects.org/view.php?id=7</link>
<description>Wharf doesn't stay in default (geometry +x+y) position.  When&lt;br /&gt;
positioned in the upper left corner, it's pushed-down and to&lt;br /&gt;
the right, about the heighth of a window's titlebar.  Stopping&lt;br /&gt;
and restarting the module &quot;Wharf&quot; pushes the no-collides&lt;br /&gt;
WinList away and positions Wharf correctly.&lt;br /&gt;
&lt;br /&gt;
I have tried Desktop -&gt; Update All, and as root, I have deleted&lt;br /&gt;
the file ~/.afterstep/non-configurable/workspace_state to no avail.&lt;br /&gt;
&lt;br /&gt;
After a little experimentation, this bug is consistent with TermTabs&lt;br /&gt;
running.  Things appear to operate normal with TermTabs disabled.</description>
<guid>http://bugs.afterprojects.org/view.php?id=7</guid>
<author>user4 &lt;user4@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=7#bugnotes</comments>
</item>
<item>
<title>0000004: AS Picture Manager doesn't alphabetize file listings.</title>
<link>http://bugs.afterprojects.org/view.php?id=4</link>
<description>AfterStep Picture Manager doesn't alphabetize file listing dialogs, either on&lt;br /&gt;
directories or individual files.  Searching through large file lists can be&lt;br /&gt;
difficult.</description>
<guid>http://bugs.afterprojects.org/view.php?id=4</guid>
<author>user4 &lt;user4@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=4#bugnotes</comments>
</item>
<item>
<title>0000003: Restart Session doesn't work under Fedora 8.</title>
<link>http://bugs.afterprojects.org/view.php?id=3</link>
<description>Restart Session isn't working under Fedora 8.  On execution,&lt;br /&gt;
the Desktop will &quot;hang&quot; for a couple of seconds, go black,&lt;br /&gt;
then exit to gdm.  Exiting the session all seems to hang for&lt;br /&gt;
a couple of seconds, but goes to gdm.</description>
<guid>http://bugs.afterprojects.org/view.php?id=3</guid>
<author>user4 &lt;user4@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=3#bugnotes</comments>
</item>
<item>
<title>0000002: rdate causes AfterStep to crash.</title>
<link>http://bugs.afterprojects.org/view.php?id=2</link>
<description>Updating time with rdate (&quot;rdate -s time-b.nist.gov&quot;) causes AfterStep&lt;br /&gt;
to crash.</description>
<guid>http://bugs.afterprojects.org/view.php?id=2</guid>
<author>user4 &lt;user4@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=2#bugnotes</comments>
</item>
<item>
<title>0000005: Better Twinview/Xinerama Support</title>
<link>http://bugs.afterprojects.org/view.php?id=5</link>
<description>Looking for better Twinview/Xinerama support when using AS. Right now it will place windows between monitors when using a multiple monitor setup. So you will get half of a window on one monitor and the other half on the other.</description>
<guid>http://bugs.afterprojects.org/view.php?id=5</guid>
<author>user4 &lt;user4@example.com&gt;</author>
<comments>http://bugs.afterprojects.org/view.php?id=5#bugnotes</comments>
</item>
</channel>
</rss>
