ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt Suite in Windows
@ 2015-04-20 19:13 Pablo Rodriguez
  2015-04-20 23:17 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Pablo Rodriguez @ 2015-04-20 19:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have downloaded the ConTeXt Suite (beta from 2015.04.14 18:48)for
Win32 and Win64 in my Linux box using:

    sh ./first-setup.sh --platform=windows --modules=all
    sh ./first-setup.sh --platform=win64 --modules=all

But when I try to run them, I experience the following issues:

With the Win32 version, mtxrunjit is found by Windows 7, but contextjit
cannot be found. The binary is in its proper path.

Withe the Win64 version, contextjit is found, but mtxrunjit cannot be
found. In this case, I need to run "mtxrunjit --generate" first, because
invoking contextjit gives the following error:

mtxrun          | unknown script 'context.lua' or 'mtx-context.lua'

Why are some binaries found by Windows and others not?

Many thanks for your help,


Pabl
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ConTeXt Suite in Windows
  2015-04-20 19:13 ConTeXt Suite in Windows Pablo Rodriguez
@ 2015-04-20 23:17 ` Hans Hagen
  2015-04-21  4:28   ` Pablo Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2015-04-20 23:17 UTC (permalink / raw)
  To: ntg-context

On 4/20/2015 9:13 PM, Pablo Rodriguez wrote:
> Dear list,
>
> I have downloaded the ConTeXt Suite (beta from 2015.04.14 18:48)for
> Win32 and Win64 in my Linux box using:
>
>      sh ./first-setup.sh --platform=windows --modules=all
>      sh ./first-setup.sh --platform=win64 --modules=all
>
> But when I try to run them, I experience the following issues:
>
> With the Win32 version, mtxrunjit is found by Windows 7, but contextjit
> cannot be found. The binary is in its proper path.
>
> Withe the Win64 version, contextjit is found, but mtxrunjit cannot be
> found. In this case, I need to run "mtxrunjit --generate" first, because
> invoking contextjit gives the following error:
>
> mtxrun          | unknown script 'context.lua' or 'mtx-context.lua'
>
> Why are some binaries found by Windows and others not?

don't use a 32/64 mix ... the startup scripts use dll's and look on the 
path and some consistency is assumed in that lookup

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ConTeXt Suite in Windows
  2015-04-20 23:17 ` Hans Hagen
@ 2015-04-21  4:28   ` Pablo Rodriguez
  2015-04-21  7:28     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Pablo Rodriguez @ 2015-04-21  4:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 04/21/2015 01:17 AM, Hans Hagen wrote:
> On 4/20/2015 9:13 PM, Pablo Rodriguez wrote:
>> Dear list,
>>
>> I have downloaded the ConTeXt Suite (beta from 2015.04.14 18:48)for
>> Win32 and Win64 in my Linux box using:
>>
>>      sh ./first-setup.sh --platform=windows --modules=all
>>      sh ./first-setup.sh --platform=win64 --modules=all
>>
>> But when I try to run them, I experience the following issues:
>>
>> With the Win32 version, mtxrunjit is found by Windows 7, but contextjit
>> cannot be found. The binary is in its proper path.
>>
>> Withe the Win64 version, contextjit is found, but mtxrunjit cannot be
>> found. In this case, I need to run "mtxrunjit --generate" first, because
>> invoking contextjit gives the following error:
>>
>> mtxrun          | unknown script 'context.lua' or 'mtx-context.lua'
>>
>> Why are some binaries found by Windows and others not?
> 
> don't use a 32/64 mix ... the startup scripts use dll's and look on the 
> path and some consistency is assumed in that lookup

Sorry, Hans, I haven’t explained myself accurately.

In a Win64 computer, I have tested each version (32bit and 64bit)
separately. And I got the results you have above.

I don’t know what is wrong here.


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ConTeXt Suite in Windows
  2015-04-21  4:28   ` Pablo Rodriguez
@ 2015-04-21  7:28     ` Hans Hagen
  2015-04-21 19:37       ` Pablo Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2015-04-21  7:28 UTC (permalink / raw)
  To: ntg-context

On 4/21/2015 6:28 AM, Pablo Rodriguez wrote:
> On 04/21/2015 01:17 AM, Hans Hagen wrote:
>> On 4/20/2015 9:13 PM, Pablo Rodriguez wrote:
>>> Dear list,
>>>
>>> I have downloaded the ConTeXt Suite (beta from 2015.04.14 18:48)for
>>> Win32 and Win64 in my Linux box using:
>>>
>>>       sh ./first-setup.sh --platform=windows --modules=all
>>>       sh ./first-setup.sh --platform=win64 --modules=all
>>>
>>> But when I try to run them, I experience the following issues:
>>>
>>> With the Win32 version, mtxrunjit is found by Windows 7, but contextjit
>>> cannot be found. The binary is in its proper path.
>>>
>>> Withe the Win64 version, contextjit is found, but mtxrunjit cannot be
>>> found. In this case, I need to run "mtxrunjit --generate" first, because
>>> invoking contextjit gives the following error:
>>>
>>> mtxrun          | unknown script 'context.lua' or 'mtx-context.lua'
>>>
>>> Why are some binaries found by Windows and others not?
>>
>> don't use a 32/64 mix ... the startup scripts use dll's and look on the
>> path and some consistency is assumed in that lookup
>
> Sorry, Hans, I haven’t explained myself accurately.
>
> In a Win64 computer, I have tested each version (32bit and 64bit)
> separately. And I got the results you have above.
>
> I don’t know what is wrong here.

i think you need the 64 on windows 64 ... we identify the platform and 
bitness and set some paths accordingly (texmf-* paths)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ConTeXt Suite in Windows
  2015-04-21  7:28     ` Hans Hagen
@ 2015-04-21 19:37       ` Pablo Rodriguez
  2015-04-21 19:45         ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Pablo Rodriguez @ 2015-04-21 19:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 04/21/2015 09:28 AM, Hans Hagen wrote:
> On 4/21/2015 6:28 AM, Pablo Rodriguez wrote:
>> [...]
>> In a Win64 computer, I have tested each version (32bit and 64bit)
>> separately. And I got the results you have above.
>>
>> I don’t know what is wrong here.
> 
> i think you need the 64 on windows 64 ... we identify the platform and 
> bitness and set some paths accordingly (texmf-* paths)

Many thanks for your reply, Hans.

What I discovered is that --platform=windows lacks the contextjit
executable. Is this intended?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ConTeXt Suite in Windows
  2015-04-21 19:37       ` Pablo Rodriguez
@ 2015-04-21 19:45         ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2015-04-21 19:45 UTC (permalink / raw)
  To: ntg-context

On 4/21/2015 9:37 PM, Pablo Rodriguez wrote:
> On 04/21/2015 09:28 AM, Hans Hagen wrote:
>> On 4/21/2015 6:28 AM, Pablo Rodriguez wrote:
>>> [...]
>>> In a Win64 computer, I have tested each version (32bit and 64bit)
>>> separately. And I got the results you have above.
>>>
>>> I don’t know what is wrong here.
>>
>> i think you need the 64 on windows 64 ... we identify the platform and
>> bitness and set some paths accordingly (texmf-* paths)
>
> Many thanks for your reply, Hans.
>
> What I discovered is that --platform=windows lacks the contextjit
> executable. Is this intended?

no, should be there

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-21 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20 19:13 ConTeXt Suite in Windows Pablo Rodriguez
2015-04-20 23:17 ` Hans Hagen
2015-04-21  4:28   ` Pablo Rodriguez
2015-04-21  7:28     ` Hans Hagen
2015-04-21 19:37       ` Pablo Rodriguez
2015-04-21 19:45         ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).