diff -c -r RML/Source/ConcordDaemon/Main.cpp RML-new/Source/ConcordDaemon/Main.cpp *** RML/Source/ConcordDaemon/Main.cpp Mon Mar 13 21:38:13 2006 --- RML-new/Source/ConcordDaemon/Main.cpp Fri Jul 17 16:37:43 2009 *************** *** 6,11 **** --- 6,16 ---- #include #include + /* for BSD */ + #include + #include + #include + #include void PrintUsage() { diff -c -r RML/Source/SynanDaemon/Main.cpp RML-new/Source/SynanDaemon/Main.cpp *** RML/Source/SynanDaemon/Main.cpp Fri May 12 17:04:11 2006 --- RML-new/Source/SynanDaemon/Main.cpp Fri Jul 17 17:58:28 2009 *************** *** 4,9 **** --- 4,15 ---- #include #include + /* for BSD */ + #include + #include + #include + #include + void PrintUsage() { printf ("A daemon for working Dialing-DWDS Shallow Syntax\n"); diff -c -r RML/compile_and_check_graphan.sh RML-new/compile_and_check_graphan.sh *** RML/compile_and_check_graphan.sh Thu Jun 22 21:57:46 2006 --- RML-new/compile_and_check_graphan.sh Fri Jul 17 16:39:34 2009 *************** *** 40,46 **** fi; ! if [ -x /usr/bin/gmake ]; then make_tool=gmake else make_tool=make --- 40,46 ---- fi; ! if [ -x /usr/local/bin/gmake ]; then make_tool=gmake else make_tool=make diff -c -r RML/compile_concord.sh RML-new/compile_concord.sh *** RML/compile_concord.sh Sat Mar 3 20:57:26 2007 --- RML-new/compile_concord.sh Fri Jul 17 16:39:34 2009 *************** *** 15,21 **** halt; fi; ! if [ -x /usr/bin/gmake ]; then make_tool=gmake else make_tool=make --- 15,21 ---- halt; fi; ! if [ -x /usr/local/bin/gmake ]; then make_tool=gmake else make_tool=make diff -c -r RML/compile_morph.sh RML-new/compile_morph.sh *** RML/compile_morph.sh Tue Feb 7 17:30:45 2006 --- RML-new/compile_morph.sh Fri Jul 17 16:39:34 2009 *************** *** 18,24 **** fi; ! if [ -x /usr/bin/gmake ]; then make_tool=gmake else make_tool=make --- 18,24 ---- fi; ! if [ -x /usr/local/bin/gmake ]; then make_tool=gmake else make_tool=make diff -c -r RML/compile_ross.sh RML-new/compile_ross.sh *** RML/compile_ross.sh Tue Mar 20 16:31:40 2007 --- RML-new/compile_ross.sh Fri Jul 17 18:11:52 2009 *************** *** 20,26 **** bad_arguments; fi ! if [ -x /usr/bin/gmake ]; then make_tool=gmake else make_tool=make --- 20,26 ---- bad_arguments; fi ! if [ -x /usr/local/bin/gmake ]; then make_tool=gmake else make_tool=make diff -c -r RML/compile_synan.sh RML-new/compile_synan.sh *** RML/compile_synan.sh Mon Dec 17 00:26:48 2007 --- RML-new/compile_synan.sh Fri Jul 17 17:50:32 2009 *************** *** 15,21 **** halt; fi; ! if [ -x /usr/bin/gmake ]; then make_tool=gmake else make_tool=make --- 15,21 ---- halt; fi; ! if [ -x /usr/local/bin/gmake ]; then make_tool=gmake else make_tool=make diff -c -r RML/generate_syn_bin.sh RML-new/generate_syn_bin.sh *** RML/generate_syn_bin.sh Thu Jan 10 19:15:34 2008 --- RML-new/generate_syn_bin.sh Fri Jul 17 18:17:35 2009 *************** *** 23,29 **** for i in Russian English German; do if [ $i = $1 ]; then ! Language=`expr substr $i 1 3` break; fi done --- 23,29 ---- for i in Russian English German; do if [ $i = $1 ]; then ! Language=`expr $i : '\(...\)'` break; fi done