~/02f522/gencpp/testgenv12/aareadme - Rev RJL 021008.0330 I succeeded in eliminating all make errors except a parse error in pr_log.c:49: (extern "C" replay_log) using gcc for all .c files and g++ on bdeReplay.cc. I tried g++ on all and got way too many errors from gen_*.c files. See email re: Clarification... ==================== rev. 021008.0043 New try: need bdeReplay.cc/replay_log(), so I #ifdef BDELOG-ged out the bde-specific case block and added it to Makefile to compile it here. I also added -DGENLOG to gcc (and g++?) commands (is pr_log.cc generated?, or just pr_log.c in src?) ===================== Original RJL 021004 First try at rebuilding gencpp/src with GENV12: Link errors due to GENLOG lack. See bde. NOTE: I did NOT add -D USE_STL in this build, so the results belong in test_nt not test_km. TBD: Move them. Results (compared to KMiu's original with genv11): ----------- saturn.cs.uml.edu(156)> diff . ../../src | wc 928 3674 31367 saturn.cs.uml.edu(157)> diff . ../../src | grep ^diff 1:diff -bitw ./Makefile ../../src/Makefile 9:diff -bitw ./metaschema.h ../../src/metaschema.h 128:diff -bitw ./pr_delete.c ../../src/pr_delete.c 196:diff -bitw ./pr_dump.c ../../src/pr_dump.c 331:diff -bitw ./pr_free.c ../../src/pr_free.c 356:diff -bitw ./pr_load.c ../../src/pr_load.c 900:diff -bitw ./pr_stats.c ../../src/pr_stats.c saturn.cs.uml.edu(158)>