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

Re: Windows build woes

2017-08-08 Thread Jim Jagielski
> On Aug 8, 2017, at 12:59 PM, Don Lewis wrote: > > On 8 Aug, Jim Jagielski wrote: >> It looks like some sort of variable interpolation issue... Note >> that it's trying to do: >> >>- | awk -f C:/cygwin$S/solenv/gbuild/processdeps.awk >> >> Now with: >> >>

Hu Forum woes

2017-08-08 Thread Reizinger Zoltán
Hi all, I as admin of Hungarian Forum deleted nearly all post in Hungarian forum, during maintenance. Can anybody restore the forum database to yesterday status? Regards, Zoltán Reizinger - To unsubscribe, e-mail:

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

Re: Windows build woes

2017-08-08 Thread Don Lewis
On 8 Aug, Jim Jagielski wrote: > It looks like some sort of variable interpolation issue... Note > that it's trying to do: > > - | awk -f C:/cygwin$S/solenv/gbuild/processdeps.awk > > Now with: > > S=$R/main > R=c:/cygwin/home/jim/src/asf/aoo-414 > > you can see how what comes

Re: Windows build woes

2017-08-08 Thread Jim Jagielski
The only thing I can think of is some sort of env pollution causing that... starting from a fresh dwnload. > On Aug 8, 2017, at 12:59 PM, Don Lewis wrote: > > On 8 Aug, Jim Jagielski wrote: >> It looks like some sort of variable interpolation issue... Note >> that it's

Re: Windows build woes

2017-08-08 Thread Jim Jagielski
It looks like some sort of variable interpolation issue... Note that it's trying to do: - | awk -f C:/cygwin$S/solenv/gbuild/processdeps.awk Now with: S=$R/main R=c:/cygwin/home/jim/src/asf/aoo-414 you can see how what comes out is: - | awk -f

Re: Prepare for 4.1.4 RC1...

2017-08-08 Thread Kay Schenk
On 08/03/2017 01:45 PM, Kay Schenk wrote: On 08/03/2017 08:40 AM, Jim Jagielski wrote: Release candidate builds for 4.1.4 RC1 are being uploaded as we speak. Once complete I will be calling for an official test and vote on these artifacts. NOTE: Current builds are Linux 32bit, Linux 64bit

Re: Windows build woes

2017-08-08 Thread Patricia Shanahan
Regardless of anything else you do, retry the full build, without cleaning but also without specifying starting from the failure. Sometimes the windows builds don't seem to get all the dependency ordering right. If that is the cause of the failure, repeating the build can resolve it. For

Windows build woes

2017-08-08 Thread Jim Jagielski
Getting errors when building under Win7: [ build RES ] apr-util/default [ build RES ] R=c:/cygwin/home/jim/src/asf/aoo-414 && O=$R/main/solver/414/wntmsci12 && W=$R/main/solver/414/wntmsci12/workdir && S=$R/main && $O/bin/makedepend.exe -I. -IC:/cygwin$O/inc/stl -IC:/cygwin$O/inc/external

Re: Windows build woes

2017-08-08 Thread Don Lewis
I ran into this same error as well when I did an incremental build starting from expat. Cleaning and doing a full build worked. On 8 Aug, Patricia Shanahan wrote: > Regardless of anything else you do, retry the full build, without > cleaning but also without specifying starting from the