[NTG-context] Windows Installer
Hi, I noticed broken link to my GUI Windows installer here: http://wiki.contextgarden.net/Windows_Installation. Does someone use it? (I do, because it's simple to start). If community wants me to update it, pls, contact me. Regards, V. Yatskovsky ___ 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] Windows installer updated
"Mojca Miklavec" <[EMAIL PROTECTED]> writes: > On Jan 8, 2008 1:43 PM, David Roderick wrote: >> "Mojca Miklavec" <[EMAIL PROTECTED]> writes: >> >> > On Jan 7, 2008 9:47 PM, David Roderick wrote: >> >> pop-up texlua.exe Application Error >> >> The application failed to initialize properly (0xc022) >> > >> > Hello, >> > >> > First: thanks a lot for reporting. (I have no windows here, but I had >> > so many problems with rsync on windows ... that I might be willing to >> > torture you until it works, just as I have tortured the windows >> > machine I have been working on a while back :) >> > >> > I'm clueless about this (apart from the fact that it might be a rsync >> > problem). Which windows are you using (XP or Vista)? (Not that I know >> > if it's relevant at all.) >> > >> > Can you please try to dowload this: >> >http://minimals.contextgarden.net/setup/context-setup-mswin.zip >> > and try to run texlua.exe first? >> Microsoft Windows XP [Version 5.1.2600] >> (C) Copyright 1985-2001 Microsoft Corp. >> 2001 Microsoft Corp. >> >> C:\cygwin\home\David\download\lua\context\bin>set CYGWIN=nontsec >> set CYGWIN=nontsec >> >> C:\cygwin\home\David\download\lua\context\bin> rsync -av >> rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . >> rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . >> receiving file list ... done >> texlua.exe >> >> sent 150 bytes received 143 bytes 34.47 bytes/sec >> total size is 2560 speedup is 8.74 >> >> C:\cygwin\home\David\download\lua\context\bin>texlua >> texlua >> Missing script file > > Great. This means that rsync works OK (otherwise you would be getting > the same error report as last time: "The application failed to > initialize properly"). What makes mo wonder now is: why doesn't the > installer work? Perhaps the environmental variables aren't set up > properly? > > You may try one more thing: can you try to set > CYGWIN=nontsec > globally (I have no windows here to tell you the exact procedure - if > you don't know how to do that, please ask again; it's somewhere in > System->Advanced->Environmental variables->...). > > and then rum the installer again? But it really makes mo wonder where > it goes wrong. done no reboot C:\cygwin\home\David\download\lua\context\bin>texlua texlua C:\cygwin\home\David\download\lua\context\bin>ls ls cygwin1.dll kpathsea356.dll luatex.dll mtx-update.lua mtxrun.cmd mtxrun.lua rsync.exe texlua.exe C:\cygwin\home\David\download\lua\context\bin>texlua.exe texlua.exe C:\cygwin\home\David\download\lua\context\bin>rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe receiving file list ... done -rwxr-xr-x2560 2007/09/08 02:06:20 texlua.exe sent 116 bytes received 85 bytes 36.55 bytes/sec total size is 2560 speedup is 12.74 C:\cygwin\home\David\download\lua\context\bin> C:\cygwin\home\David\download\lua\context\bin>rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' rsync://contextgarden.net/minimals/setup/mswin/bin/ rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' rsync://contextgarden.net/minimals/setup/mswin/bin/ receiving file list ... done drwxr-xr-x4096 2007/11/12 15:26:19 . -rw-r--r-- 68096 2007/12/23 13:31:00 kpathsea356.dll -rw-r--r-- 2997248 2007/12/18 12:24:18 luatex.dll -rw-r--r-- 10373 2008/01/02 21:26:29 mtx-update.lua -rwxr-xr-x 79 2007/06/26 08:47:33 mtxrun.cmd -rwxr-xr-x 250716 2007/12/29 21:33:01 mtxrun.lua -rwxr-xr-x2560 2007/09/08 02:06:20 texlua.exe sent 138 bytes received 211 bytes 63.45 bytes/sec total size is 3329072 speedup is 9538.89 C:\cygwin\home\David\download\lua\context\bin> > I had a winows machine yesterday, but apparently the network had rsync > port closed, so rsync didn't work at all (and installer reported: > "installed successfully"). > >> > Then, please try to run the following (from command and "cd >> > path-to-unzipped-stuff\bin"): >> >set CYGWIN=nontsec >> >rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe >> > . >> > and then see if texlua still has any problems. If not, >> Yes it still has problems therefore I did not do the following. > > That report is not a problem (only wrong usage, or missing argument), > but texlua could have been more informative about that error, yes. > Last time when you reported the error texlua apparently didn't work at > all. > >> > try to run >> > (single line, it will probably be broken in this mail): >> >rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' >> > rsync://contextgarden.net/minimals/setup/mswin/bin/ . I tried this step before with global variable as CYGWIN=nontsec C:\cygwin\home\David\download\lua\context\bin> rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' rsync://contextgarden.net/minimals/setup/mswin/bin/ . rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' rsync://contextgard
Re: [NTG-context] Windows installer updated
Arthur Reutenauer wrote: >>> Missing script file > > This sometimes happens when texluac (not texlua) is not found ... hopefully fixed in the current beta - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___
Re: [NTG-context] Windows installer updated
>> Missing script file This sometimes happens when texluac (not texlua) is not found ... Arthur ___ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___
Re: [NTG-context] Windows installer updated
On Jan 8, 2008 1:43 PM, David Roderick wrote: > "Mojca Miklavec" <[EMAIL PROTECTED]> writes: > > > On Jan 7, 2008 9:47 PM, David Roderick wrote: > >> pop-up texlua.exe Application Error > >> The application failed to initialize properly (0xc022) > > > > Hello, > > > > First: thanks a lot for reporting. (I have no windows here, but I had > > so many problems with rsync on windows ... that I might be willing to > > torture you until it works, just as I have tortured the windows > > machine I have been working on a while back :) > > > > I'm clueless about this (apart from the fact that it might be a rsync > > problem). Which windows are you using (XP or Vista)? (Not that I know > > if it's relevant at all.) > > > > Can you please try to dowload this: > >http://minimals.contextgarden.net/setup/context-setup-mswin.zip > > and try to run texlua.exe first? > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > 2001 Microsoft Corp. > > C:\cygwin\home\David\download\lua\context\bin>set CYGWIN=nontsec > set CYGWIN=nontsec > > C:\cygwin\home\David\download\lua\context\bin> rsync -av > rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . > rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . > receiving file list ... done > texlua.exe > > sent 150 bytes received 143 bytes 34.47 bytes/sec > total size is 2560 speedup is 8.74 > > C:\cygwin\home\David\download\lua\context\bin>texlua > texlua > Missing script file Great. This means that rsync works OK (otherwise you would be getting the same error report as last time: "The application failed to initialize properly"). What makes mo wonder now is: why doesn't the installer work? Perhaps the environmental variables aren't set up properly? You may try one more thing: can you try to set CYGWIN=nontsec globally (I have no windows here to tell you the exact procedure - if you don't know how to do that, please ask again; it's somewhere in System->Advanced->Environmental variables->...). and then rum the installer again? But it really makes mo wonder where it goes wrong. I had a winows machine yesterday, but apparently the network had rsync port closed, so rsync didn't work at all (and installer reported: "installed successfully"). > > Then, please try to run the following (from command and "cd > > path-to-unzipped-stuff\bin"): > >set CYGWIN=nontsec > >rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . > > and then see if texlua still has any problems. If not, > Yes it still has problems therefore I did not do the following. That report is not a problem (only wrong usage, or missing argument), but texlua could have been more informative about that error, yes. Last time when you reported the error texlua apparently didn't work at all. > > try to run > > (single line, it will probably be broken in this mail): > >rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' > > rsync://contextgarden.net/minimals/setup/mswin/bin/ . > > > > Alternatively, you can try to run first-setup.bat (from command line > > as well) and see if your machine has problems with that. > Big thing happens. Well - the whole distribution is dowloaded (I guess), which is a good thing :) > However a problem > > sent 29442 bytes received 6010615 bytes 48514.51 bytes/sec > total size is 21964526 speedup is 3.64 > Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-local/ls-R to > write. This is not a problem. > mktexlsr: Updating > C:/cygwin/home/David/download/lua/context/tex/texmf-mswin/ls-R... > mktexlsr: Updated > C:/cygwin/home/David/download/lua/context/tex/texmf-mswin/ls-R. > Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-project/ls-R > to write. > Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-fonts/ls-R to > write. Neither this. The directories don't exist, but that's no harm (perhaps mktexlsr could ignore those warnings just as it does on unix). > mktexlsr: Updating > C:/cygwin/home/David/download/lua/context/tex/texmf-context/ls-R... > mktexlsr: Updated > C:/cygwin/home/David/download/lua/context/tex/texmf-context/ls-R. > Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-extra/ls-R to > write. > mktexlsr: Updating C:/cygwin/home/David/download/lua/context/tex/texmf/ls-R... > mktexlsr: Updated C:/cygwin/home/David/download/lua/context/tex/texmf/ls-R. > mktexlsr: Done. mktexlsr aparently works so far. > LuaTools | skipping > C:/cygwin/home/David/download/lua/context/tex/texmf-local/web2c/texmf.cnf > LuaTools | skipping > C:/cygwin/home/David/download/lua/context/tex/texmf-context/web2c/texmf.cnf > LuaTools | skipping > C:/cygwin/home/David/download/lua/context/tex/texmf/web2c/texmf.cnf > LuaTools | locating list of > C:/cygwin/home/David/download/lua/context/tex/texmf-local > LuaTools | locating list of > C:/cygwin/home/David/download/lua/context/tex/texmf-mswin > LuaTools | locating list of > C:/cygw
Re: [NTG-context] Windows installer updated
"Mojca Miklavec" <[EMAIL PROTECTED]> writes: > On Jan 7, 2008 9:47 PM, David Roderick wrote: >> pop-up texlua.exe Application Error >> The application failed to initialize properly (0xc022) > > Hello, > > First: thanks a lot for reporting. (I have no windows here, but I had > so many problems with rsync on windows ... that I might be willing to > torture you until it works, just as I have tortured the windows > machine I have been working on a while back :) > > I'm clueless about this (apart from the fact that it might be a rsync > problem). Which windows are you using (XP or Vista)? (Not that I know > if it's relevant at all.) > > Can you please try to dowload this: >http://minimals.contextgarden.net/setup/context-setup-mswin.zip > and try to run texlua.exe first? Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. 2001 Microsoft Corp. C:\cygwin\home\David\download\lua\context\bin>set CYGWIN=nontsec set CYGWIN=nontsec C:\cygwin\home\David\download\lua\context\bin> rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . receiving file list ... done texlua.exe sent 150 bytes received 143 bytes 34.47 bytes/sec total size is 2560 speedup is 8.74 C:\cygwin\home\David\download\lua\context\bin>texlua texlua Missing script file > Then, please try to run the following (from command and "cd > path-to-unzipped-stuff\bin"): >set CYGWIN=nontsec >rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . > and then see if texlua still has any problems. If not, Yes it still has problems therefore I did not do the following. > try to run > (single line, it will probably be broken in this mail): >rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' > rsync://contextgarden.net/minimals/setup/mswin/bin/ . > > Alternatively, you can try to run first-setup.bat (from command line > as well) and see if your machine has problems with that. Big thing happens. However a problem sent 29442 bytes received 6010615 bytes 48514.51 bytes/sec total size is 21964526 speedup is 3.64 Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-local/ls-R to write. mktexlsr: Updating C:/cygwin/home/David/download/lua/context/tex/texmf-mswin/ls-R... mktexlsr: Updated C:/cygwin/home/David/download/lua/context/tex/texmf-mswin/ls-R. Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-project/ls-R to write. Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-fonts/ls-R to write. mktexlsr: Updating C:/cygwin/home/David/download/lua/context/tex/texmf-context/ls-R... mktexlsr: Updated C:/cygwin/home/David/download/lua/context/tex/texmf-context/ls-R. Cannot open C:/cygwin/home/David/download/lua/context/tex/texmf-extra/ls-R to write. mktexlsr: Updating C:/cygwin/home/David/download/lua/context/tex/texmf/ls-R... mktexlsr: Updated C:/cygwin/home/David/download/lua/context/tex/texmf/ls-R. mktexlsr: Done. LuaTools | skipping C:/cygwin/home/David/download/lua/context/tex/texmf-local/web2c/texmf.cnf LuaTools | skipping C:/cygwin/home/David/download/lua/context/tex/texmf-context/web2c/texmf.cnf LuaTools | skipping C:/cygwin/home/David/download/lua/context/tex/texmf/web2c/texmf.cnf LuaTools | locating list of C:/cygwin/home/David/download/lua/context/tex/texmf-local LuaTools | locating list of C:/cygwin/home/David/download/lua/context/tex/texmf-mswin LuaTools | locating list of C:/cygwin/home/David/download/lua/context/tex/texmf-project LuaTools | locating list of C:/cygwin/home/David/download/lua/context/tex/texmf-fonts LuaTools | locating list of C:/cygwin/home/David/download/lua/context/tex/texmf-context LuaTools | locating list of C:/cygwin/home/David/download/lua/context/tex/texmf-extra LuaTools | locating list of C:/cygwin/home/David/download/lua/context/tex/texmf LuaTools | scanning path C:/cygwin/home/David/download/lua/context/tex/texmf-mswin LuaTools | 105 files found on 8 directories with 1 uppercase remappings LuaTools | scanning path C:/cygwin/home/David/download/lua/context/tex/texmf-context LuaTools | 1298 files found on 125 directories with 0 uppercase remappings LuaTools | scanning path C:/cygwin/home/David/download/lua/context/tex/texmf LuaTools | 2185 files found on 68 directories with 56 uppercase remappings LuaTools | preparing files in C:/cygwin/home/David/download/lua/context/tex/texmf-cache/luatex-cache/context/5f8b142e8ab6872a8c62f7e46179684b/trees/10f5048df22ac601f2e2e6ae9c3f97f4.tma LuaTools | saving files in C:/cygwin/home/David/download/lua/context/tex/texmf-cache/luatex-cache/context/5f8b142e8ab6872a8c62f7e46179684b/trees/10f5048df22ac601f2e2e6ae9c3f97f4.tma LuaTools | compiling files to C:/cygwin/home/David/download/lua/context/tex/texmf-cache/luatex-cache/context/5f8b142e8ab6872a8c62f7e46179684b/trees/10f5048df22ac601f2e2e6ae9c3f97f4.tmc LuaTools | preparing files in C:/cygwin/home/David/download/lua/c
Re: [NTG-context] Windows installer updated
pop-up texlua.exe Application Error The application failed to initialize properly (0xc022) -- from David Roderick ___ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___
Re: [NTG-context] Windows installer updated
On Jan 7, 2008 9:47 PM, David Roderick wrote: > pop-up texlua.exe Application Error > The application failed to initialize properly (0xc022) Hello, First: thanks a lot for reporting. (I have no windows here, but I had so many problems with rsync on windows ... that I might be willing to torture you until it works, just as I have tortured the windows machine I have been working on a while back :) I'm clueless about this (apart from the fact that it might be a rsync problem). Which windows are you using (XP or Vista)? (Not that I know if it's relevant at all.) Can you please try to dowload this: http://minimals.contextgarden.net/setup/context-setup-mswin.zip and try to run texlua.exe first? Then, please try to run the following (from command and "cd path-to-unzipped-stuff\bin"): set CYGWIN=nontsec rsync -av rsync://contextgarden.net/minimals/setup/mswin/bin/texlua.exe . and then see if texlua still has any problems. If not, try to run (single line, it will probably be broken in this mail): rsync -av --exclude 'rsync.exe' --exclude 'cygwin1.dll' rsync://contextgarden.net/minimals/setup/mswin/bin/ . Alternatively, you can try to run first-setup.bat (from command line as well) and see if your machine has problems with that. If you will be able to run texlua after that, then it's installer's fault (perhaps variables are not set properly) and you should complain to Vyatcheslav. If you'll have problems running texlua after that (same error as what you have already mentioned), then you should complan to rsync developers :) But it's definitely not my fault :) :) :) Mojca PS: alternatively, you might try to send an email to Akira (the windows compiling specialist), asking him if he's willing to try to compile rsync for windows :) since any other version of rsync is causing problems. The more requests he gets, ... :) ___ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___
[NTG-context] Windows installer updated
Hello, I've updated the Windows installer for ConTeXt, which can be found at http://minimals.contextgarden.net/setup/context-installer/ContextMinimalInstall.exe Now it provides four separate options: - Get latest setup files (recommended) - Get latest distribution files (recommended) - Make format files (recommended) - Set environment vars globally (recommended only if no other TeX systems are installed) Please, send me any comments. Best regards, Vyatcheslav Yatskovsky ___ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___
Re: [NTG-context] Windows Installer for MsWinContext
Hi, On Sun, 16 Sep 2007 14:41:16 -0600, Vyatcheslav Yatskovsky <[EMAIL PROTECTED]> wrote: > Hello, > > I'm back with my idea of installer for mswincontext distribution. I > successfully use my local (post-install) version , which simply sets > env. vars, but I feel there is need for more. Anticipating new > mswincontext build, I can implement the installer for it using free Inno > Setup software. Good project! > The controversy is about setup file content. I see it as whole > mswincontext, because it is declared as minimal distribution (so, > nothing can be thrown away). However, I was suggested on this list to > make some parts downloadable on demand, so I need to ask: what parts to > make? I believe you should just support the whole mswincontext, and install it in C:\ConTeXt etc. Please do not use C:\Program Files ;-) Perhaps the docs should be an install option, as they are quite huge. Some things like the complete TeX-Gyre font suite need to be added to mswincontext or given as an option. There are other modules as well that might make good options for the installer. > In general, I believe that if classical Windows installer for ConTeXt > were available, it would gain more popularity and appreciation. A true stand-alone ConTeXt has been a goal I have pushed for a number of years now, and from what I understand Hans has heading more and more in that direction. > Of course, I'd like to hear from Hans and Taco what they think about it, > and whether they dare to facilitate this. My only real question is how to also support a minimal LaTeX distribution side-by-side. I hardly use it, but many of us still have legacy documents we need to process now and then. Maybe we can take the LaTeX portion of XemTeX and make it an install option as well. A couple years back I actually dumped the XemTeX LaTeX files into my C:\ConTeXt\tex\texmf tree and it worked (and mswincontext is closer to fpTeX/Fabrice's way than to the MiKTeX way AKAIK). Since ConTeXt always uses \texmf-local there was no conflict. OTOH there may be other issues... maybe a dedicated \texmf-latex tree branch is called for... Good luck and all the Best Idris -- Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ___ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___
[NTG-context] Windows Installer for MsWinContext
Hello, I'm back with my idea of installer for mswincontext distribution. I successfully use my local (post-install) version , which simply sets env. vars, but I feel there is need for more. Anticipating new mswincontext build, I can implement the installer for it using free Inno Setup software. The controversy is about setup file content. I see it as whole mswincontext, because it is declared as minimal distribution (so, nothing can be thrown away). However, I was suggested on this list to make some parts downloadable on demand, so I need to ask: what parts to make? In general, I believe that if classical Windows installer for ConTeXt were available, it would gain more popularity and appreciation. Of course, I'd like to hear from Hans and Taco what they think about it, and whether they dare to facilitate this. Best, Vyatcheslav Yatskovsky ___ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___