- From: Ed Hurst <softedges@tconline.net>
- Date: Fri, 10 Jan 2003 22:39:45 -0500 (EST)
- To: www-amaya-dev@w3.org
Thanks for your help! I have run into lots of trouble compiling some things because I guess SuSE is way out there in some ways. >I can guess that you need zlib, libjpeg, and libpng, which I think are >supposed to come with Amaya. > > They are almost certainly on your machine somewhere, so search for >things containing "libz" (zlib) "libjpeg" or "libpng" in directories >like /usr/lib or /usr/local/lib or even in the Amaya source I have the run and devel libraries for jpeg-6b-48 png-1.2.4-31 zlib-1.1.4-41 already installed before attempting compile. In my ignorance, my guess there is some incompatibility. Prior to the error: ----------------------------------------------------------------- gcc -o ../bin/amaya EDITORAPP.o HTMLAPP.o TextFileAPP.o XLinkAPP.o XMLAPP.o AHTURLTools.o EDITORact ions.o EDITimage.o EDITstyle.o HTMLactions.o HTMLbook.o HTMLedit.o HTMLform.o HTMLhistory.o HTMLimag e.o HTMLpresentation.o HTMLsave.o HTMLtable.o html2thot.o init.o libmanag.o MENUconf.o XLinkbuilder. o XLinkedit.o templates.o trans.o transparse.o UIcss.o Xml2thot.o Xmlbuilder.o XHTMLbuilder.o XPoint er.o XPointerparse.o AHTBridge.o AHTFWrite.o answer.o query.o AHTMemConv.o AHTInit.o anim.o animbu ilder.o SVGAPP.o SVGbuilder.o SVGedit.o TimelineAPP.o MathMLAPP.o MathMLbuilder.o Mathedit.o libCS S.a ../annotlib/libAnnot.a -L../libwww/Library/src/.libs -lwwwapp -lwwwhttp -lwwwhtml -lwwwmime - lwwwcache -lwwwstream -lwwwfile -lwwwdir -lwwwtrans -lwwwcore -lwwwutils -lwwwzip -lwwwftp -L../lib www/modules/md5/.libs -lmd5 -L../libwww/modules/expat/xmlparse/.libs -lxmlparse -L../libwww/modules/ expat/xmltok/.libs -lxmltok .../libraptor/.libs/libraptor.a -L../tablelib -L../thotlib -L.. -lThotT able -lThotEditor -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -l Xi -lXext -lX11 -lm -lgdk_imlib -L/usr/X11R6/lib -lXt -lXp -lSM -lICE -lXext -lX11 -ldl -lm .../libwww/Library/src/.libs/libwwwcore.a(HTWWWStr.o): In function `HTMessageIdStr': HTWWWStr.o(.text+0x8b8): the use of `tmpnam' is dangerous, better use `mkstemp' .../libwww/Library/src/.libs/libwwwcore.a(HTInet.o): In function `HTGetTmpFileName': HTInet.o(.text+0x89e): the use of `tempnam' is dangerous, better use `mkstemp' ------------------------------------------------------------ One long line as far as I can tell. And is this what you mean by the last few lines of "configure" -- ------------------------------------- configure:6087: checking for lstat configure:6087: checking for strcasecmp configure:6087: checking for strncasecmp configure:6087: checking for strchr configure:6087: checking for memcpy configure:6402: checking for libjpeg version = 6b configure:6423: checking for libpng version = 1.0.x or 1.2.x ----------------------------------------- This is from the config.log Thanks for your help! I'll try your advice, if I can understand it, and report back. Ed Hurst
Received on Monday, 13 January 2003 04:37:36 UTC