About building R1.6.1 on Cygwin
Hello. For building REmbeddedPostgres in Omegat project(http://www.omegahat.org/RSPostgres/) requiring PostgresSQL's libs, I've tried to build R1.6.1 on Cygwin following the instruction of http://www.stats.ox.ac.uk/pub/Rtools/ since full-spec PostgresSQL running on Windows can run only on Cygwin environment, However I've got following error messages. make -C front-ends Rpwd make[1]: Entering directory `/usr/src/R-1.6.1/src/gnuwin32/front-ends' make -C ../fixed version make[2]: Entering directory `/usr/src/R-1.6.1/src/gnuwin32/fixed' sed -e 1d ../../../tools/GETVERSION > ../../../tools/GV sh ../../../tools/GV > ../../include/Rversion.h rm -f ../../../tools/GV make[2]: Leaving directory `/usr/src/R-1.6.1/src/gnuwin32/fixed' make Rpwd.exe make[2]: Entering directory `/usr/src/R-1.6.1/src/gnuwin32/front-ends' gcc -O2 -Wall -pedantic -I../../include -c rpwd.c -o rpwd.o rpwd.c:22:20: direct.h: No such file or directory rpwd.c: In function `main': rpwd.c:38: warning: implicit declaration of function `chdir' rpwd.c:41: warning: implicit declaration of function `getcwd' make[2]: *** [rpwd.o] Error 1 make[2]: Leaving directory `/usr/src/R-1.6.1/src/gnuwin32/front-ends' make[1]: *** [Rpwd] Error 2 make[1]: Leaving directory `/usr/src/R-1.6.1/src/gnuwin32/front-ends' make: *** [front-ends/Rpwd.exe] Error 2 Could you tell me any suggestion of building R1.6.1 on Cygwin? Best Regards. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._