Re: Jim's Windows7 issues solved!?

2017-11-25 Thread Patricia Shanahan

If at least two people have missed it, it needs more emphasis.

On 11/25/2017 1:28 PM, Don Lewis wrote:

I thought it was documented, but maybe with not enough emphasis.  I've
tripped over it myself and discovered the fix by reading the
documentation more closely.

On 25 Nov, Jim Jagielski wrote:

Yeah, I'll update the build instructions as needed.


On Nov 22, 2017, at 11:17 PM, Patricia Shanahan  wrote:

Do we need an update to the instructions to clarify that?

On 11/22/2017 12:34 PM, Jim Jagielski wrote:

I think I finally tracked down the problem w/ my Win7/cygwin
build problems. It was subtle.
I kept all my sources in
/home/jim/src/asf/AOO415
that is, it lived under the cygwin file-system.
What I discovered is that the source actually
needs to live under C:, e.g.:
C:/jim/src/asf/AOO415
which I can get to, under cygwin as
/cygdrive/c/jim/src/asf/AOO415
If things like SRC_ROOT look like C:/cygwin/home/...
instead of C:/source/... then things will go wonky
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


---
This email has been checked for viruses by AVG.
http://www.avg.com


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Jim's Windows7 issues solved!?

2017-11-25 Thread Don Lewis
I thought it was documented, but maybe with not enough emphasis.  I've
tripped over it myself and discovered the fix by reading the
documentation more closely.

On 25 Nov, Jim Jagielski wrote:
> Yeah, I'll update the build instructions as needed.
> 
>> On Nov 22, 2017, at 11:17 PM, Patricia Shanahan  wrote:
>> 
>> Do we need an update to the instructions to clarify that?
>> 
>> On 11/22/2017 12:34 PM, Jim Jagielski wrote:
>>> I think I finally tracked down the problem w/ my Win7/cygwin
>>> build problems. It was subtle.
>>> I kept all my sources in
>>>/home/jim/src/asf/AOO415
>>> that is, it lived under the cygwin file-system.
>>> What I discovered is that the source actually
>>> needs to live under C:, e.g.:
>>>C:/jim/src/asf/AOO415
>>> which I can get to, under cygwin as
>>>/cygdrive/c/jim/src/asf/AOO415
>>> If things like SRC_ROOT look like C:/cygwin/home/...
>>> instead of C:/source/... then things will go wonky
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>> 
>> ---
>> This email has been checked for viruses by AVG.
>> http://www.avg.com
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Jim's Windows7 issues solved!?

2017-11-25 Thread Jim Jagielski
Yeah, I'll update the build instructions as needed.

> On Nov 22, 2017, at 11:17 PM, Patricia Shanahan  wrote:
> 
> Do we need an update to the instructions to clarify that?
> 
> On 11/22/2017 12:34 PM, Jim Jagielski wrote:
>> I think I finally tracked down the problem w/ my Win7/cygwin
>> build problems. It was subtle.
>> I kept all my sources in
>>/home/jim/src/asf/AOO415
>> that is, it lived under the cygwin file-system.
>> What I discovered is that the source actually
>> needs to live under C:, e.g.:
>>C:/jim/src/asf/AOO415
>> which I can get to, under cygwin as
>>/cygdrive/c/jim/src/asf/AOO415
>> If things like SRC_ROOT look like C:/cygwin/home/...
>> instead of C:/source/... then things will go wonky
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Jim's Windows7 issues solved!?

2017-11-25 Thread Marcus

Am 23.11.2017 um 05:17 schrieb Patricia Shanahan:

Do we need an update to the instructions to clarify that?


I've never built on Windows. However, I've heard (read) a lot about 
obstacles especially with Cygwin. So, I think it would help to reduce 
the gray areas.


Marcus




On 11/22/2017 12:34 PM, Jim Jagielski wrote:

I think I finally tracked down the problem w/ my Win7/cygwin
build problems. It was subtle.

I kept all my sources in

    /home/jim/src/asf/AOO415

that is, it lived under the cygwin file-system.

What I discovered is that the source actually
needs to live under C:, e.g.:

    C:/jim/src/asf/AOO415

which I can get to, under cygwin as

    /cygdrive/c/jim/src/asf/AOO415

If things like SRC_ROOT look like C:/cygwin/home/...
instead of C:/source/... then things will go wonky



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Jim's Windows7 issues solved!?

2017-11-22 Thread Patricia Shanahan

Do we need an update to the instructions to clarify that?

On 11/22/2017 12:34 PM, Jim Jagielski wrote:

I think I finally tracked down the problem w/ my Win7/cygwin
build problems. It was subtle.

I kept all my sources in

/home/jim/src/asf/AOO415

that is, it lived under the cygwin file-system.

What I discovered is that the source actually
needs to live under C:, e.g.:

C:/jim/src/asf/AOO415

which I can get to, under cygwin as

/cygdrive/c/jim/src/asf/AOO415

If things like SRC_ROOT look like C:/cygwin/home/...
instead of C:/source/... then things will go wonky

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



---
This email has been checked for viruses by AVG.
http://www.avg.com


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org