The following packages will be installed: wmSunMoon Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching wmSunMoon.SlackBuild... 0%100%100%100%100%100%Done Fetching wmSunMoon.info... 0%100%100%100%100%100%Done wmSunMoon-2.0.0/ wmSunMoon-2.0.0/wmSunMoon/ wmSunMoon-2.0.0/wmSunMoon/wmSunMoonMono.xpm wmSunMoon-2.0.0/wmSunMoon/Moon.c wmSunMoon-2.0.0/wmSunMoon/CalcEphem.c wmSunMoon-2.0.0/wmSunMoon/wmSunMoon.1 wmSunMoon-2.0.0/wmSunMoon/zoneinfo wmSunMoon-2.0.0/wmSunMoon/SunMoonRiseSet.c wmSunMoon-2.0.0/wmSunMoon/wmSunMoon.xpm wmSunMoon-2.0.0/wmSunMoon/wmSunMoon.c wmSunMoon-2.0.0/wmSunMoon/CalcEphem.h wmSunMoon-2.0.0/wmSunMoon/Makefile wmSunMoon-2.0.0/README wmSunMoon-2.0.0/COPYING wmSunMoon-2.0.0/INSTALL wmSunMoon-2.0.0/wmgeneral/ wmSunMoon-2.0.0/wmgeneral/wmgeneral.h wmSunMoon-2.0.0/wmgeneral/wmgeneral.c wmSunMoon-2.0.0/THANKS wmSunMoon-2.0.0/ChangeLog gcc -O2 -march=i486 -mtune=i686 -DLinux -c wmSunMoon.c -o wmSunMoon.o -I/usr/include/X11 wmSunMoon.c: In function 'main': wmSunMoon.c:303:5: warning: implicit declaration of function 'CalcEphem' [-Wimplicit-function-declaration] CalcEphem(savedate, UT, &c); ^ wmSunMoon.c:312:4: warning: implicit declaration of function 'SunRise' [-Wimplicit-function-declaration] SunRise(Year, Month, DayOfMonth, LocalHour, <Rise, <Set); ^ wmSunMoon.c:349:4: warning: implicit declaration of function 'CivTwil' [-Wimplicit-function-declaration] CivTwil(Year, Month, DayOfMonth, LocalHour, &CTBeg, &CTEnd); ^ wmSunMoon.c:373:4: warning: implicit declaration of function 'GoldHour' [-Wimplicit-function-declaration] GoldHour(Year, Month, DayOfMonth, LocalHour, &GHBeg, &GHEnd); ^ wmSunMoon.c:397:4: warning: implicit declaration of function 'MoonRise' [-Wimplicit-function-declaration] MoonRise(Year, Month, DayOfMonth, LocalHour, &UTRise, &UTSet); ^ wmSunMoon.c:611:4: warning: implicit declaration of function 'UTTohhmm' [-Wimplicit-function-declaration] UTTohhmm(UTRise, &H, &M); ^ gcc -O2 -march=i486 -mtune=i686 -DLinux -c CalcEphem.c -o CalcEphem.o -I/usr/include/X11 CalcEphem.c:5:1: warning: return type defaults to 'int' [-Wimplicit-int] CalcEphem(date, UT, c) ^ CalcEphem.c: In function 'CalcEphem': CalcEphem.c:43:14: warning: implicit declaration of function 'DayofYear' [-Wimplicit-function-declaration] c->doy = DayofYear(year, month, day); ^ CalcEphem.c:44:14: warning: implicit declaration of function 'DayofWeek' [-Wimplicit-function-declaration] c->dow = DayofWeek(year, month, day, c->dowstr); ^ CalcEphem.c: At top level: CalcEphem.c:376:1: warning: return type defaults to 'int' [-Wimplicit-int] Radec_to_Cart(ra, dec, r) ^ gcc -O2 -march=i486 -mtune=i686 -DLinux -c Moon.c -o Moon.o -I/usr/include/X11 Moon.c: In function 'Moon': Moon.c:81:32: warning: implicit declaration of function 'addthe' [-Wimplicit-function-declaration] for (j=2; j<=MAX; ++j) addthe(CO[6+j-1][i], SI[6+j-1][i], CO[6+1][i], SI[6+1][i], &CO[6+j][i], &SI[6+j][i]); ^ Moon.c:95:5: warning: implicit declaration of function 'addsol' [-Wimplicit-function-declaration] addsol( 13.902, 14.06,-0.001, 0.2607,0, 0, 0, 4); ^ Moon.c:210:5: warning: implicit declaration of function 'addn' [-Wimplicit-function-declaration] addn(-526.069, 0, 0,1,-2); addn( -3.352, 0, 0,1,-4); ^ Moon.c: At top level: Moon.c:277:1: warning: return type defaults to 'int' [-Wimplicit-int] addsol(double COEFFL, double COEFFS, double COEFFG, double COEFFP, int P, int Q, int R, int S){ ^ Moon.c: In function 'addsol': Moon.c:281:5: warning: implicit declaration of function 'term' [-Wimplicit-function-declaration] term(P, Q, R, S, &X, &Y); ^ Moon.c: At top level: Moon.c:292:1: warning: return type defaults to 'int' [-Wimplicit-int] term(int P, int Q, int R, int S, double *X, double *Y){ ^ Moon.c:310:1: warning: return type defaults to 'int' [-Wimplicit-int] addthe(double C1, double S1, double C2, double S2, double *C, double *S){ ^ Moon.c:319:1: warning: return type defaults to 'int' [-Wimplicit-int] addn(double COEFFN, int P, int Q, int R, int S){ ^ Moon.c:384:1: warning: return type defaults to 'int' [-Wimplicit-int] MiniMoon(double T, double *RA, double *DEC){ ^ gcc -O2 -march=i486 -mtune=i686 -DLinux -c SunMoonRiseSet.c -o SunMoonRiseSet.o -I/usr/include/X11 SunMoonRiseSet.c:14:1: warning: return type defaults to 'int' [-Wimplicit-int] SunRise(int year, int month, int day, double LocalHour, double *LTRise, double *LTSet){ ^ SunMoonRiseSet.c: In function 'SunRise': SunMoonRiseSet.c:33:2: warning: implicit declaration of function 'Interp' [-Wimplicit-function-declaration] Interp(ym, y0, yp, &xe, &ye, &z1, &z2, &nz); ^ SunMoonRiseSet.c: At top level: SunMoonRiseSet.c:89:1: warning: return type defaults to 'int' [-Wimplicit-int] CivTwil(int year, int month, int day, double LocalHour, double *CTBeg, double *CTEnd){ ^ SunMoonRiseSet.c:157:1: warning: return type defaults to 'int' [-Wimplicit-int] GoldHour(int year, int month, int day, double LocalHour, double *GHBeg, double *GHEnd){ ^ SunMoonRiseSet.c:225:1: warning: return type defaults to 'int' [-Wimplicit-int] MoonRise(int year, int month, int day, double LocalHour, double *UTRise, double *UTSet){ ^ SunMoonRiseSet.c:294:1: warning: return type defaults to 'int' [-Wimplicit-int] UTTohhmm(double UT, int *h, int *m){ ^ SunMoonRiseSet.c:320:1: warning: return type defaults to 'int' [-Wimplicit-int] Interp(double ym, double y0, double yp, double *xe, double *ye, double *z1, double *z2, int *nz){ ^ SunMoonRiseSet.c: In function 'SinHM': SunMoonRiseSet.c:417:5: warning: implicit declaration of function 'MiniMoon' [-Wimplicit-function-declaration] MiniMoon(TU, &RA_Moon, &DEC_Moon); ^ gcc -O2 -march=i486 -mtune=i686 -DLinux -c ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o -I/usr/include/X11 gcc -O2 -march=i486 -mtune=i686 -o wmSunMoon wmSunMoon.o CalcEphem.o Moon.o SunMoonRiseSet.o ../wmgeneral/wmgeneral.o -I/usr/include/X11 -L/usr/lib/X11 -lXpm -lX11 -lXext -lm ./zoneinfo -m zoneinfo: zoneinfo.7 manual page created. /usr/src/slapt-src/desktop/wmSunMoon/wmSunMoon-2.0.0 Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/desktop/wmSunMoon/wmSunMoon-2.0.0-i486-1salix.txz ./ usr/ usr/bin/ usr/bin/wmSunMoon usr/bin/zoneinfo usr/doc/ usr/doc/wmSunMoon-2.0.0/ usr/doc/wmSunMoon-2.0.0/README usr/doc/wmSunMoon-2.0.0/COPYING usr/doc/wmSunMoon-2.0.0/wmSunMoon.SlackBuild usr/doc/wmSunMoon-2.0.0/ChangeLog usr/doc/wmSunMoon-2.0.0/THANKS usr/doc/wmSunMoon-2.0.0/INSTALL usr/man/ usr/man/man7/ usr/man/man7/zoneinfo.7.gz usr/man/man1/ usr/man/man1/wmSunMoon.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/desktop/wmSunMoon/wmSunMoon-2.0.0-i486-1salix.txz created. Installing package wmSunMoon-2.0.0-i486-1salix... | wmSunMoon (Window Maker Sun, Moon, and time dockable application) | | wmSunMoon displays Sun and Moon rise and set times as well as | the Moon phase. Around sunrise and sunset it emulates the civil | twilight and golden hour effects. It can also display the current | time, the offset for the civil twilight and golden hour, and the | percentage of the lunar cycle. Unlike the other dockable | applications it offers also a text mode displaying a lot of data on | the console. | Enter the valid latitude and longitude in order to display the valid | data. If necessary enter the local and distant time zones names. | |