Hi,
While trying to compile factor with the MinGW distribution in
http://nuwen.net/mingw.html I realised it couldn't find the OS it was
running so I made a minor change in /build-support/factor.sh and now
it works wonderfully :). In case it is of interest there is the
change:
$ git diff build-support/factor.sh
diff --git a/build-support/factor.sh b/build-support/factor.sh
index ba5815c..0e1975a 100755
--- a/build-support/factor.sh
+++ b/build-support/factor.sh
@@ -182,6 +182,7 @@ find_os() {
*FreeBSD*) OS=freebsd;;
*OpenBSD*) OS=openbsd;;
*DragonFly*) OS=dragonflybsd;;
+ MINGW32_NT-6.0) OS=winnt;;
SunOS) OS=solaris;;
esac
}
[]s,
Ricardo Boccato Alves.
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk