Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-05-02 Thread Akira Kakuto

Dear Mojca,


There's also completely untested temporary
   http://minimals.contextgarden.net/setup2/


[A]  In context-setup-win32.zip the following are 64bit binaries:
(01) kpathsea620w64.dll
  can be removed
(02) kpathsea621w64.dll
  can be removed
(03) lua52w64.dll
  can be removed since 32bit lua52.dll exists
(04) luajit51w64.dll
  cab be removed since 32bit luajit51.dll exists
(05) luajittex.dll
  should be replaced by 32bit luajittex.dll
(06) luatex.dll
  should be replaced by 32bit luatex.dll
(07) luatex.exe
  should be replaced by 32bit luatex.exe
(08) mtxrun.dll
  should be replaced by 32bit mtxrun.dll
(09) mtxrun.exe
  should be replaced by 32bit mtxrun.exe
(10) texlua.exe
  should be replaced by 32bit texlua.exe

[B] In context-setup-win64.zip the following are 32bit binaries:
(01) kpathsea611.dll
can be removed.
(02) kpathsea620.dll
can be removed.
(03) kpathsea621.dll
can be removed.
(04) lua52.dll
can be removed since 64bit lua52w64.dll exists.
(05) luajit51.dll
can be removed since 64bit luajit51w64.dll exists.
You have to add 64bit version of msvcr100.dll (size=829264)
since it is used in mtxrun.exe etc.

Best,
Akira

___
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-05-02 Thread Mojca Miklavec
On Fri, May 1, 2015 at 1:37 AM, Akira Kakuto wrote:
 Dear Mojca,

 I don't know installers, so ...

 I have read first-setup.bat and have recognized that
 binaries for LuaTeX and LuajitTeX themselves in the zip
 are not installed. Sorry for my misunderstanding.

I was offline for the last two days, so I didn't manage to download your zip.

But if you believe that something should be fixed (even if LuaTeX is
not installed), please let me know.

I created
http://minimals.contextgarden.net/setup/context-setup-win64.zip
for testing a while ago, but I'm not sure if we ever tested it properly.

There's also completely untested temporary
http://minimals.contextgarden.net/setup2/

I just need to know which files should end up where. I assemble those
packages on a windows-unaware linux box (with a cron job) from W32TeX
binaries + rsync from elsewhere (some cygwin and some mingw binaries).

Mojca
___
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-30 Thread Akira Kakuto

Dear Mojca,


I don't know installers, so ...


I have read first-setup.bat and have recognized that
binaries for LuaTeX and LuajitTeX themselves in the zip
are not installed. Sorry for my misunderstanding.

Best,
Akira

___
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

On Tue, 28 Apr 2015 18:07:58 +0200, Jaroslav Hajtmar hajt...@gyza.cz wrote:


Hello ConTeXist.
I tried to install standalone ConTeXt (64 bit. Version) into the new 
installation of Windows 8.1 During installation, I encounter a message about 
missing DLL library (at first MSVCR100.DLL, after insert this library next 
error message.). Does anyone have a similar experience? respectively. How do I 
install Windows ConTeXt to 8.1
Thanks. Jaroslav Hajtmar


although the following solution for Ctx installation is ad-hoc, not 
systematic, it should solve your problem:
add the missing MSVC libraries from MS Redistributable Package:

https://msdn.microsoft.com/en-us/library/8kche8ah(v=vs.100).aspx

The problem appears time-to-time to end users and not to program developers, as MS Visual 
Studio includes/installs the required DLLs (which are part of Redist. Pack.) 
automatically (so it works for developers).

And then, an end user may need to install the missing DLLs manually.
(When a SW has an installer, it often handles this step automatically.)

So, try do download  install the proper MS Redistributable Package; it's 
free (download and install, both).

Cheers,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Mojca Miklavec
On Wed, Apr 29, 2015 at 11:18 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
 On Tue, 28 Apr 2015 18:07:58 +0200, Jaroslav Hajtmar hajt...@gyza.cz
 wrote:

 Hello ConTeXist.
 I tried to install standalone ConTeXt (64 bit. Version) into the new
 installation of Windows 8.1 During installation, I encounter a message about
 missing DLL library (at first MSVCR100.DLL, after insert this library next
 error message.). Does anyone have a similar experience? respectively. How do
 I install Windows ConTeXt to 8.1
 Thanks. Jaroslav Hajtmar


 although the following solution for Ctx installation is ad-hoc, not
 systematic, it should solve your problem:
 add the missing MSVC libraries from MS Redistributable Package:

 https://msdn.microsoft.com/en-us/library/8kche8ah(v=vs.100).aspx

 The problem appears time-to-time to end users and not to program developers,
 as MS Visual Studio includes/installs the required DLLs (which are part of
 Redist. Pack.) automatically (so it works for developers).

 And then, an end user may need to install the missing DLLs manually.
 (When a SW has an installer, it often handles this step automatically.)

If our ConTeXt distribution is missing those files, then *I* need to
add them to the distribution. This problem usually happens when Akira
switches to a newer MSVC and unless someone complains, I never know
that new files have to be added as I never use Windows.

We can discuss the fix off-list.

Mojca
___
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Mojca Miklavec
On Wed, Apr 29, 2015 at 4:28 PM, Jaroslav Hajtmar wrote:
 Thanks to Lukas and Mojca too for the reply.
 The problem may be elsewhere. At my working computer (at work) I have
 Windows 8.1, and there I ConTeXt standalone installed ok and everything
 works as it should. On my own laptop I install Windows 8.1 Enterprise (ie. I
 think the top product) and even ConTeXt not installed because the
 installation procedure did not find DLL. At the moment I do not know what it
 could be. Maybe when I install the drivers (I had trouble installing the
 graphics driver) something screwed up. Perhaps it wanted a broader
 discussion of Windows 8 users, respectively. 8.1 and probably even different
 versions (Home, Professional, Enterprise ???).

Please try again (you need to download
http://distribution.contextgarden.net/setup/context-setup-mswin.zip
again). I added the missing dll. If any other file is still missing,
please say which file exactly.

Mojca
___
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Mojca Miklavec
On Wed, Apr 29, 2015 at 8:58 PM, Jan Tosovsky wrote:
 On 2015-04-29 Mojca Miklavec wrote:
 On Wed, Apr 29, 2015 at 4:28 PM, Jaroslav Hajtmar wrote:
 
  The problem may be elsewhere. At my working computer (at work)
  I have  Windows 8.1, and there I ConTeXt standalone installed ok
  everything works as it should.
 
  On my own laptop I install Windows 8.1 Enterprise (ie. I
  think the top product) and even ConTeXt not installed because
  the installation procedure did not find DLL.

 Please try again (you need to download
 http://distribution.contextgarden.net/setup/context-setup-mswin.zip
 again). I added the missing dll. If any other file is still missing,
 please say which file exactly.

 Btw, there is a handy utility for analysing dependency problems:
 http://www.dependencywalker.com/

 You can browse for any exe file and inspect if all referenced libraries are
 available on your system.

I probably already tried that tool, but I would need one that works on
Mac or Linux ;)

Mojca
___
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Jan Tosovsky
On 2015-04-29 Mojca Miklavec wrote:
 On Wed, Apr 29, 2015 at 4:28 PM, Jaroslav Hajtmar wrote:
 
  The problem may be elsewhere. At my working computer (at work) 
  I have  Windows 8.1, and there I ConTeXt standalone installed ok 
  everything works as it should. 
  
  On my own laptop I install Windows 8.1 Enterprise (ie. I
  think the top product) and even ConTeXt not installed because 
  the installation procedure did not find DLL.
 
 Please try again (you need to download
 http://distribution.contextgarden.net/setup/context-setup-mswin.zip
 again). I added the missing dll. If any other file is still missing,
 please say which file exactly.

Btw, there is a handy utility for analysing dependency problems:
http://www.dependencywalker.com/

You can browse for any exe file and inspect if all referenced libraries are
available on your system. 

Jan
attachment: winmail.dat___
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Jaroslav Hajtmar
Thanx Mojca.When I downloaded Your ZIP file, then the installation has been 
completed without any problems and everything works as it should. Thanks again.
Jaroslav Hajtmar



Od: ntg-context ntg-context-boun...@ntg.nl
Komu: mailing list for ConTeXt users ntg-context@ntg.nl
Kopie: 
Datum: Wed, 29 Apr 2015 19:09:58 +0200
Předmet: Re: [NTG-context] ConTeXt installation problem with Windows 8.1


 On Wed, Apr 29, 2015 at 4:28 PM, Jaroslav Hajtmar wrote:
  Thanks to Lukas and Mojca too for the reply.
  The problem may be elsewhere. At my working computer (at work) I have
  Windows 8.1, and there I ConTeXt standalone installed ok and everything
  works as it should. On my own laptop I install Windows 8.1 Enterprise (ie. I
  think the top product) and even ConTeXt not installed because the
  installation procedure did not find DLL. At the moment I do not know what it
  could be. Maybe when I install the drivers (I had trouble installing the
  graphics driver) something screwed up. Perhaps it wanted a broader
  discussion of Windows 8 users, respectively. 8.1 and probably even different
  versions (Home, Professional, Enterprise ???).
 
 Please try again (you need to download
 http://distribution.contextgarden.net/setup/context-setup-mswin.zip
 again). I added the missing dll. If any other file is still missing,
 please say which file exactly.
 
 Mojca
 ___
 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
 __
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
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Jaroslav Hajtmar
Thanks to Lukas and Mojca too for the reply. 
The problem may be elsewhere. At my working computer (at work) I have Windows 
8.1, and there I ConTeXt standalone installed ok and everything works as it 
should. On my own laptop I install Windows 8.1 Enterprise (ie. I think the top 
product) and even ConTeXt not installed because the installation procedure did 
not find DLL. At the moment I do not know what it could be. Maybe when I 
install the drivers (I had trouble installing the graphics driver) something 
screwed up. Perhaps it wanted a broader discussion of Windows 8 users, 
respectively. 8.1 and probably even different versions (Home, Professional, 
Enterprise ???).
Thanx
Jaroslav Hajtmar


Od: ntg-context ntg-context-boun...@ntg.nl
Komu: mailing list for ConTeXt users ntg-context@ntg.nl
Kopie: 
Datum: Wed, 29 Apr 2015 11:30:18 +0200
Předmet: Re: [NTG-context] ConTeXt installation problem with Windows 8.1


 On Wed, Apr 29, 2015 at 11:18 AM, Procházka Lukáš Ing. - Pontex s. r. o. 
 wrote:
  On Tue, 28 Apr 2015 18:07:58 +0200, Jaroslav Hajtmar hajt...@gyza.cz
  wrote:
 
  Hello ConTeXist.
  I tried to install standalone ConTeXt (64 bit. Version) into the new
  installation of Windows 8.1 During installation, I encounter a message 
  about
  missing DLL library (at first MSVCR100.DLL, after insert this library next
  error message.). Does anyone have a similar experience? respectively. How 
  do
  I install Windows ConTeXt to 8.1
  Thanks. Jaroslav Hajtmar
 
 
  although the following solution for Ctx installation is ad-hoc, not
  systematic, it should solve your problem:
  add the missing MSVC libraries from MS Redistributable Package:
 
  https://msdn.microsoft.com/en-us/library/8kche8ah(v=vs.100).aspx
 
  The problem appears time-to-time to end users and not to program developers,
  as MS Visual Studio includes/installs the required DLLs (which are part of
  Redist. Pack.) automatically (so it works for developers).
 
  And then, an end user may need to install the missing DLLs manually.
  (When a SW has an installer, it often handles this step automatically.)
 
 If our ConTeXt distribution is missing those files, then *I* need to
 add them to the distribution. This problem usually happens when Akira
 switches to a newer MSVC and unless someone complains, I never know
 that new files have to be added as I never use Windows.
 
 We can discuss the fix off-list.
 
 Mojca
 ___
 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
 __
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
___