On Fri, Jul 16 2010, Mojca Miklavec wrote:
On Fri, Jul 16, 2010 at 16:40, Peter Münster
wrote: Hello,
What do you (especially Mojca) think about adding cygwin to the supported architectures?
I can patch first-setup.sh and the build-scripts and build the binaries.
I gladly add a new platform.
Ok, platform.sh is patched. And here the patch for first-setup.sh: @@ -54,6 +54,13 @@ i86pc) platform="solaris-intel" ;; *) platform="unknown" ;; esac ;; + # cygwin + CYGWIN*) + case "$cpu" in + i*86) platform="cygwin-32" ;; + x86_64|ia64) platform="cygwin-64" ;; + *) platform="unknown" ;; + esac ;; *) platform="unknown" esac Please notify me, when directories and authorization for me are ready, so that I can try a "do_all.sh" and later a "first-setup.sh". Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/