1,45c1,7 < Fri Mar 16 01:05:03 EDT 2007 < saturn.cs.uml.edu(45)> xmkmfnolog.csh>& make_pr_load_alpha_wo_do_pr_add070316.0106 < (shorter than linux version ???) < -------------------------------------------------------------- < Filtered 070317 to change '...' to "..." to conform to linux gcc for diff applic'n) < (double-quote did NOT appear here before that) < < vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv < \tWARNING: On i386-linux platforms (Mercury) < \tBefore recompiling with xmkmf*.csh or gmake: < \t cp -p {pr_*,dprint,lut}.c to i386-linux.probj < \t because imake doesn't recognize the Imakefile PRSRC path. < ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ < < xmkmfnolog.csh --> xmkmf -a building three Makefiles < \t\t in bde, src and pr_util_nolog < Building Makefiles withOUT the log/replay option. < xmkmf -a making 3 new Makefile[Nolog_$HOSTTYPE] files: < mv -f Makefile Makefile.bak < imake -DUseInstalled -I/usr/lib/X11/config < make Makefiles < making Makefiles in ./pr_util_nolog... < mv -f Makefile Makefile.bak < making Makefiles in ./src... < mv -f Makefile Makefile.bak < make includes < including in ././pr_util_nolog... < including in ././src... < make depend < depending in ././pr_util_nolog... < makedepend -- -I/usr/include -I.. -I../include -I../pr_util_nolog -I/usr/include -I../include -DLONG_BIT=64 -- < depending in ././src... < makedepend -- -I../include -I../pr_util_nolog -I/usr/include -I.. -I/usr/local/lib/g++-include -I/usr/include -I../include -DLONG_BIT=64 -- bde.cc bendpt.cc bendptops.cc buttonevent.cc captionops.cc cursor.cc dialog.cc display.cc draw.cc edit.cc fileio.cc font.cc fprint.cc graphobject.cc graphops.cc handler.cc help.cc hlink.cc infodialog.cc infomessage.cc init.cc initClasses.cc leftmenu.cc leftmenu_cb.cc linkops.cc menubar.cc menubar_cb.cc msgBox.cc nodeops.cc select.cc smselect.cc strdup.cc text.cc textops.cc < xmkmf -a finished. < ================================================= < Copying bde/Makefile to bde/MakefileNolog_alpha < -rw------- 1 lechner 06f522 43247 Mar 16 01:06 Makefile < -rw------- 1 lechner 06f522 43247 Mar 16 01:06 MakefileNolog_alpha < Copying bde/*/Makefile to bde/*/MakefileNolog_alpha < -rw------- 1 lechner 06f522 126720 Mar 16 01:06 src/Makefile < -rw------- 1 lechner 06f522 126720 Mar 16 01:06 src/MakefileNolog_alpha < -rw------- 1 lechner 06f522 40163 Mar 16 01:06 pr_util_nolog/Makefile < -rw------- 1 lechner 06f522 40163 Mar 16 01:06 pr_util_nolog/MakefileNolog_alpha < ================================================= --- > xmkmfnolog.csh >& make_pr_load_linux_wo_do_pr_add070316.0010 > ---------------------------------- > In this version, pr_load.c has #if 0 brackets around do_pr_add code body. > do_pr_add is { #if 0 ... #endif; return;} > Goal: find which syntax error causes func decls AFTER do_pr_add to be lost. > ---------------------------------------------------------- > ... 48,49c10,21 < gcc -g -c -Wall -I/usr/include -I.. -I../include -I../pr_util_nolog -DGENV13 pr_load.c -o ../pr_util_nolog/alpha/probj/pr_load.o < pr_load.c: In function 'pr_link': --- > make[1]: Entering directory `/nfs/galaxy/faculty/fac1/lechner/bde2alpha_rl/sandbox/bdeNT050526/bdegen13/bde/pr_util_nolog' > gcc -g -c -Wall -I/usr/include -I.. -I../include -I../pr_util_nolog -DGENV13 ../pr_util_nolog/i386-linux/probj/pr_load.c -o ../pr_util_nolog/i386-linux/probj/pr_load.o > ../pr_util_nolog/i386-linux/probj/pr_load.c: In function `pr_link': > > > Following lines had path prefix removed (files are identical): > ':.,$s/..\/pr_util_nolog\/i386-linux\/probj\///' > and error msgs made identical (error: syntax ---> parse) and (error: --> )) > :.,$s/error: syntax error/parse error/ > (also `...' -->'...' and removed gratuitous 'token' and 'error:') > ========================= case FO ==================== > 55a28,29 > pr_load.c:1414: conflicting types for 'FOtemp' > 94sbde_schema.h:990: previous declaration of 'FOtemp' 61a36,37 > pr_load.c:1414: conflicting types for 'FOcurr' > 94sbde_schema.h:990: previous declaration of 'FOcurr' 68c44 < pr_load.c:1414: 'FOcurr' previously defined here --- > pr_load.c:1414: previous definition of 'FOcurr' 75c51,53 < /usr/include/stdlib.h:157: previous declaration of 'free' --- > /usr/include/stdlib.h:597: previous declaration of 'free' > pr_load.c:1414: conflicting types for 'free' > /usr/include/stdlib.h:597: previous declaration of 'free' 80a59,60 > pr_load.c:1414: conflicting types for 'FO' > 94sbde_schema.h:990: previous declaration of 'FO' 87c67,69 < pr_load.c:1414: 'FOcurr' previously defined here --- > pr_load.c:1414: previous definition of 'FOcurr' > pr_load.c:1414: redefinition of 'FOcurr' > pr_load.c:1414: previous definition of 'FOcurr' 92a75,77 > ===================== case GD ========================== > GD = GDelt; GDend = GDelt; > 95a81,82 > pr_load.c:1425: conflicting types for 'GD' > 94sbde_schema.h:1012: previous declaration of 'GD' 101a89,90 > pr_load.c:1425: conflicting types for 'GDend' > 94sbde_schema.h:1012: previous declaration of 'GDend' 104a94,95 > ----------------------------- > assert(GDelt->next_ptr==NULL && GDelt->prev_ptr==NULL); 106c97,99 < pr_load.c:1426: parse error before 'int' --- > pr_load.c:1426: parse error before 'void' > ------------------------------ > GDend->next_ptr = GDelt; GDelt->prev_ptr = GDend; GDend = GDelt; 110c103 < pr_load.c:1425: 'GDend' previously defined here --- > pr_load.c:1425: previous definition of 'GDend' 113a107,108 > ------------------------------- > 1432: } 115a111,112 > ------------------------------ > 1435: GDtemp = GD ; GDcurr = GD ; 119a117,118 > pr_load.c:1435: conflicting types for 'GDtemp' > 94sbde_schema.h:1012: previous declaration of 'GDtemp' 124a124,125 > pr_load.c:1435: conflicting types for 'GDcurr' > 94sbde_schema.h:1012: previous declaration of 'GDcurr' 126a128,129 > ---------------------------- > 1436: while ((GDcurr!=0L)&&(key_compare(& GDcurr->GDid,& GDelt->GDid ) < 0)) 128a132,133 > ------------------------- > 1438: GDtemp = GDcurr; GDcurr = GDcurr->next_ptr; 132c137 < pr_load.c:1435: 'GDcurr' previously defined here --- > pr_load.c:1435: previous definition of 'GDcurr' 134a140,141 > ------------------------------------- > 1439: } 136a144,145 > ------------------------------------------- > 1442: dup_row_warning( GDelt-> GDid ); free( GDelt); break; 141a151,152 > ------------------------- > 1445: GDelt->next_ptr = GD ; GD ->prev_ptr = GDelt; GD = GDelt; 145c156 < pr_load.c:1425: 'GD' previously defined here --- > pr_load.c:1425: previous definition of 'GD' 149a161 > 1446: } 150a163,164 > ------------------ > 1455: GDcurr = GDelt; 154c168,170 < pr_load.c:1438: 'GDcurr' previously defined here --- > pr_load.c:1438: previous definition of 'GDcurr' > pr_load.c:1455: redefinition of 'GDcurr' > pr_load.c:1438: previous definition of 'GDcurr' 157a174,175 > ------------------------------------- > 1456: } while (0) ; /* end do while 160a179,181 > ========================= case HG ========================== > DP; insert_element(HG,HGid); > 163a185,186 > pr_load.c:1461: conflicting types for 'HG' > 94sbde_schema.h:1033: previous declaration of 'HG' 169a193,194 > pr_load.c:1461: conflicting types for 'HGend' > 94sbde_schema.h:1033: previous declaration of 'HGend' 174c199 < pr_load.c:1461: parse error before 'int' --- > pr_load.c:1461: parse error before 'void' 177c202 < pr_load.c:1461: 'HGend' previously defined here --- > pr_load.c:1461: previous definition of 'HGend' 184a210,211 > pr_load.c:1461: conflicting types for 'HGtemp' > 94sbde_schema.h:1033: previous declaration of 'HGtemp' 189a217,218 > pr_load.c:1461: conflicting types for 'HGcurr' > 94sbde_schema.h:1033: previous declaration of 'HGcurr' 195c224 < pr_load.c:1461: 'HGcurr' previously defined here --- > pr_load.c:1461: previous definition of 'HGcurr' 205c234 < pr_load.c:1461: 'HG' previously defined here --- > pr_load.c:1461: previous definition of 'HG' 212c241,243 < pr_load.c:1461: 'HGcurr' previously defined here --- > pr_load.c:1461: previous definition of 'HGcurr' > pr_load.c:1461: redefinition of 'HGcurr' > pr_load.c:1461: previous definition of 'HGcurr' 216a248,249 > ---------------------------------------------------- > link_child_nobp_m(CG,HG,HGid,HGid,HGid,CGid); 220a254,255 > pr_load.c:1462: conflicting types for 'CGcurr2' > 94sbde_schema.h:1183: previous declaration of 'CGcurr2' 227a263,264 > pr_load.c:1462: conflicting types for 'CGtemp2' > 94sbde_schema.h:1183: previous declaration of 'CGtemp2' 232c269 < pr_load.c:1462: 'CGtemp2' previously defined here --- > pr_load.c:1462: previous definition of 'CGtemp2' 238c275 < pr_load.c:1462: 'CGcurr2' previously defined here --- > pr_load.c:1462: previous definition of 'CGcurr2' 241a279,280 > ---------------------------------------------------------------- > link_child_nobp_m(HN,HG,HGid,HGid,HGid,HNid); 245a285,286 > pr_load.c:1463: conflicting types for 'HNcurr2' > 94sbde_schema.h:1065: previous declaration of 'HNcurr2' 252a294,295 > pr_load.c:1463: conflicting types for 'HNtemp2' > 94sbde_schema.h:1065: previous declaration of 'HNtemp2' 257c300 < pr_load.c:1463: 'HNtemp2' previously defined here --- > pr_load.c:1463: previous definition of 'HNtemp2' 263c306 < pr_load.c:1463: 'HNcurr2' previously defined here --- > pr_load.c:1463: previous definition of 'HNcurr2' 267a311 > ================================== case HN ======================== 271a316,317 > pr_load.c:1539: conflicting types for 'HN' > 94sbde_schema.h:1065: previous declaration of 'HN' 277a324,325 > pr_load.c:1539: conflicting types for 'HNend' > 94sbde_schema.h:1065: previous declaration of 'HNend' 282c330 < pr_load.c:1539: parse error before 'int' --- > pr_load.c:1539: parse error before 'void' 285c333 < pr_load.c:1539: 'HNend' previously defined here --- > pr_load.c:1539: previous definition of 'HNend' 292a341,342 > pr_load.c:1539: conflicting types for 'HNtemp' > 94sbde_schema.h:1065: previous declaration of 'HNtemp' 297a348,349 > pr_load.c:1539: conflicting types for 'HNcurr' > 94sbde_schema.h:1065: previous declaration of 'HNcurr' 303c355 < pr_load.c:1539: 'HNcurr' previously defined here --- > pr_load.c:1539: previous definition of 'HNcurr' 313c365 < pr_load.c:1539: 'HN' previously defined here --- > pr_load.c:1539: previous definition of 'HN' 320c372,374 < pr_load.c:1539: 'HNcurr' previously defined here --- > pr_load.c:1539: previous definition of 'HNcurr' > pr_load.c:1539: redefinition of 'HNcurr' > pr_load.c:1539: previous definition of 'HNcurr' 328a383,384 > pr_load.c:1540: conflicting types for 'HAcurr2' > 94sbde_schema.h:1090: previous declaration of 'HAcurr2' 335a392,393 > pr_load.c:1540: conflicting types for 'HAtemp2' > 94sbde_schema.h:1090: previous declaration of 'HAtemp2' 340c398 < pr_load.c:1540: 'HAtemp2' previously defined here --- > pr_load.c:1540: previous definition of 'HAtemp2' 346c404 < pr_load.c:1540: 'HAcurr2' previously defined here --- > pr_load.c:1540: previous definition of 'HAcurr2' 353a412,413 > pr_load.c:1541: conflicting types for 'HLcurr2' > 94sbde_schema.h:1115: previous declaration of 'HLcurr2' 360a421,422 > pr_load.c:1541: conflicting types for 'HLtemp2' > 94sbde_schema.h:1115: previous declaration of 'HLtemp2' 365c427 < pr_load.c:1541: 'HLtemp2' previously defined here --- > pr_load.c:1541: previous definition of 'HLtemp2' 371c433 < pr_load.c:1541: 'HLcurr2' previously defined here --- > pr_load.c:1541: previous definition of 'HLcurr2' 378c440,442 < pr_load.c:1541: 'HLcurr2' previously defined here --- > pr_load.c:1541: previous definition of 'HLcurr2' > pr_load.c:1542: redefinition of 'HLcurr2' > pr_load.c:1541: previous definition of 'HLcurr2' 385c449,451 < pr_load.c:1541: 'HLtemp2' previously defined here --- > pr_load.c:1541: previous definition of 'HLtemp2' > pr_load.c:1542: redefinition of 'HLtemp2' > pr_load.c:1541: previous definition of 'HLtemp2' 390c456,458 < pr_load.c:1542: 'HLtemp2' previously defined here --- > pr_load.c:1542: previous definition of 'HLtemp2' > pr_load.c:1542: redefinition of 'HLtemp2' > pr_load.c:1541: previous definition of 'HLtemp2' 396c464,466 < pr_load.c:1542: 'HLcurr2' previously defined here --- > pr_load.c:1542: previous definition of 'HLcurr2' > pr_load.c:1542: redefinition of 'HLcurr2' > pr_load.c:1541: previous definition of 'HLcurr2' 404a475,476 > pr_load.c:1543: conflicting types for 'HGcurr2' > 94sbde_schema.h:1033: previous declaration of 'HGcurr2' 409c481,483 < pr_load.c:1463: 'HNtemp2' previously defined here --- > pr_load.c:1463: previous definition of 'HNtemp2' > pr_load.c:1543: redefinition of 'HNtemp2' > pr_load.c:1463: previous definition of 'HNtemp2' 411a486,488 > > ======================= case HA ============================= > 414a492,493 > pr_load.c:1547: conflicting types for 'HA' > 94sbde_schema.h:1090: previous declaration of 'HA' 420a500,501 > pr_load.c:1547: conflicting types for 'HAend' > 94sbde_schema.h:1090: previous declaration of 'HAend' 425c506 < pr_load.c:1547: parse error before 'int' --- > pr_load.c:1547: parse error before 'void' 428c509 < pr_load.c:1547: 'HAend' previously defined here --- > pr_load.c:1547: previous definition of 'HAend' 435a517,518 > pr_load.c:1547: conflicting types for 'HAtemp' > 94sbde_schema.h:1090: previous declaration of 'HAtemp' 440a524,525 > pr_load.c:1547: conflicting types for 'HAcurr' > 94sbde_schema.h:1090: previous declaration of 'HAcurr' 446c531 < pr_load.c:1547: 'HAcurr' previously defined here --- > pr_load.c:1547: previous definition of 'HAcurr' 456c541 < pr_load.c:1547: 'HA' previously defined here --- > pr_load.c:1547: previous definition of 'HA' 463c548,550 < pr_load.c:1547: 'HAcurr' previously defined here --- > pr_load.c:1547: previous definition of 'HAcurr' > pr_load.c:1547: redefinition of 'HAcurr' > pr_load.c:1547: previous definition of 'HAcurr' 471c558,560 < pr_load.c:1463: 'HNcurr2' previously defined here --- > pr_load.c:1463: previous definition of 'HNcurr2' > pr_load.c:1548: redefinition of 'HNcurr2' > pr_load.c:1463: previous definition of 'HNcurr2' 476c565,567 < pr_load.c:1540: 'HAtemp2' previously defined here --- > pr_load.c:1540: previous definition of 'HAtemp2' > pr_load.c:1548: redefinition of 'HAtemp2' > pr_load.c:1540: previous definition of 'HAtemp2' 481a573,574 > pr_load.c:1552: conflicting types for 'HL' > 94sbde_schema.h:1115: previous declaration of 'HL' 487a581,582 > pr_load.c:1552: conflicting types for 'HLend' > 94sbde_schema.h:1115: previous declaration of 'HLend' 492c587 < pr_load.c:1552: parse error before 'int' --- > pr_load.c:1552: parse error before 'void' 495c590 < pr_load.c:1552: 'HLend' previously defined here --- > pr_load.c:1552: previous definition of 'HLend' 502a598,599 > pr_load.c:1552: conflicting types for 'HLtemp' > 94sbde_schema.h:1115: previous declaration of 'HLtemp' 507a605,606 > pr_load.c:1552: conflicting types for 'HLcurr' > 94sbde_schema.h:1115: previous declaration of 'HLcurr' 513c612 < pr_load.c:1552: 'HLcurr' previously defined here --- > pr_load.c:1552: previous definition of 'HLcurr' 523c622 < pr_load.c:1552: 'HL' previously defined here --- > pr_load.c:1552: previous definition of 'HL' 530c629,631 < pr_load.c:1552: 'HLcurr' previously defined here --- > pr_load.c:1552: previous definition of 'HLcurr' > pr_load.c:1552: redefinition of 'HLcurr' > pr_load.c:1552: previous definition of 'HLcurr' 537a639,640 > pr_load.c:1553: conflicting types for 'HIcurr2' > 94sbde_schema.h:1161: previous declaration of 'HIcurr2' 544a648,649 > pr_load.c:1553: conflicting types for 'HItemp2' > 94sbde_schema.h:1161: previous declaration of 'HItemp2' 549c654 < pr_load.c:1553: 'HItemp2' previously defined here --- > pr_load.c:1553: previous definition of 'HItemp2' 555c660 < pr_load.c:1553: 'HIcurr2' previously defined here --- > pr_load.c:1553: previous definition of 'HIcurr2' 561a667,668 > pr_load.c:1554: conflicting types for 'HPcurr2' > 94sbde_schema.h:1136: previous declaration of 'HPcurr2' 568a676,677 > pr_load.c:1554: conflicting types for 'HPtemp2' > 94sbde_schema.h:1136: previous declaration of 'HPtemp2' 573c682 < pr_load.c:1554: 'HPtemp2' previously defined here --- > pr_load.c:1554: previous definition of 'HPtemp2' 579c688 < pr_load.c:1554: 'HPcurr2' previously defined here --- > pr_load.c:1554: previous definition of 'HPcurr2' 586c695,697 < pr_load.c:1548: 'HNcurr2' previously defined here --- > pr_load.c:1548: previous definition of 'HNcurr2' > pr_load.c:1555: redefinition of 'HNcurr2' > pr_load.c:1463: previous definition of 'HNcurr2' 591c702,704 < pr_load.c:1542: 'HLtemp2' previously defined here --- > pr_load.c:1542: previous definition of 'HLtemp2' > pr_load.c:1555: redefinition of 'HLtemp2' > pr_load.c:1541: previous definition of 'HLtemp2' 597c710,712 < pr_load.c:1555: 'HNcurr2' previously defined here --- > pr_load.c:1555: previous definition of 'HNcurr2' > pr_load.c:1556: redefinition of 'HNcurr2' > pr_load.c:1463: previous definition of 'HNcurr2' 602c717,719 < pr_load.c:1555: 'HLtemp2' previously defined here --- > pr_load.c:1555: previous definition of 'HLtemp2' > pr_load.c:1556: redefinition of 'HLtemp2' > pr_load.c:1541: previous definition of 'HLtemp2' 607a725,726 > pr_load.c:1560: conflicting types for 'HP' > 94sbde_schema.h:1136: previous declaration of 'HP' 613a733,734 > pr_load.c:1560: conflicting types for 'HPend' > 94sbde_schema.h:1136: previous declaration of 'HPend' 618c739 < pr_load.c:1560: parse error before 'int' --- > pr_load.c:1560: parse error before 'void' 621c742 < pr_load.c:1560: 'HPend' previously defined here --- > pr_load.c:1560: previous definition of 'HPend' 628a750,751 > pr_load.c:1560: conflicting types for 'HPtemp' > 94sbde_schema.h:1136: previous declaration of 'HPtemp' 633a757,758 > pr_load.c:1560: conflicting types for 'HPcurr' > 94sbde_schema.h:1136: previous declaration of 'HPcurr' 639c764 < pr_load.c:1560: 'HPcurr' previously defined here --- > pr_load.c:1560: previous definition of 'HPcurr' 649c774 < pr_load.c:1560: 'HP' previously defined here --- > pr_load.c:1560: previous definition of 'HP' 656c781,783 < pr_load.c:1560: 'HPcurr' previously defined here --- > pr_load.c:1560: previous definition of 'HPcurr' > pr_load.c:1560: redefinition of 'HPcurr' > pr_load.c:1560: previous definition of 'HPcurr' 664c791,793 < pr_load.c:1542: 'HLcurr2' previously defined here --- > pr_load.c:1542: previous definition of 'HLcurr2' > pr_load.c:1561: redefinition of 'HLcurr2' > pr_load.c:1541: previous definition of 'HLcurr2' 669c798,800 < pr_load.c:1554: 'HPtemp2' previously defined here --- > pr_load.c:1554: previous definition of 'HPtemp2' > pr_load.c:1561: redefinition of 'HPtemp2' > pr_load.c:1554: previous definition of 'HPtemp2' 674a806,807 > pr_load.c:1565: conflicting types for 'HI' > 94sbde_schema.h:1161: previous declaration of 'HI' 680a814,815 > pr_load.c:1565: conflicting types for 'HIend' > 94sbde_schema.h:1161: previous declaration of 'HIend' 685c820 < pr_load.c:1565: parse error before 'int' --- > pr_load.c:1565: parse error before 'void' 688c823 < pr_load.c:1565: 'HIend' previously defined here --- > pr_load.c:1565: previous definition of 'HIend' 695a831,832 > pr_load.c:1565: conflicting types for 'HItemp' > 94sbde_schema.h:1161: previous declaration of 'HItemp' 700a838,839 > pr_load.c:1565: conflicting types for 'HIcurr' > 94sbde_schema.h:1161: previous declaration of 'HIcurr' 706c845 < pr_load.c:1565: 'HIcurr' previously defined here --- > pr_load.c:1565: previous definition of 'HIcurr' 716c855 < pr_load.c:1565: 'HI' previously defined here --- > pr_load.c:1565: previous definition of 'HI' 723c862,864 < pr_load.c:1565: 'HIcurr' previously defined here --- > pr_load.c:1565: previous definition of 'HIcurr' > pr_load.c:1565: redefinition of 'HIcurr' > pr_load.c:1565: previous definition of 'HIcurr' 731c872,874 < pr_load.c:1561: 'HLcurr2' previously defined here --- > pr_load.c:1561: previous definition of 'HLcurr2' > pr_load.c:1566: redefinition of 'HLcurr2' > pr_load.c:1541: previous definition of 'HLcurr2' 736c879,881 < pr_load.c:1553: 'HItemp2' previously defined here --- > pr_load.c:1553: previous definition of 'HItemp2' > pr_load.c:1566: redefinition of 'HItemp2' > pr_load.c:1553: previous definition of 'HItemp2' 741a887,888 > pr_load.c:1570: conflicting types for 'CG' > 94sbde_schema.h:1183: previous declaration of 'CG' 747a895,896 > pr_load.c:1570: conflicting types for 'CGend' > 94sbde_schema.h:1183: previous declaration of 'CGend' 752c901 < pr_load.c:1570: parse error before 'int' --- > pr_load.c:1570: parse error before 'void' 755c904 < pr_load.c:1570: 'CGend' previously defined here --- > pr_load.c:1570: previous definition of 'CGend' 762a912,913 > pr_load.c:1570: conflicting types for 'CGtemp' > 94sbde_schema.h:1183: previous declaration of 'CGtemp' 767a919,920 > pr_load.c:1570: conflicting types for 'CGcurr' > 94sbde_schema.h:1183: previous declaration of 'CGcurr' 773c926 < pr_load.c:1570: 'CGcurr' previously defined here --- > pr_load.c:1570: previous definition of 'CGcurr' 783c936 < pr_load.c:1570: 'CG' previously defined here --- > pr_load.c:1570: previous definition of 'CG' 790c943,945 < pr_load.c:1570: 'CGcurr' previously defined here --- > pr_load.c:1570: previous definition of 'CGcurr' > pr_load.c:1570: redefinition of 'CGcurr' > pr_load.c:1570: previous definition of 'CGcurr' 797a953,954 > pr_load.c:1571: conflicting types for 'GXcurr2' > 94sbde_schema.h:1208: previous declaration of 'GXcurr2' 804a962,963 > pr_load.c:1571: conflicting types for 'GXtemp2' > 94sbde_schema.h:1208: previous declaration of 'GXtemp2' 809c968 < pr_load.c:1571: 'GXtemp2' previously defined here --- > pr_load.c:1571: previous definition of 'GXtemp2' 815c974 < pr_load.c:1571: 'GXcurr2' previously defined here --- > pr_load.c:1571: previous definition of 'GXcurr2' 822c981 < pr_load.c:1543: 'HGcurr2' previously defined here --- > pr_load.c:1543: previous definition of 'HGcurr2' 827c986,988 < pr_load.c:1462: 'CGtemp2' previously defined here --- > pr_load.c:1462: previous definition of 'CGtemp2' > pr_load.c:1572: redefinition of 'CGtemp2' > pr_load.c:1462: previous definition of 'CGtemp2' 832a994,995 > pr_load.c:1576: conflicting types for 'GX' > 94sbde_schema.h:1208: previous declaration of 'GX' 838a1002,1003 > pr_load.c:1576: conflicting types for 'GXend' > 94sbde_schema.h:1208: previous declaration of 'GXend' 843c1008 < pr_load.c:1576: parse error before 'int' --- > pr_load.c:1576: parse error before 'void' 846c1011 < pr_load.c:1576: 'GXend' previously defined here --- > pr_load.c:1576: previous definition of 'GXend' 853a1019,1020 > pr_load.c:1576: conflicting types for 'GXtemp' > 94sbde_schema.h:1208: previous declaration of 'GXtemp' 858a1026,1027 > pr_load.c:1576: conflicting types for 'GXcurr' > 94sbde_schema.h:1208: previous declaration of 'GXcurr' 864c1033 < pr_load.c:1576: 'GXcurr' previously defined here --- > pr_load.c:1576: previous definition of 'GXcurr' 874c1043 < pr_load.c:1576: 'GX' previously defined here --- > pr_load.c:1576: previous definition of 'GX' 881c1050,1052 < pr_load.c:1576: 'GXcurr' previously defined here --- > pr_load.c:1576: previous definition of 'GXcurr' > pr_load.c:1576: redefinition of 'GXcurr' > pr_load.c:1576: previous definition of 'GXcurr' 889c1060,1062 < pr_load.c:1462: 'CGcurr2' previously defined here --- > pr_load.c:1462: previous definition of 'CGcurr2' > pr_load.c:1577: redefinition of 'CGcurr2' > pr_load.c:1462: previous definition of 'CGcurr2' 894c1067,1069 < pr_load.c:1571: 'GXtemp2' previously defined here --- > pr_load.c:1571: previous definition of 'GXtemp2' > pr_load.c:1577: redefinition of 'GXtemp2' > pr_load.c:1571: previous definition of 'GXtemp2' 897c1072,1075 < pr_load.c:1580: parse error before '0' --- > > =============== end case GX ?======================== > > pr_load.c:1580: parse error before numeric constant 900c1078 < /usr/include/stdlib.h:205: previous declaration of 'exit' --- > pr_load.c:1580: conflicting types for 'exit' 905,907c1083,1084 < pr_load.c:2069: warning: type mismatch with previous implicit declaration < pr_load.c:2023: warning: previous implicit declaration of 'pr_parse' < pr_load.c:2069: warning: 'pr_parse' was previously implicitly declared to return 'int' --- > pr_load.c:2069: conflicting types for 'pr_parse' > pr_load.c:2023: previous implicit declaration of 'pr_parse' 910,920c1087,1089 < *** Exit 1 < Stop. < making all in ././src... < gmake finished. < bde executable finished withOUT log/replay. < executables/alpha/bdenolog.exe is a sym-link < to pr_util_nolog/alpha/bin/bde.exe < 4636 -rwxr-xr-x 1 lechner 06f522 6865120 Mar 13 22:06 pr_util_nolog/alpha/bin/bde.exe < 0 lrwxrwxrwx 1 lechner fac 31 Mar 16 01:06 executables/alpha/bdenolog.exe -> pr_util_nolog/alpha/bin/bde.exe < 0 lrwxrwxrwx 1 lechner fac 31 Mar 16 01:05 executables/alpha/bdenolog.bak -> pr_util_nolog/alpha/bin/bde.exe < Fri Mar 16 01:06:42 EDT 2007 --- > make[1]: *** [pr_load.o] Error 1 > make[1]: Leaving directory '/nfs/galaxy/faculty/fac1/lechner/bde2alpha_rl/sandbox/bdeNT050526/bdegen13/bde/pr_util_nolog' >