Nothing tastes like the original

Thanasis thanasis at asyr.hopto.org
Sun Mar 25 17:03:53 EEST 2012



-------------- next part --------------
test ~ $ cd Mosaic
test ~/Mosaic $ ls -lrt
total 980
-rw-r--r-- 1 test test 980929 Mar 25 15:49 Mosaic-src-2.7b5.tar.gz
-rw-r--r-- 1 test test  14203 Mar 25 16:52 01-modernize.diff
-rw-r--r-- 1 test test    980 Mar 25 16:52 02-ignore-charset.diff
test ~/Mosaic $ tar xfz Mosaic-src-2.7b5.tar.gz
test ~/Mosaic $ ls -lrt
total 984
drwxr-xr-x 12 test test   4096 Jul 19  1996 Mosaic-src
-rw-r--r--  1 test test 980929 Mar 25 15:49 Mosaic-src-2.7b5.tar.gz
-rw-r--r--  1 test test  14203 Mar 25 16:52 01-modernize.diff
-rw-r--r--  1 test test    980 Mar 25 16:52 02-ignore-charset.diff
test ~/Mosaic $ patch -p0 < 01-modernize.diff
patching file Mosaic-src/libhtmlw/HTML.c
patching file Mosaic-src/libhtmlw/HTMLformat.c
patching file Mosaic-src/libhtmlw/HTMLimages.c
patching file Mosaic-src/libhtmlw/HTMLjot.c
patching file Mosaic-src/libhtmlw/HTMLlists.c
patching file Mosaic-src/libhtmlw/HTML-PSformat.c
patching file Mosaic-src/libhtmlw/HTMLtable.c
patching file Mosaic-src/libhtmlw/HTMLwidgets.c
patching file Mosaic-src/libhtmlw/list.c
patching file Mosaic-src/libnut/str-tools.c
patching file Mosaic-src/libnut/system.c
patching file Mosaic-src/libnut/url-utils.c
patching file Mosaic-src/libnut/url-utils.h
patching file Mosaic-src/libwww2/HTInit.c
patching file Mosaic-src/libwww2/HTTCP.c
patching file Mosaic-src/makefiles/Makefile.linux
patching file Mosaic-src/src/accept.c
patching file Mosaic-src/src/child.c
patching file Mosaic-src/src/gifread.c
patching file Mosaic-src/src/gui-dialogs.c
patching file Mosaic-src/src/medcut.c
patching file Mosaic-src/src/mo-www.c
patching file Mosaic-src/src/pixmaps.c
patching file Mosaic-src/src/proxy-misc.c
patching file Mosaic-src/src/readPNG.c
patching file Mosaic-src/src/xpmhash.c
test ~/Mosaic $ cd Mosaic-src/libwww2/
test ~/Mosaic/Mosaic-src/libwww2 $
test ~/Mosaic/Mosaic-src/libwww2 $ patch -p2 < ../../02-ignore-charset.diff 
patching file HTMIME.c
test ~/Mosaic/Mosaic-src/libwww2 $ 
test ~/Mosaic/Mosaic-src $ make linux
make -f makefiles/Makefile.linux DEV_ARCH=linux
make[1]: Entering directory `/home/test/Mosaic/Mosaic-src'
--- Building libwww2
cd libwww2; make CC=gcc RANLIB=ranlib CFLAGS="-g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm"
make[2]: Entering directory `/home/test/Mosaic/Mosaic-src/libwww2'
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o CUkerb.o CUkerb.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTAccess.o HTAccess.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTAlert.o HTAlert.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTAnchor.o HTAnchor.c
HTAnchor.c: In function ¡HTAnchor_findChild¢:
HTAnchor.c:118:22: warning: cast from pointer to integer of different size
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTAtom.o HTAtom.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTSort.o HTSort.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTChunk.o HTChunk.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTFTP.o HTFTP.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTFWriter.o HTFWriter.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTFile.o HTFile.c
HTFile.c: In function ¡HTLoadFile¢:
HTFile.c:1231:29: warning: format ¡%d¢ expects type ¡int¢, but argument 4 has type ¡__off_t¢
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTFormat.o HTFormat.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTGopher.o HTGopher.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTInit.o HTInit.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTList.o HTList.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTMIME.o HTMIME.c
HTMIME.c: In function ¡HTMIME_put_character¢:
HTMIME.c:590:26: warning: format ¡%08x¢ expects type ¡unsigned int¢, but argument 3 has type ¡HTFormat¢
HTMIME.c:599:26: warning: format ¡%s¢ expects type ¡char *¢, but argument 3 has type ¡HTFormat¢
HTMIME.c: In function ¡HTMIME_free¢:
HTMIME.c:891:9: warning: format ¡%08x¢ expects type ¡unsigned int¢, but argument 3 has type ¡struct HTStream *¢
HTMIME.c:891:9: warning: format ¡%08x¢ expects type ¡unsigned int¢, but argument 4 has type ¡struct HTStream *¢
HTMIME.c:898:9: warning: format ¡%08x¢ expects type ¡unsigned int¢, but argument 3 has type ¡struct HTStreamClass *¢
HTMIME.c:902:9: warning: format ¡%08x¢ expects type ¡unsigned int¢, but argument 3 has type ¡HTStreamClass¢
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTML.o HTML.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTMLDTD.o HTMLDTD.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTMLGen.o HTMLGen.c
gcc -g -DMOTIF1_2 -DLINUX -DPRERELEASE     -I/usr/include/X11/Xm   -c -o HTNews.o HTNews.c
In file included from ../src/mosaic.h:102:0,
                 from HTNews.c:30:
../src/../libXmx/Xmx.h:65:19: fatal error: Xm/Xm.h: No such file or directory
compilation terminated.
make[2]: *** [HTNews.o] Error 1
make[2]: Leaving directory `/home/test/Mosaic/Mosaic-src/libwww2'
make[1]: *** [libwww2] Error 2
make[1]: Leaving directory `/home/test/Mosaic/Mosaic-src'
make: *** [linux] Error 2
test ~/Mosaic/Mosaic-src $ 


More information about the Linux-greek-users mailing list