From psgendb at cc.umanitoba.ca Sat Oct 8 14:07:11 2005 From: psgendb at cc.umanitoba.ca (Brian Fristensky) Date: Mon Oct 10 01:56:12 2005 Subject: [Acedb-soft] Can't compile 4.9.27 on Solaris 9 Message-ID: Since the most recent Solaris binary is 4.9l, I would like to compile the most recent non-server code. I have the 4.9.27 source and am trying to compile on Solaris 9 machine. (Of course, if someone has already compiled these Solaris binaries, perhaps they could be contributed to www.acedb.org). For now, I am attaching the screen messages from make, assuming that that will show the problem. For brevity, I will also show, at the end of this message, just the output I saw after make failed and, I tried to specifically compile xace or tace. Help would be appreciated. ====================================== Brian Fristensky Department of Plant Science University of Manitoba Winnipeg, MB R3T 2N2 CANADA frist@cc.umanitoba.ca Phone: 204-474-6085 FAX: 204-474-7528 http://home.cc.umanitoba.ca/~frist/ ======================================================== As they lead you into the snake pit, smile. ======================================================== {mira:/home/psgendb/pkg/acedb4.9.27}make xace making xace for SOLARIS_4_OPT rm -f display.o gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c xacemain.c display.c gcc -R/usr/local/lib -o xace xacemain.o mainpick.o display.o update.o newkey.o treedisp.o forest.o ksetdisp.o plot.o plot2d.o sessiondisp.o longtextdisp.o querydisp.o qbedisp.o querybuild.o tabledisp.o tablemakerdisp.o multimapdisp.o objcachedisp.o action.o layoutdisp.o prefdisp.o acedbgraph.o acdbtest.o gifcommand.o statusdisp.o aqldisp.o geldisp.o cmapdisp.o pmapdisp.o pmapconvert.o gmapdisp.o vmapdisp.o vmapdrag.o pepactivezonecol.o alignmentdisp.o dnacpt.o fpdisp.o pepdisp.o pepgifcommand.o pephomolcol.o pepseqcol.o pepfeaturecol.o pepgraphcol.o metab.o gmapconvert.o gmapmarkercol.o gmapintervalcol.o gmaplocuscol.o gmapremarkcol.o drawdisp.o gmapposnegcol.o method.o methodcache.o gmapsubmapcol.o dendrogram.o mapcontrol.o fmapsequence.o fmapfeatures.o fmapgene.o fmaposp.o fmapblast.o fmapmenes.o fmapstatus.o fmapcontrol.o smapconvert.o fmapcdna.o fmapcurate.o das.o gff.o griddisp.o embl.o translate.o gmapdata.o gmapdatacol.o vmapdata2.o align.o gmapphys.o vmapphys.o gfcode.acedb.o hexcode.acedb.o dotter.o dotterKarlin.o blxview.acedb.o oxgriddisp.o pairmapdisp.o o2m.o oxhomlist.o specg.o -L. -lxace -lfree -lgex -lgraph -lgd `../w3rdparty/acedb-config ` `../w3rdparty/libs-config -L/usr/local/lib` -lm -lsocket -lnsl -lreadline -lcurses -ll -lw Undefined first referenced symbol in file va_copy ./libfree.a(messubs.o) ld: fatal: Symbol referencing errors. No output written to xace collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `xace' Current working directory /home/psgendb/pkg/acedb4.9.27/bin.SOLARIS_4_OPT *** Error code 1 make: Fatal error: Command failed for target `xace' {mira:/home/psgendb/pkg/acedb4.9.27}make tace making tace for SOLARIS_4_OPT /usr/bin/test -L tacemain.c || ln -s ../w3/tacemain.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c tacemain.c tacemain.c: In function `main': tacemain.c:64: warning: unused variable `value' gcc -R/usr/local/lib -o tace tacemain.o -L. -lace -lfree `../w3rdparty/libs-config -L/usr/local/lib` -lm -lsocket -lnsl -lreadline -lcurses -ll -lw Undefined first referenced symbol in file va_copy ./libfree.a(messubs.o) ld: fatal: Symbol referencing errors. No output written to tace collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `tace' Current working directory /home/psgendb/pkg/acedb4.9.27/bin.SOLARIS_4_OPT *** Error code 1 make: Fatal error: Command failed for target `tace' -------------- next part -------------- {mira:/home/psgendb/pkg/acedb4.9.27}make making libfree.a for SOLARIS_4_OPT /usr/bin/test -L freesubs.c || ln -s ../w1/freesubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c freesubs.c freesubs.c:55: warning: `ut_copyright_string' defined but not used /usr/bin/test -L freeout.c || ln -s ../w1/freeout.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c freeout.c /usr/bin/test -L messubs.c || ln -s ../w1/messubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c messubs.c messubs.c: In function `hprintf': messubs.c:1144: warning: implicit declaration of function `va_copy' messubs.c:1139: warning: `args2' might be used uninitialized in this function messubs.c: At top level: messubs.c:238: warning: `PROG_NOT_SET' defined but not used /usr/bin/test -L memsubs.c || ln -s ../w1/memsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c memsubs.c /usr/bin/test -L arraysub.c || ln -s ../w1/arraysub.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c arraysub.c /usr/bin/test -L liste.c || ln -s ../w1/liste.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c liste.c /usr/bin/test -L filsubs.c || ln -s ../w1/filsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c filsubs.c filsubs.c: In function `filCopyFile': filsubs.c:891: warning: `buf_size' might be used uninitialized in this function filsubs.c:892: warning: `bytes_left' might be used uninitialized in this function /usr/bin/test -L msort.c || ln -s ../w1/msort.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c msort.c /usr/bin/test -L heap.c || ln -s ../w1/heap.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c heap.c /usr/bin/test -L timesubs.c || ln -s ../w1/timesubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c timesubs.c timesubs.c: In function `timeStruct': timesubs.c:242: warning: unused variable `save' /usr/bin/test -L bump.c || ln -s ../w1/bump.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c bump.c /usr/bin/test -L randsubs.c || ln -s ../w1/randsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c randsubs.c /usr/bin/test -L call.c || ln -s ../w1/call.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c call.c /usr/bin/test -L menu.c || ln -s ../w1/menu.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c menu.c /usr/bin/test -L dict.c || ln -s ../w1/dict.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c dict.c /usr/bin/test -L helpsubs.c || ln -s ../w1/helpsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c helpsubs.c /usr/bin/test -L texthelp.c || ln -s ../w1/texthelp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c texthelp.c /usr/bin/test -L utils.c || ln -s ../w1/utils.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c utils.c /usr/bin/test -L vtxt.c || ln -s ../w1/vtxt.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c vtxt.c /usr/bin/test -L acein.c || ln -s ../w1/acein.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c acein.c acein.c: In function `aceInGetChar': acein.c:2032: warning: implicit declaration of function `add_history' /usr/bin/test -L aceout.c || ln -s ../w1/aceout.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aceout.c aceout.c: In function `aceOutPrint': aceout.c:536: warning: implicit declaration of function `va_copy' aceout.c:526: warning: `args2' might be used uninitialized in this function aceout.c: In function `aceTmpCreateDir': aceout.c:648: warning: passing arg 1 of `strnew_dbg' discards `const' from pointer target type /usr/bin/test -L strsubs.c || ln -s ../w1/strsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c strsubs.c /usr/bin/test -L getopt.c || ln -s ../w1/getopt.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c getopt.c /usr/bin/test -L getopt1.c || ln -s ../w1/getopt1.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c getopt1.c /usr/bin/test -L chronoexe.c || ln -s ../w1/chronoexe.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c chronoexe.c ar ru libfree.a freesubs.o freeout.o messubs.o memsubs.o arraysub.o liste.o filsubs.o msort.o heap.o timesubs.o bump.o randsubs.o call.o menu.o dict.o helpsubs.o texthelp.o utils.o vtxt.o acein.o aceout.o strsubs.o getopt.o getopt1.o chronoexe.o ar: creating libfree.a if ( false ) then ranlib libfree.a; fi making libgraph.a for SOLARIS_4_OPT /usr/bin/test -L graphcon.c || ln -s ../w2/graphcon.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphcon.c graphcon.c: In function `gGetGraphDevEventType': graphcon.c:1338: warning: `graphdev_event' might be used uninitialized in this function graphcon.c: In function `gGetGraphDevGraphType': graphcon.c:1364: warning: `graphdev_type' might be used uninitialized in this function graphcon.c: In function `gGetGraphDevFontFormat': graphcon.c:1386: warning: `graphdev_format' might be used uninitialized in this function graphcon.c: In function `gGetGraphDevLineStyle': graphcon.c:1403: warning: `graphdev_style' might be used uninitialized in this function graphcon.c: At top level: graphcon.c:94: warning: `ut_copyright_string' defined but not used /usr/bin/test -L graphsub.c || ln -s ../w2/graphsub.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphsub.c graphsub.c: In function `drawBox': graphsub.c:354: warning: unused variable `uintp' graphsub.c:506: warning: `ncols' might be used uninitialized in this function graphsub.c:508: warning: `colors' might be used uninitialized in this function graphsub.c:673: warning: `newColor' might be used uninitialized in this function graphsub.c: In function `graphBoxAt': graphsub.c:1001: warning: `box' might be used uninitialized in this function graphsub.c: In function `gLeftDown': graphsub.c:1180: warning: `box' might be used uninitialized in this function graphsub.c: In function `graphBoxShift': graphsub.c:2212: warning: unused variable `uintp' graphsub.c: In function `graphCBMenuPopup': graphsub.c:2349: warning: `box' might be used uninitialized in this function /usr/bin/test -L graphps.c || ln -s ../w2/graphps.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphps.c /usr/bin/test -L graphgdi.c || ln -s ../w2/graphgdi.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphgdi.c /usr/bin/test -L graphselect.c || ln -s ../w2/graphselect.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphselect.c graphselect.c:49: warning: `popScrolledDraw' declared `static' but never defined /usr/bin/test -L graphascii.c || ln -s ../w2/graphascii.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphascii.c graphascii.c: In function `asciiBump': graphascii.c:65: warning: `lenOld' might be used uninitialized in this function /usr/bin/test -L graphprint.c || ln -s ../w2/graphprint.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphprint.c graphprint.c: In function `fileButton': graphprint.c:464: warning: `ending' might be used uninitialized in this function graphprint.c:465: warning: `mode' might be used uninitialized in this function graphprint.c: In function `copyNameEnd': graphprint.c:528: warning: `ending' might be used uninitialized in this function graphprint.c: In function `pdDraw': graphprint.c:785: warning: `box' might be used uninitialized in this function graphprint.c:792: warning: `ending' might be used uninitialized in this function graphprint.c: In function `graphPrint': graphprint.c:1177: warning: `ending' might be used uninitialized in this function /usr/bin/test -L filquery.c || ln -s ../w2/filquery.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c filquery.c /usr/bin/test -L graphgif.c || ln -s ../w2/graphgif.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphgif.c /usr/bin/test -L colcontrol.c || ln -s ../w2/colcontrol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c colcontrol.c /usr/bin/test -L viewedit.c || ln -s ../w2/viewedit.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c viewedit.c /usr/bin/test -L chronodisp.c || ln -s ../w2/chronodisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c chronodisp.c /usr/bin/test -L graphcolour.c || ln -s ../w2/graphcolour.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphcolour.c /usr/bin/test -L graphAcedbInterface.c || ln -s ../w2/graphAcedbInterface.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphAcedbInterface.c /usr/bin/test -L graphremote.c || ln -s ../w2/graphremote.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphremote.c /usr/bin/test -L graphmesglist.c || ln -s ../w2/graphmesglist.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphmesglist.c graphmesglist.c: In function `mesgListDestroy': graphmesglist.c:312: warning: `destroy_cb' might be used uninitialized in this function graphmesglist.c: At top level: graphmesglist.c:82: warning: `mesgDestroy' declared `static' but never defined ar ru libgraph.a graphcon.o graphsub.o graphps.o graphgdi.o graphselect.o graphascii.o graphprint.o filquery.o graphgif.o colcontrol.o viewedit.o chronodisp.o graphcolour.o graphAcedbInterface.o graphremote.o graphmesglist.o ar: creating libgraph.a if ( false ) then ranlib libgraph.a; fi making libgex.a for SOLARIS_4_OPT /usr/bin/test -L graphgtk.c || ln -s ../w2/graphgtk.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphgtk.c graphgtk.c: In function `keyboardEvent': graphgtk.c:1133: warning: unused variable `callback_to_graph' graphgtk.c:1128: warning: unused variable `result' graphgtk.c:1130: warning: `kval' might be used uninitialized in this function /usr/bin/test -L graphgdk.c || ln -s ../w2/graphgdk.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphgdk.c In file included from /usr/local/include/gdk/gdkprivate.h:31, from /usr/local/include/gdk/gdkx.h:30, from graphgdk.c:38: /usr/openwin/include/X11/Xlib.h:32: warning: ignoring pragma: ident In file included from /usr/local/include/gdk/gdkprivate.h:32, from /usr/local/include/gdk/gdkx.h:30, from graphgdk.c:38: /usr/openwin/include/X11/Xutil.h:56: warning: ignoring pragma: ident graphgdk.c: In function `insertGreyRamp': graphgdk.c:312: warning: implicit declaration of function `gdk_colormap_sync' graphgdk.c: In function `graphGtkSetGreyMap': graphgdk.c:378: warning: type defaults to `int' in declaration of `usingPrivate' graphgdk.c: In function `dev2GdkLineStyle': graphgdk.c:943: warning: `gdk_style' might be used uninitialized in this function /usr/bin/test -L graphgdkremote.c || ln -s ../w2/graphgdkremote.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c graphgdkremote.c In file included from graphgdkremote.c:85: /usr/openwin/include/X11/Xlib.h:32: warning: ignoring pragma: ident In file included from /usr/local/include/gdk/gdkprivate.h:32, from graphgdkremote.c:89: /usr/openwin/include/X11/Xutil.h:56: warning: ignoring pragma: ident graphgdkremote.c: In function `devGtkWebBrowser': graphgdkremote.c:280: warning: `target' might be used uninitialized in this function graphgdkremote.c: In function `translateCommas': graphgdkremote.c:412: warning: unused variable `new_link' /usr/bin/test -L gexhelp.c || ln -s ../w2/gexhelp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gexhelp.c gexhelp.c:88: warning: initialization from incompatible pointer type gexhelp.c:89: warning: initialization from incompatible pointer type gexhelp.c: In function `gexHtmlViewer': gexhelp.c:253: warning: implicit declaration of function `graphMenuBar' gexhelp.c: In function `printSection': gexhelp.c:622: warning: `oldFont' might be used uninitialized in this function gexhelp.c:622: warning: `oldFontHeight' might be used uninitialized in this function /usr/bin/test -L gexramptool.c || ln -s ../w2/gexramptool.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gexramptool.c /usr/bin/test -L gex.c || ln -s ../w2/gex.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gex.c In file included from /usr/local/include/gdk/gdkprivate.h:31, from /usr/local/include/gdk/gdkx.h:30, from gex.c:67: /usr/openwin/include/X11/Xlib.h:32: warning: ignoring pragma: ident In file included from /usr/local/include/gdk/gdkprivate.h:32, from /usr/local/include/gdk/gdkx.h:30, from gex.c:67: /usr/openwin/include/X11/Xutil.h:56: warning: ignoring pragma: ident ar ru libgex.a graphgtk.o graphgdk.o graphgdkremote.o gexhelp.o gexramptool.o gex.o ar: creating libgex.a if ( false ) then ranlib libgex.a; fi making libmd5.a for SOLARIS_4_OPT /usr/bin/test -L md5c.c || ln -s ../wmd5/md5c.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c md5c.c ar ru libmd5.a md5c.o ar: creating libmd5.a if ( false ) then ranlib libmd5.a ; fi making libgd.a for SOLARIS_4_OPT /usr/bin/test -L libgd.c || ln -s ../wgd/libgd.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c libgd.c /usr/bin/test -L gdfont6x9.c || ln -s ../wgd/gdfont6x9.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gdfont6x9.c /usr/bin/test -L gdfont8x13.c || ln -s ../wgd/gdfont8x13.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gdfont8x13.c /usr/bin/test -L gdfont8x13bold.c || ln -s ../wgd/gdfont8x13bold.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gdfont8x13bold.c ar ru libgd.a libgd.o gdfont6x9.o gdfont8x13.o gdfont8x13bold.o ar: creating libgd.a if ( false ) then ranlib libgd.a; fi making libacecl.a for SOLARIS_4_OPT /usr/bin/test -L aceclientlib.c || ln -s ../wrpc/aceclientlib.c . /usr/bin/test -L rpcace.x || ln -s ../wrpc/rpcace.x . rpcgen -b -I -K -1 rpcace.x gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c -c aceclientlib.c rpcgen -b -I -K -1 rpcace.x gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c rpcace_clnt.c rpcgen -b -I -K -1 rpcace.x gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c rpcace_xdr.c rpcace_xdr.c: In function `xdr_ace_reponse': rpcace_xdr.c:125: warning: unused variable `buf' ar ru libacecl.a aceclientlib.o rpcace_clnt.o rpcace_xdr.o ar: creating libacecl.a if ( false ) then ranlib libacecl.a; fi making libace.a for SOLARIS_4_OPT /usr/bin/test -L command.c || ln -s ../w4/command.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c command.c /usr/bin/test -L commandmenu.c || ln -s ../w4/commandmenu.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c commandmenu.c /usr/bin/test -L session.c || ln -s ../w4/session.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c session.c /usr/bin/test -L dbpath.c || ln -s ../w4/dbpath.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c dbpath.c dbpath.c: In function `dbPathInit': dbpath.c:43: warning: unused variable `cp' dbpath.c: In function `dbPathFilName': dbpath.c:162: warning: suggest parentheses around assignment used as truth value /usr/bin/test -L aceutils.c || ln -s ../w4/aceutils.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aceutils.c aceutils.c: In function `simpleCrashRoutine': aceutils.c:94: warning: implicit declaration of function `sessionReleaseWriteAccess' aceutils.c:95: warning: implicit declaration of function `readlockDeleteFile' /usr/bin/test -L banner.c || ln -s ../w4/banner.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c banner.c /usr/bin/test -L queryexe.c || ln -s ../w4/queryexe.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c queryexe.c /usr/bin/test -L tabledefsubs.c || ln -s ../w4/tabledefsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c tabledefsubs.c /usr/bin/test -L tabledefio.c || ln -s ../w4/tabledefio.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c tabledefio.c /usr/bin/test -L flag.c || ln -s ../wnq/flag.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c flag.c /usr/bin/test -L aql.c || ln -s ../waql/aql.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aql.c /usr/bin/test -L aqlparse.l || ln -s ../waql/aqlparse.l . lex aqlparse.l /usr/bin/test -L aqlparse.y || ln -s ../waql/aqlparse.y . yacc aqlparse.y mv y.tab.c aqlparse.c gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aqlparse.c In file included from aqlparse.y:335: aqlparse.l:105: warning: return-type defaults to `int' aqlparse.l: In function `yylex': aqlparse.l:175: warning: array subscript has type `char' aqlparse.l:106: warning: unused variable `yyprevious' aqlparse.l:113: warning: label `yyfussy' defined but not used aqlparse.l: At top level: aqlparse.l:928: warning: missing braces around initializer for `yycrank[0]' aqlparse.l:1073: warning: missing braces around initializer for `yysvec[0]' aqlparse.l:1360: warning: ignoring pragma: ident /usr/ccs/bin/yaccpar:5: warning: ignoring pragma: ident /usr/ccs/bin/yaccpar: In function `yyparse': /usr/ccs/bin/yaccpar:374: warning: label `yyerrlab' defined but not used /usr/ccs/bin/yaccpar:164: warning: label `yynewstate' defined but not used /usr/bin/test -L aqlcheck.c || ln -s ../waql/aqlcheck.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aqlcheck.c aqlcheck.c: In function `preLocCheck': aqlcheck.c:1172: warning: `originNode' might be used uninitialized in this function aqlcheck.c: In function `postTableProcess': aqlcheck.c:1578: warning: `tableDefNode' might be used uninitialized in this function /usr/bin/test -L aqlrun.c || ln -s ../waql/aqlrun.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aqlrun.c aqlrun.c: In function `evalExpr': aqlrun.c:3021: warning: `last' might be used uninitialized in this function /usr/bin/test -L aqlerror.c || ln -s ../waql/aqlerror.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aqlerror.c /usr/bin/test -L aqldebug.c || ln -s ../waql/aqldebug.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aqldebug.c /usr/bin/test -L keysetdump.c || ln -s ../w5/keysetdump.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c keysetdump.c /usr/bin/test -L lexsubs4.c || ln -s ../w5/lexsubs4.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c lexsubs4.c lexsubs4.c: In function `lexIsGoodName': lexsubs4.c:810: warning: subscript has type `char' /usr/bin/test -L lexalpha.c || ln -s ../w5/lexalpha.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c lexalpha.c /usr/bin/test -L disknew.c || ln -s ../w5/disknew.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c disknew.c /usr/bin/test -L blocksub.c || ln -s ../w5/blocksub.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c blocksub.c /usr/bin/test -L objcache.c || ln -s ../w5/objcache.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c objcache.c /usr/bin/test -L idacedb.c || ln -s ../w5/idacedb.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c idacedb.c idacedb.c: In function `idControl': idacedb.c:973: warning: suggest explicit braces to avoid ambiguous `else' /usr/bin/test -L idcurate.c || ln -s ../w5/idcurate.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c idcurate.c idcurate.c: In function `idError': idcurate.c:51: warning: implicit declaration of function `idaError' idcurate.c: In function `idKill': idcurate.c:60: warning: implicit declaration of function `idaKill' idcurate.c: In function `idResurrect': idcurate.c:63: warning: implicit declaration of function `idaResurrect' idcurate.c: In function `idMerge': idcurate.c:66: warning: implicit declaration of function `idaMerge' idcurate.c: In function `idAddName': idcurate.c:72: warning: implicit declaration of function `idaAddName' idcurate.c: In function `idRemoveName': idcurate.c:75: warning: implicit declaration of function `idaRemoveName' idcurate.c: In function `idVersion': idcurate.c:96: warning: implicit declaration of function `idaVersion' idcurate.c: In function `idLive': idcurate.c:99: warning: implicit declaration of function `idaLive' idcurate.c: In function `idExists': idcurate.c:108: warning: implicit declaration of function `idaExists' idcurate.c: In function `idCreateDomain': idcurate.c:117: warning: implicit declaration of function `idaCreateDomain' idcurate.c: In function `idSetTemplate': idcurate.c:120: warning: implicit declaration of function `idaSetTemplate' idcurate.c: In function `idAddNameType': idcurate.c:124: warning: implicit declaration of function `idaAddNameType' /usr/bin/test -L bs2block.c || ln -s ../w5/bs2block.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c bs2block.c /usr/bin/test -L adisk.c || ln -s ../w5/adisk.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c adisk.c /usr/bin/test -L acache.c || ln -s ../w5/acache.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c acache.c /usr/bin/test -L bsubs.c || ln -s ../w6/bsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c bsubs.c /usr/bin/test -L bstree.c || ln -s ../w6/bstree.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c bstree.c /usr/bin/test -L bstools.c || ln -s ../w6/bstools.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c bstools.c /usr/bin/test -L keyset.c || ln -s ../w6/keyset.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c keyset.c /usr/bin/test -L bsdumps.c || ln -s ../w6/bsdumps.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c bsdumps.c bsdumps.c: In function `bsAceDumpCell': bsdumps.c:202: warning: suggest explicit braces to avoid ambiguous `else' /usr/bin/test -L nicedump.c || ln -s ../w6/nicedump.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c nicedump.c nicedump.c: In function `niceTextXMLSchema': nicedump.c:956: warning: unused variable `my_name' nicedump.c: At top level: nicedump.c:103: warning: `debug' defined but not used /usr/bin/test -L asubs.c || ln -s ../w6/asubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c asubs.c /usr/bin/test -L bssubs.c || ln -s ../w6/bssubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c bssubs.c /usr/bin/test -L check.c || ln -s ../w6/check.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c check.c check.c: In function `checkText': check.c:61: warning: subscript has type `char' check.c:66: warning: subscript has type `char' /usr/bin/test -L dnasubs.c || ln -s ../w6/dnasubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c dnasubs.c /usr/bin/test -L dnacode.c || ln -s ../w6/dnacode.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c dnacode.c /usr/bin/test -L peptide.c || ln -s ../w6/peptide.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c peptide.c /usr/bin/test -L matchtable.c || ln -s ../w6/matchtable.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c matchtable.c /usr/bin/test -L basepad.c || ln -s ../w6/basepad.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c basepad.c /usr/bin/test -L smap.c || ln -s ../w6/smap.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c smap.c /usr/bin/test -L class.c || ln -s ../whooks/class.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c class.c /usr/bin/test -L sysclass.c || ln -s ../whooks/sysclass.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c sysclass.c /usr/bin/test -L tags.c || ln -s ../whooks/tags.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c tags.c /usr/bin/test -L model.c || ln -s ../w4/model.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c model.c model.c: In function `getNewModels': model.c:733: warning: implicit declaration of function `lexAlphaClassList' model.c: In function `validTagname': model.c:858: warning: subscript has type `char' model.c:860: warning: subscript has type `char' /usr/bin/test -L longtext.c || ln -s ../w4/longtext.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c longtext.c /usr/bin/test -L quovadis.c || ln -s ../whooks/quovadis.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c quovadis.c /usr/bin/test -L picksubs.c || ln -s ../w4/picksubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c picksubs.c picksubs.c: In function `pickGetClassProperties': picksubs.c:297: warning: type defaults to `int' in declaration of `displayOK' /usr/bin/test -L alignment.c || ln -s ../w4/alignment.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c alignment.c /usr/bin/test -L logsubs.c || ln -s ../w4/logsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c logsubs.c /usr/bin/test -L sigsubs.c || ln -s ../w4/sigsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c sigsubs.c sigsubs.c: In function `getSignalText': sigsubs.c:486: warning: initialization from incompatible pointer type /usr/bin/test -L prefsubs.c || ln -s ../w4/prefsubs.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c prefsubs.c prefsubs.c: In function `prefRead': prefsubs.c:689: warning: unused variable `result' /usr/bin/test -L status.c || ln -s ../w4/status.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c status.c /usr/bin/test -L bindex.c || ln -s ../wnq/bindex.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c bindex.c /usr/bin/test -L acelib.c || ln -s ../wnq/acelib.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c acelib.c /usr/bin/test -L table.c || ln -s ../wnq/table.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c table.c /usr/bin/test -L apputils.c || ln -s ../w3/apputils.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c apputils.c /usr/bin/test -L parse.c || ln -s ../w4/parse.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -DNON_GRAPHIC -c parse.c -o parse.ng.o/usr/bin/test -L dump.c || ln -s ../w4/dump.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -DNON_GRAPHIC -c dump.c -o dump.ng.o dump.c: In function `dumpKey2': dump.c:235: warning: implicit declaration of function `dnaDumpKeyCstyle' dump.c:237: warning: implicit declaration of function `peptideDumpKeyCstyle' /usr/bin/test -L biblio.c || ln -s ../w7/biblio.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -DNON_GRAPHIC -c biblio.c -o biblio.ng.o gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c parse.c gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c dump.c dump.c: In function `dumpKey2': dump.c:235: warning: implicit declaration of function `dnaDumpKeyCstyle' dump.c:237: warning: implicit declaration of function `peptideDumpKeyCstyle' gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c biblio.c /usr/bin/test -L aceversion.c || ln -s ../wnq/aceversion.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aceversion.c ar ru libace.a command.o commandmenu.o session.o dbpath.o aceutils.o banner.o queryexe.o tabledefsubs.o tabledefio.o flag.o aql.o aqlparse.o aqlcheck.o aqlrun.o aqlerror.o aqldebug.o keysetdump.o lexsubs4.o lexalpha.o disknew.o blocksub.o objcache.o idacedb.o idcurate.o bs2block.o adisk.o acache.o bsubs.o bstree.o bstools.o keyset.o bsdumps.o nicedump.o asubs.o bssubs.o check.o dnasubs.o dnacode.o peptide.o matchtable.o basepad.o smap.o class.o sysclass.o tags.o model.o longtext.o quovadis.o picksubs.o alignment.o logsubs.o sigsubs.o prefsubs.o status.o bindex.o acelib.o table.o apputils.o parse.ng.o dump.ng.o biblio.ng.o aceversion.o ar: creating libace.a if ( false ) then ranlib libace.a; fi making xace for SOLARIS_4_OPT ar ru libxace.a command.o commandmenu.o session.o dbpath.o aceutils.o banner.o queryexe.o tabledefsubs.o tabledefio.o flag.o aql.o aqlparse.o aqlcheck.o aqlrun.o aqlerror.o aqldebug.o keysetdump.o lexsubs4.o lexalpha.o disknew.o blocksub.o objcache.o idacedb.o idcurate.o bs2block.o adisk.o acache.o bsubs.o bstree.o bstools.o keyset.o bsdumps.o nicedump.o asubs.o bssubs.o check.o dnasubs.o dnacode.o peptide.o matchtable.o basepad.o smap.o class.o sysclass.o tags.o model.o longtext.o quovadis.o picksubs.o alignment.o logsubs.o sigsubs.o prefsubs.o status.o bindex.o acelib.o table.o apputils.o parse.o dump.o biblio.o aceversion.o ar: creating libxace.a if ( false ) then ranlib libxace.a; fi /usr/bin/test -L xacemain.c || ln -s ../w3/xacemain.c . /usr/bin/test -L mainpick.c || ln -s ../w4/mainpick.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c mainpick.c /usr/bin/test -L display.c || ln -s ../w6/display.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c display.c /usr/bin/test -L update.c || ln -s ../w4/update.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c update.c /usr/bin/test -L newkey.c || ln -s ../w4/newkey.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c newkey.c /usr/bin/test -L treedisp.c || ln -s ../w6/treedisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c treedisp.c treedisp.c: In function `FindBox': treedisp.c:3038: warning: `ActiveText' might be used uninitialized in this function /usr/bin/test -L forest.c || ln -s ../w6/forest.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c forest.c /usr/bin/test -L ksetdisp.c || ln -s ../w6/ksetdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c ksetdisp.c /usr/bin/test -L plot.c || ln -s ../w6/plot.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c plot.c /usr/bin/test -L plot2d.c || ln -s ../w6/plot2d.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c plot2d.c plot2d.c: In function `plot2dXscale': plot2d.c:305: warning: implicit declaration of function `freeMainRoundPart' /usr/bin/test -L sessiondisp.c || ln -s ../w6/sessiondisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c sessiondisp.c /usr/bin/test -L longtextdisp.c || ln -s ../w6/longtextdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c longtextdisp.c /usr/bin/test -L querydisp.c || ln -s ../w6/querydisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c querydisp.c /usr/bin/test -L qbedisp.c || ln -s ../w6/qbedisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c qbedisp.c qbedisp.c: In function `qbePick': qbedisp.c:1051: warning: `tagval' might be used uninitialized in this function /usr/bin/test -L querybuild.c || ln -s ../w6/querybuild.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c querybuild.c /usr/bin/test -L tabledisp.c || ln -s ../w6/tabledisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c tabledisp.c /usr/bin/test -L tablemakerdisp.c || ln -s ../w6/tablemakerdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c tablemakerdisp.c tablemakerdisp.c: In function `activateColonneByBoxNum': tablemakerdisp.c:391: warning: `colNum' might be used uninitialized in this function /usr/bin/test -L multimapdisp.c || ln -s ../w6/multimapdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c multimapdisp.c multimapdisp.c: In function `multiMapConvert': multimapdisp.c:1285: warning: `y' might be used uninitialized in this function multimapdisp.c: In function `multiMapDrawKeyC': multimapdisp.c:1387: warning: `oldFormat' might be used uninitialized in this function multimapdisp.c: In function `multiMapDrawKey': multimapdisp.c:1501: warning: `lastmcol' might be used uninitialized in this function /usr/bin/test -L objcachedisp.c || ln -s ../w6/objcachedisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c objcachedisp.c /usr/bin/test -L action.c || ln -s ../w6/action.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c action.c action.c: In function `externalCompletion': action.c:327: warning: `filename' might be used uninitialized in this function /usr/bin/test -L layoutdisp.c || ln -s ../w6/layoutdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c layoutdisp.c /usr/bin/test -L prefdisp.c || ln -s ../w6/prefdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c prefdisp.c /usr/bin/test -L acedbgraph.c || ln -s ../w6/acedbgraph.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c acedbgraph.c acedbgraph.c: In function `controlSetView': acedbgraph.c:639: warning: `proto' might be used uninitialized in this function /usr/bin/test -L acdbtest.c || ln -s ../w6/acdbtest.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c acdbtest.c /usr/bin/test -L gifcommand.c || ln -s ../w4/gifcommand.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gifcommand.c gifcommand.c: In function `gifControl': gifcommand.c:680: warning: implicit declaration of function `dasDNA' gifcommand.c:687: warning: implicit declaration of function `dasGFF' /usr/bin/test -L statusdisp.c || ln -s ../w6/statusdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c statusdisp.c statusdisp.c: In function `lexDetails': statusdisp.c:171: warning: implicit declaration of function `lexHashMax' /usr/bin/test -L aqldisp.c || ln -s ../w6/aqldisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c aqldisp.c /usr/bin/test -L geldisp.c || ln -s ../w7/geldisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c geldisp.c geldisp.c: In function `gelCorrespondingBands': geldisp.c:848: warning: `segp' might be used uninitialized in this function /usr/bin/test -L cmapdisp.c || ln -s ../w7/cmapdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c cmapdisp.c cmapdisp.c: In function `cMapColFillFromFile': cmapdisp.c:1405: warning: unused variable `level' /usr/bin/test -L pmapdisp.c || ln -s ../w7/pmapdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pmapdisp.c pmapdisp.c: In function `pMapSelectBox': pmapdisp.c:1348: warning: `seg' might be used uninitialized in this function /usr/bin/test -L pmapconvert.c || ln -s ../w7/pmapconvert.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pmapconvert.c /usr/bin/test -L gmapdisp.c || ln -s ../w7/gmapdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapdisp.c gmapdisp.c: In function `gMapFollowMap': gmapdisp.c:695: warning: `newMap' might be used uninitialized in this function gmapdisp.c: In function `gMapDisplay': gmapdisp.c:735: warning: `control' might be used uninitialized in this function /usr/bin/test -L vmapdisp.c || ln -s ../w7/vmapdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c vmapdisp.c vmapdisp.c: In function `vMapConvert': vmapdisp.c:1664: warning: `seg' might be used uninitialized in this function vmapdisp.c:1666: warning: `ns1' might be used uninitialized in this function vmapdisp.c: In function `pMapToMyVMap': vmapdisp.c:2420: warning: `y1' might be used uninitialized in this function vmapdisp.c:2420: warning: `y2' might be used uninitialized in this function /usr/bin/test -L vmapdrag.c || ln -s ../w7/vmapdrag.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c vmapdrag.c vmapdrag.c: In function `vMapDragUndo': vmapdrag.c:60: warning: `dup' might be used uninitialized in this function /usr/bin/test -L pepactivezonecol.c || ln -s ../w7/pepactivezonecol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pepactivezonecol.c /usr/bin/test -L alignmentdisp.c || ln -s ../w7/alignmentdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c alignmentdisp.c /usr/bin/test -L dnacpt.c || ln -s ../w7/dnacpt.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c dnacpt.c dnacpt.c: In function `dnacptRestriction': dnacpt.c:1209: warning: suggest parentheses around assignment used as truth value /usr/bin/test -L fpdisp.c || ln -s ../w7/fpdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fpdisp.c /usr/bin/test -L pepdisp.c || ln -s ../w7/pepdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pepdisp.c pepdisp.c: In function `pepDisplay': pepdisp.c:294: warning: `control' might be used uninitialized in this function /usr/bin/test -L pepgifcommand.c || ln -s ../w7/pepgifcommand.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pepgifcommand.c pepgifcommand.c: In function `pepGifCommandAlign': pepgifcommand.c:150: warning: `aa' might be used uninitialized in this function /usr/bin/test -L pephomolcol.c || ln -s ../w7/pephomolcol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pephomolcol.c pephomolcol.c: In function `pepMapShowBelvu': pephomolcol.c:282: warning: implicit declaration of function `alignDisplay' /usr/bin/test -L pepseqcol.c || ln -s ../w7/pepseqcol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pepseqcol.c pepseqcol.c: In function `pepSeqSave': pepseqcol.c:531: warning: implicit declaration of function `controlSetColour' /usr/bin/test -L pepfeaturecol.c || ln -s ../w7/pepfeaturecol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pepfeaturecol.c pepfeaturecol.c: In function `featureDraw': pepfeaturecol.c:121: warning: suggest explicit braces to avoid ambiguous `else' pepfeaturecol.c:144: warning: suggest explicit braces to avoid ambiguous `else' pepfeaturecol.c:65: warning: `wid' might be used uninitialized in this function /usr/bin/test -L pepgraphcol.c || ln -s ../w7/pepgraphcol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pepgraphcol.c /usr/bin/test -L metab.c || ln -s ../w7/metab.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c metab.c metab.c: In function `cycle_find': metab.c:1948: warning: `inprognode' might be used uninitialized in this function /usr/bin/test -L gmapconvert.c || ln -s ../w7/gmapconvert.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapconvert.c gmapconvert.c: In function `gMapContainment': gmapconvert.c:137: warning: `typeOf1' might be used uninitialized in this function gmapconvert.c:137: warning: `typeOf2' might be used uninitialized in this function gmapconvert.c: In function `gMapGetMapObject': gmapconvert.c:661: warning: `Map' might be used uninitialized in this function /usr/bin/test -L gmapmarkercol.c || ln -s ../w7/gmapmarkercol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapmarkercol.c /usr/bin/test -L gmapintervalcol.c || ln -s ../w7/gmapintervalcol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapintervalcol.c gmapintervalcol.c: In function `intervalSave': gmapintervalcol.c:1009: warning: implicit declaration of function `controlSetColour' gmapintervalcol.c: In function `intervalCreate': gmapintervalcol.c:1096: warning: implicit declaration of function `controlGetColour' /usr/bin/test -L gmaplocuscol.c || ln -s ../w7/gmaplocuscol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmaplocuscol.c gmaplocuscol.c: In function `gMapKeyOnTags': gmaplocuscol.c:310: warning: unused variable `j' gmaplocuscol.c:315: warning: `showName' might be used uninitialized in this function gmaplocuscol.c: In function `genesSave': gmaplocuscol.c:551: warning: implicit declaration of function `controlSetColour' gmaplocuscol.c: In function `genesCreate': gmaplocuscol.c:845: warning: implicit declaration of function `controlGetColour' /usr/bin/test -L gmapremarkcol.c || ln -s ../w7/gmapremarkcol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapremarkcol.c gmapremarkcol.c: In function `remarkDraw': gmapremarkcol.c:251: warning: `lastx' might be used uninitialized in this function gmapremarkcol.c:255: warning: `countDir' might be used uninitialized in this function gmapremarkcol.c:257: warning: `dupStomp' might be used uninitialized in this function /usr/bin/test -L drawdisp.c || ln -s ../w7/drawdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c drawdisp.c drawdisp.c: In function `drawDraw': drawdisp.c:278: warning: implicit declaration of function `graphGIFread' /usr/bin/test -L gmapposnegcol.c || ln -s ../w7/gmapposnegcol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapposnegcol.c gmapposnegcol.c: In function `posNegSave': gmapposnegcol.c:456: warning: implicit declaration of function `controlSetColour' gmapposnegcol.c: In function `posNegCreate': gmapposnegcol.c:568: warning: implicit declaration of function `controlGetColour' /usr/bin/test -L method.c || ln -s ../w7/method.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c method.c /usr/bin/test -L methodcache.c || ln -s ../w7/methodcache.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c methodcache.c methodcache.c: In function `methodCacheCreate': methodcache.c:74: warning: implicit declaration of function `lexMax' methodcache.c: In function `methodCacheGet': methodcache.c:120: warning: implicit declaration of function `lexAliasOf' methodcache.c: In function `methodCacheGetByName': methodcache.c:171: warning: implicit declaration of function `lexword2key' /usr/bin/test -L gmapsubmapcol.c || ln -s ../w7/gmapsubmapcol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapsubmapcol.c gmapsubmapcol.c: In function `gMapGetSubMapData': gmapsubmapcol.c:259: warning: `i' might be used uninitialized in this function gmapsubmapcol.c: In function `submapConvert': gmapsubmapcol.c:526: warning: `seg' might be used uninitialized in this function gmapsubmapcol.c: In function `submapDraw': gmapsubmapcol.c:627: warning: `j' might be used uninitialized in this function /usr/bin/test -L dendrogram.c || ln -s ../w7/dendrogram.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c dendrogram.c /usr/bin/test -L mapcontrol.c || ln -s ../w7/mapcontrol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c mapcontrol.c mapcontrol.c: In function `mapDrawColumns': mapcontrol.c:569: warning: `col_dropdown' might be used uninitialized in this function mapcontrol.c: In function `mapShowScale': mapcontrol.c:1161: warning: unused variable `look' /usr/bin/test -L fmapsequence.c || ln -s ../w7/fmapsequence.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapsequence.c fmapsequence.c: In function `fMapShowATG': fmapsequence.c:1473: warning: `atgSeg' might be used uninitialized in this function /usr/bin/test -L fmapfeatures.c || ln -s ../w7/fmapfeatures.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapfeatures.c fmapfeatures.c: In function `selectChangeSeg': fmapfeatures.c:961: warning: `seg2' might be used uninitialized in this function fmapfeatures.c: In function `fMapShowFeatureObj': fmapfeatures.c:2880: warning: unused variable `scored_feature' fmapfeatures.c: In function `bcDrawBox': fmapfeatures.c:4295: warning: unused variable `two_parent' fmapfeatures.c:4333: warning: `prev_style' might be used uninitialized in this function fmapfeatures.c: At top level: fmapfeatures.c:4758: warning: `pfetchWindow' defined but not used /usr/bin/test -L fmapgene.c || ln -s ../w7/fmapgene.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapgene.c fmapgene.c: In function `fMapAddGfSegs': fmapgene.c:318: warning: `saved_char' might be used uninitialized in this function fmapgene.c: In function `exonScore': fmapgene.c:636: warning: `bit' might be used uninitialized in this function fmapgene.c:637: warning: `methodKey' might be used uninitialized in this function fmapgene.c: In function `fMapDP': fmapgene.c:1072: warning: `endFrame' might be used uninitialized in this function fmapgene.c:1412: warning: `startNotFound' might be used uninitialized in this function fmapgene.c: In function `setTempGene': fmapgene.c:1758: warning: unused variable `new_obj' fmapgene.c: In function `fixTemp': fmapgene.c:2009: warning: left-hand operand of comma expression has no effect fmapgene.c: In function `getSMapParent': fmapgene.c:2784: warning: unused variable `parent_map_tag' fmapgene.c: In function `findAllSmappedGeneClasses': fmapgene.c:2872: warning: unused variable `class_name' fmapgene.c: In function `sMapGetChildParentTag2s': fmapgene.c:3049: warning: `tag2_class_tag' might be used uninitialized in this function fmapgene.c:3052: warning: `child_tag2' might be used uninitialized in this function fmapgene.c:3052: warning: `parent_tag2' might be used uninitialized in this function fmapgene.c: At top level: fmapgene.c:117: warning: `eltTypeName' defined but not used /usr/bin/test -L fmaposp.c || ln -s ../w7/fmaposp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmaposp.c /usr/bin/test -L fmapblast.c || ln -s ../w7/fmapblast.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapblast.c /usr/bin/test -L fmapmenes.c || ln -s ../w7/fmapmenes.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapmenes.c fmapmenes.c: In function `menesExe': fmapmenes.c:97: warning: `filFasta' might be used uninitialized in this function /usr/bin/test -L fmapstatus.c || ln -s ../w7/fmapstatus.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapstatus.c fmapstatus.c: In function `cosmid_color': fmapstatus.c:58: warning: `tcolor' might be used uninitialized in this function fmapstatus.c: In function `symbolicStatus': fmapstatus.c:307: warning: `tcolor' might be used uninitialized in this function /usr/bin/test -L fmapcontrol.c || ln -s ../w7/fmapcontrol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapcontrol.c fmapcontrol.c: In function `fMapConvert': fmapcontrol.c:3812: warning: unused variable `cds_max' fmapcontrol.c:3812: warning: unused variable `cds_min' fmapcontrol.c:3811: warning: unused variable `s_children' fmapcontrol.c:3810: warning: unused variable `bitField' fmapcontrol.c:3806: warning: unused variable `sinf' fmapcontrol.c:3805: warning: unused variable `isExons' fmapcontrol.c:3805: warning: unused variable `isDown' fmapcontrol.c:3804: warning: unused variable `tmp' fmapcontrol.c:3804: warning: unused variable `pos2' fmapcontrol.c:3804: warning: unused variable `pos1' fmapcontrol.c:3804: warning: unused variable `iseg' fmapcontrol.c:3802: warning: unused variable `seg2' fmapcontrol.c:3802: warning: unused variable `seg1' fmapcontrol.c:3802: warning: unused variable `seg' fmapcontrol.c:3801: warning: unused variable `u' fmapcontrol.c:3797: warning: unused variable `parent' fmapcontrol.c:3797: warning: unused variable `key' fmapcontrol.c: In function `fMapSelectBox': fmapcontrol.c:4222: warning: unused variable `NoBoxes' fmapcontrol.c: In function `writeGFFLine': fmapcontrol.c:4984: warning: unused variable `typeStr' fmapcontrol.c: At top level: fmapcontrol.c:3565: warning: `addOldSegs' defined but not used /usr/bin/test -L smapconvert.c || ln -s ../w7/smapconvert.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c smapconvert.c smapconvert.c: In function `dumpGFF': smapconvert.c:1082: warning: `seg' might be used uninitialized in this function smapconvert.c: In function `convertFeatureObj': smapconvert.c:1734: warning: `feature_index' might be used uninitialized in this function smapconvert.c: In function `convertHomol': smapconvert.c:1850: warning: `homols_end' might be used uninitialized in this function smapconvert.c: In function `getCDSPosition': smapconvert.c:3609: warning: `dnaMax' might be used uninitialized in this function smapconvert.c: At top level: smapconvert.c:3539: warning: `makeSeqInfo' defined but not used smapconvert.c:4276: warning: `segDumpToStdout' defined but not used smapconvert.c:3140: warning: `convertMieg' defined but not used /usr/bin/test -L fmapcdna.c || ln -s ../w7/fmapcdna.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapcdna.c /usr/bin/test -L fmapcurate.c || ln -s ../w7/fmapcurate.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c fmapcurate.c /usr/bin/test -L das.c || ln -s ../w7/das.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c das.c das.c: In function `writeDASFeature': das.c:488: warning: double format, pointer arg (arg 3) das.c:462: warning: unused variable `method_end' das.c:462: warning: unused variable `method_start' das.c:461: warning: unused variable `type_end' das.c:461: warning: unused variable `type_start' /usr/bin/test -L gff.c || ln -s ../w7/gff.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gff.c gff.c: In function `GFFRefSeqPos': gff.c:71: warning: `key_start' might be used uninitialized in this function gff.c:71: warning: `key_end' might be used uninitialized in this function gff.c:71: warning: `feature_start' might be used uninitialized in this function gff.c:71: warning: `feature_end' might be used uninitialized in this function gff.c:73: warning: `seg' might be used uninitialized in this function gff.c: In function `GFFDump': gff.c:238: warning: `flipped' might be used uninitialized in this function /usr/bin/test -L griddisp.c || ln -s ../w7/griddisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c griddisp.c griddisp.c: In function `gridSelect': griddisp.c:753: warning: `seg' might be used uninitialized in this function griddisp.c: In function `gridCluster': griddisp.c:1080: warning: `map' might be used uninitialized in this function griddisp.c: In function `gridConvert': griddisp.c:1692: warning: `prefix' might be used uninitialized in this function griddisp.c: In function `gridDraw': griddisp.c:2182: warning: `xstart' might be used uninitialized in this function griddisp.c:2182: warning: `xend' might be used uninitialized in this function griddisp.c:2182: warning: `ystart' might be used uninitialized in this function griddisp.c:2182: warning: `yend' might be used uninitialized in this function griddisp.c: In function `gridKeySetExportData': griddisp.c:3007: warning: `obj' might be used uninitialized in this function /usr/bin/test -L embl.c || ln -s ../w9/embl.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c embl.c embl.c: In function `subseqFeatures': embl.c:922: warning: unused variable `acc' embl.c: In function `emblDoDump': embl.c:1184: warning: variable `seq_obj' might be clobbered by `longjmp' or `vfork' embl.c:1185: warning: variable `dna' might be clobbered by `longjmp' or `vfork' embl.c:1187: warning: variable `message' might be clobbered by `longjmp' or `vfork' embl.c: At top level: embl.c:86: warning: `isEmblDumpedClass' declared `static' but never defined /usr/bin/test -L translate.c || ln -s ../w9/translate.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c translate.c In file included from translate.c:34: ../wh/iupac.h:36: warning: missing braces around initializer for `PAM120[0]' ../wh/iupac.h:129: warning: missing braces around initializer for `iupac[0]' translate.c: In function `revcomp': translate.c:138: warning: subscript has type `char' translate.c: In function `compl': translate.c:173: warning: subscript has type `char' /usr/bin/test -L gmapdata.c || ln -s ../w9/gmapdata.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapdata.c gmapdata.c: In function `rearrSummary': gmapdata.c:942: warning: `minLoc' might be used uninitialized in this function gmapdata.c:942: warning: `maxLoc' might be used uninitialized in this function /usr/bin/test -L gmapdatacol.c || ln -s ../w9/gmapdatacol.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapdatacol.c /usr/bin/test -L vmapdata2.c || ln -s ../w9/vmapdata2.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c vmapdata2.c vmapdata2.c: In function `gjmOptAll': vmapdata2.c:666: warning: `worstKey' might be used uninitialized in this function vmapdata2.c: In function `rearrSummary': vmapdata2.c:926: warning: `minLoc' might be used uninitialized in this function vmapdata2.c:926: warning: `maxLoc' might be used uninitialized in this function /usr/bin/test -L align.c || ln -s ../w9/align.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c align.c align.c: In function `sMapMake': align.c:221: warning: `offset' might be used uninitialized in this function align.c:225: warning: `cinf' might be used uninitialized in this function /usr/bin/test -L gmapphys.c || ln -s ../w9/gmapphys.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c gmapphys.c gmapphys.c: In function `gMapPhysConvert': gmapphys.c:96: warning: `pseg' might be used uninitialized in this function gmapphys.c:96: warning: `qseg' might be used uninitialized in this function gmapphys.c: In function `physGenesSummary': gmapphys.c:270: warning: `instance' might be used uninitialized in this function /usr/bin/test -L vmapphys.c || ln -s ../w9/vmapphys.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c vmapphys.c vmapphys.c: In function `vMapAddPhysGenes': vmapphys.c:77: warning: `pseg' might be used uninitialized in this function vmapphys.c:77: warning: `qseg' might be used uninitialized in this function vmapphys.c: In function `vMapReversedPhysical': vmapphys.c:243: warning: `oldy' might be used uninitialized in this function vmapphys.c: In function `pMapToVMap': vmapphys.c:346: warning: `y1' might be used uninitialized in this function vmapphys.c:346: warning: `y2' might be used uninitialized in this function /usr/bin/test -L gfcode.c || ln -s ../w9/gfcode.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -DACEDB -c gfcode.c -o gfcode.acedb.o gfcode.c:77: warning: `seqName' defined but not used /usr/bin/test -L hexcode.c || ln -s ../w9/hexcode.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -DACEDB -c hexcode.c -o hexcode.acedb.o hexcode.c: In function `processPartial': hexcode.c:210: warning: suggest explicit braces to avoid ambiguous `else' /usr/bin/test -L dotter.c || ln -s ../w9/dotter.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -g -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c -o dotter.o dotter.c dotter.c: In function `Seqtype': dotter.c:3465: warning: subscript has type `char' /usr/bin/test -L dotterKarlin.c || ln -s ../w9/dotterKarlin.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c dotterKarlin.c dotterKarlin.c: In function `karlin': dotterKarlin.c:234: warning: use of `l' length character with `f' type character dotterKarlin.c: In function `winsizeFromlambdak': dotterKarlin.c:378: warning: subscript has type `char' dotterKarlin.c:380: warning: subscript has type `char' dotterKarlin.c:387: warning: subscript has type `char' dotterKarlin.c:388: warning: subscript has type `char' /usr/bin/test -L blxview.c || ln -s ../w9/blxview.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -DACEDB -c blxview.c -o blxview.acedb.o blxview.c: In function `toggleVerbose': blxview.c:506: warning: unused variable `msp' blxview.c: In function `blviewRedraw': blxview.c:2190: warning: `DNAline' might be used uninitialized in this function blxview.c: In function `calcID': blxview.c:3030: warning: unused variable `dummy' blxview.c:3029: warning: unused variable `query' blxview.c:3029: warning: unused variable `sub' blxview.c: In function `getsseq': blxview.c:3200: warning: subscript has type `char' blxview.c: In function `socketConstruct': blxview.c:4698: warning: implicit declaration of function `bcopy' /usr/bin/test -L oxgriddisp.c || ln -s ../wjo/oxgriddisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c oxgriddisp.c /usr/bin/test -L pairmapdisp.c || ln -s ../wjo/pairmapdisp.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c pairmapdisp.c pairmapdisp.c: In function `pairMapSelect': pairmapdisp.c:1088: warning: suggest explicit braces to avoid ambiguous `else' /usr/bin/test -L o2m.c || ln -s ../wjo/o2m.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c o2m.c o2m.c: In function `o2mSelect': o2m.c:1114: warning: suggest explicit braces to avoid ambiguous `else' /usr/bin/test -L oxhomlist.c || ln -s ../wjo/oxhomlist.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c oxhomlist.c /usr/bin/test -L specg.c || ln -s ../wjo/specg.c . gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c specg.c specg.c: In function `specSelect': specg.c:253: warning: suggest explicit braces to avoid ambiguous `else' rm -f display.o gcc -O -DNO_LEFT_CASTING -Wall -DACEDB4 `../w3rdparty/include-config -I/usr/local/include | sed -e "s/-I\/opt\/x11r5\/include//"` -I.. -I../wh -I../wstaden -DACEDB_GTK -DSOLARIS -c xacemain.c display.c gcc -R/usr/local/lib -o xace xacemain.o mainpick.o display.o update.o newkey.o treedisp.o forest.o ksetdisp.o plot.o plot2d.o sessiondisp.o longtextdisp.o querydisp.o qbedisp.o querybuild.o tabledisp.o tablemakerdisp.o multimapdisp.o objcachedisp.o action.o layoutdisp.o prefdisp.o acedbgraph.o acdbtest.o gifcommand.o statusdisp.o aqldisp.o geldisp.o cmapdisp.o pmapdisp.o pmapconvert.o gmapdisp.o vmapdisp.o vmapdrag.o pepactivezonecol.o alignmentdisp.o dnacpt.o fpdisp.o pepdisp.o pepgifcommand.o pephomolcol.o pepseqcol.o pepfeaturecol.o pepgraphcol.o metab.o gmapconvert.o gmapmarkercol.o gmapintervalcol.o gmaplocuscol.o gmapremarkcol.o drawdisp.o gmapposnegcol.o method.o methodcache.o gmapsubmapcol.o dendrogram.o mapcontrol.o fmapsequence.o fmapfeatures.o fmapgene.o fmaposp.o fmapblast.o fmapmenes.o fmapstatus.o fmapcontrol.o smapconvert.o fmapcdna.o fmapcurate.o das.o gff.o griddisp.o embl.o translate.o gmapdata.o gmapdatacol.o vmapdata2.o align.o gmapphys.o vmapphys.o gfcode.acedb.o hexcode.acedb.o dotter.o dotterKarlin.o blxview.acedb.o oxgriddisp.o pairmapdisp.o o2m.o oxhomlist.o specg.o -L. -lxace -lfree -lgex -lgraph -lgd `../w3rdparty/acedb-config ` `../w3rdparty/libs-config -L/usr/local/lib` -lm -lsocket -lnsl -lreadline -lcurses -ll -lw Undefined first referenced symbol in file va_copy ./libfree.a(messubs.o) ld: fatal: Symbol referencing errors. No output written to xace collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `xace' Current working directory /home/psgendb/pkg/acedb4.9.27/bin.SOLARIS_4_OPT *** Error code 1 make: Fatal error: Command failed for target `xace' {mira:/home/psgendb/pkg/acedb4.9.27} From frist at cc.umanitoba.ca Mon Oct 24 12:34:02 2005 From: frist at cc.umanitoba.ca (Brian Fristensky) Date: Thu Oct 27 12:35:42 2005 Subject: [Acedb-soft] BIRCH: ACEDB organizes software documentation Message-ID: Readers of this group may be interested in knowing that the BIRCH bioinformatics platform employs ACEDB as the database manager for all software documentation files, giving the user a one-stop view of all documentation for all programs. The Python program htmldoc.py automatically creates web pages from the birchdb database. Web pages organize programs by Category, Package, and also a Program Index. A tutorial with screenshots showing how local documentation is merged with core BIRCH documentation is found at http://home.cc.umanitoba.ca/~psgendb/birchadmin/addprog/localdocs.html Below is a more general description of the most recent release of BIRCH --------------------------------------------------------------- The word 'system' implies many parts working together in a coordinated fashion. While installing programs and databases can be a major effort, transforming them from a mere collection into an integrated system is far more difficult. The BIRCH system (http://home.cc.umanitoba.ca/~psgendb) makes it easy to find and use almost any program, data or document. The core distribution includes software for DNA, protein, and molecular marker data. For end users: * The GDE graphic interface [Smith et al., 1994] makes it easy to create ad hoc data pipelines using output from one program as input for another. * Locally-installed programs and databases can be added transparently, without re-compiling GDE. * Web documentation from the BIRCH core and local documents are unified in a single database. * Tutorials are task-oriented, rather than program-oriented. For the sysadmin: * Install wizard automates installation, configuration and updates. * Local customizations automatically re-integrated into BIRCH during updates. * Central configuration: everything works the same for all users. * OS-independent datafiles, documentation and scripts are installed separately from OS-dependent binaries. BIRCH automatically finds the binaries for each host (eg. Solaris, Linux) * All components are freely-available software. * Scaleable from a single PC to a campus-wide system Web applications are awkward to use and are intractable to automation for large projects. When BIRCH is installed along with desktop and office applications, the result is a seamless system on a single desktop. Because BIRCH is network-centric, any user can do any task from anywhere.