You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2017/11/22 20:34:14 UTC

Jim's Windows7 issues solved!?

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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Jim's Windows7 issues solved!?

Posted by Marcus <ma...@wtnet.de>.
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-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Jim's Windows7 issues solved!?

Posted by Patricia Shanahan <pa...@acm.org>.
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 <pa...@acm.org> 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-unsubscribe@openoffice.apache.org
>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>>> ---
>>> This email has been checked for viruses by AVG.
>>> http://www.avg.com
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 

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


Re: Jim's Windows7 issues solved!?

Posted by Don Lewis <tr...@apache.org>.
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 <pa...@acm.org> 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-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>> 
>> ---
>> This email has been checked for viruses by AVG.
>> http://www.avg.com
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 


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


Re: Jim's Windows7 issues solved!?

Posted by Jim Jagielski <ji...@jaguNET.com>.
Yeah, I'll update the build instructions as needed.

> On Nov 22, 2017, at 11:17 PM, Patricia Shanahan <pa...@acm.org> 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-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
> 
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 


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


Re: Jim's Windows7 issues solved!?

Posted by Patricia Shanahan <pa...@acm.org>.
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-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 

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


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