|
|
WMitime
| Category: |
Date / Time |
|
|
| Maintainer: |
nobody |
| Website: |
http://www.neotokyo.org/illusion/ |
| Description: |
WMitime is yet another clock dock app (and quite overglorified at that! :)
it shows standard time, date, as well as the new internet time (see www.swatch.com) |
Screenshots:
|
|
|
Available Versions:
|
| Date |
Author |
Changelog |
Download |
Delete |
|
nobody |
|
wmitime-0.3.tar.gz
|
 |
Add a new Version of this Dockapp
You may add a new (or even old) version of this dockapp by using
the link above. This way we can be sure that this application will
be available even if the project's homepage goes down (did that ever
happen to you? :)).
|
User Comments
Can't install this....
I'm a bit of a linux newbie, but not quite.
When i try to run make i get the following:
bash-2.05a$ make
cc -I/usr/X11R6/share/include -O2 -D -c -Wall wmitime.c -o wmitime.o
wmitime.c:0: malformed option `-D -c'
make: *** [wmitime.o] Error 1
Any ideas?
re: Can't install this....
The Makefile needs to be adjusted for it to compile.
Edit the makefile, and there is a line that looks like this:
#LANG = fr
Uncomment it, and change it to 'en' for English (or leave it fr for French):
LANG = en
Then you should be able to compile it.
Lower text obscured
Looks nice... Only issue is that the lower text is obscured. Not sure why.
Use gmake
Also there is a typo in the includes in the Makefile (inlcude)
If you're on netbsd change the include dir to:
/usr/X11R6/include
not /usr/X11R6/shared/include
Works great!
|
|
|
|