I downloaded the build source. Everything seemed to be going quite well, until I got the following error well into the make stage:
cd mf; make all make[2]: Entering directory `/tmp/sapdb_tools/sys/src/base/mf' cc -I../inc -I/usr/include/ncurses -DSVR4 -DLINUX -Dunix -O -c mfconcom.c mfconcom.c:261: warning: `mf_section' was declared implicitly `extern' and later `static' mfconcom.c:151: warning: previous declaration of `mf_section' cc -I../inc -I/usr/include/ncurses -DSVR4 -DLINUX -Dunix -O -c debug.c cc -I../inc -I/usr/include/ncurses -DSVR4 -DLINUX -Dunix -O -DIGNORECOMMENT -DIGNORECASE -DIGNOREENV -c y_tab.c cc: y_tab.c: No such file or directory cc: No input files make[2]: *** [y_tab.o] Error 1 make[2]: Leaving directory `/tmp/sapdb_tools/sys/src/base/mf' make[1]: *** [ctools] Error 2 make[1]: Leaving directory `/tmp/sapdb_tools/sys/src/base' make: *** [base] Error 2 Sure enough, there is no y_tab.c file in the /tmp/sapdb_tools/sys/src/base/mf directory. Mark Post _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
