Re: FWIW

2017-08-08 Thread Matthias Seidel
Hi Jim, Some thoughts... Am 08.08.2017 um 13:55 schrieb Jim Jagielski: > ./configure \ > --with-build-version="$(date +"%Y-%m-%d %H:%M:%S (%a, %d %b %Y)") - > `uname -sm`" \ "uname -sm" will give you "CYGWIN_NT-10.0-WOW i686" or similar. Windows user normally don't know what that is... I

FWIW

2017-08-08 Thread Jim Jagielski
I created a Win7 build VM on one of my machines. I'm using the following build script to test it out: #!/bin/bash if [ ! -d ../main -o ! -d sal ] ; then echo "CHDIR into AOO's main/ directory first!" exit 1 fi if [ -z "$SDK_HOME" ] ; then