7d77c17cc1
Previously, if we attempted to build using C99 or later, we got "inline function declared but never defined" warnings and eventual "undefined reference" errors. As a result, it fails to build from source using gcc5. However, if we move the definitions to list.h and add "extern inline" declarations to list.c, which does compile using C99 and later, then it no longer compiles using gnu90, the default for gcc4. To avoid this mess, we remove the inline keywords altogether. Note that this fixes Debian bugs for wmifs [1], wmppp.app [2], and wmtime [3]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778170 [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778172 [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778174 |
||
---|---|---|
.. | ||
wmgeneral | ||
BUGS | ||
CHANGES | ||
COPYING | ||
HINTS | ||
INSTALL | ||
Makefile | ||
README | ||
TODO | ||
wmtime-mask.xbm | ||
wmtime-master.xpm | ||
wmtime.1 | ||
wmtime.c |
WMTime -------------------------------------------------------------- Authors...: Martijn Pieterse (pieterse@xs4all.nl) Antoine Nulle (warp@xs4all.nl) Maintainer: Window Maker Developers Team (wmaker-dev@lists.windowmaker.org) Note......: The official WMTime support website address: http://windowmaker.org/dockapps/?name=wmtime Credits...: Bobby Mezaway (bobby@mezaway.org) for generously hosting the original website Pascal G.Hofstee (daeron@Wit401305.student.utwente.nl) for supplying an Imakefile for *BSD systems Alen Salamun (snowman@hal9000.medinet.si) for supplying the Locale support patches! Description -------------------------------------------------------------- WMTime, guess what, displays the time and date and gives you some nice additional features too... WMTime currently provides: * Time and date; * Realtime morphing UI (analog <> digital mode); * Autoscaling and anti aliased hands; * Locale, can display DAY and DATE in various languages; * Can lauch 3 user definable commands through ~/.wmtimerc; * Can be run multiple times; * Commandline options for help (-h), version (-v), digital clock mode (-digital) and and display (-d); WMTime is being developped on DEC Alpha machines running Linux/RedHat-5.0, but, WMTime has been intensively tested on x86 and 68K Linux machines too ;-) WMTime also seems to compile and work okay on *BSD and SGI/ IRIX-6.x systems (so we've heard and been told) ;-) Files -------------------------------------------------------------- README This file. INSTALL Installation instructions. HINTS Usefull hints and tips about WMTime. BUGS Things you don't want to know ;-) CHANGES Description of changes. TODO Stuff we've planned for future WMTime releases. COPYING GNU General Public License Version 2. Bugs -------------------------------------------------------------- If you discover any bugs in this software, please submit a bugreport to wmaker-dev@lists.windowmaker.org Copyright -------------------------------------------------------------- WMTime.app is copyright (c) 1997, 1998 by Martijn Pieterse and Antoine Nulle and licensed through the GNU General Public License. Read the COPYING file for the complete GNU license.