ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* getnameinfo
@ 2013-01-11 15:04 Wolfgang Werners-Lucchini
  2013-01-11 18:08 ` getnameinfo Hans Hagen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wolfgang Werners-Lucchini @ 2013-01-11 15:04 UTC (permalink / raw)
  To: ntg-context

I have to update LuaTex on a win2k machine. But I get
two errors while running mtxrun.exe and texlua.exe resp. via first-
setup.bat.

There is a call to getnameinfo in WS2_32.dll which is available in 
winxp and above.

Here is an info from ms how to deal with this:

"The getnameinfo function was added to the Ws2_32.dll on Windows XP 
and later. If you want to execute an application using this function 
on earlier versions of Windows (Windows 2000, Windows NT, and Windows 
Me/98/95), then you need to include the Ws2tcpip.h file and also 
include the Wspiapi.h file. When the Wspiapi.h include file is added, 
the getnameinfo function is defined to the WspiapiGetNameInfo inline 
function in the Wspiapi.h file. At runtime, the WspiapiGetNameInfo 
function is implemented in such a way that if the Ws2_32.dll or the 
Wship6.dll (the file containing getnameinfo in the IPv6 Technology 
Preview for Windows 2000) does not include getnameinfo, then a 
version of getnameinfo is implemented inline based on code in the 
Wspiapi.h header file. This inline code will be used on older Windows 
platforms that do not natively support the getnameinfo function."

Hope this can be done.

Wolfgang
___________________________________________________________________________________
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] 7+ messages in thread

* Re: getnameinfo
  2013-01-11 15:04 getnameinfo Wolfgang Werners-Lucchini
@ 2013-01-11 18:08 ` Hans Hagen
  2013-01-16  7:25 ` getnameinfo Mojca Miklavec
       [not found] ` <CALBOmsa0e0nNQ4K0MyQa1m6TZ0_nabETHdCHT-Y41kMTF9VVTw@mail.gmail.com>
  2 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2013-01-11 18:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Werners-Lucchini

On 1/11/2013 4:04 PM, Wolfgang Werners-Lucchini wrote:
> I have to update LuaTex on a win2k machine. But I get
> two errors while running mtxrun.exe and texlua.exe resp. via first-
> setup.bat.
>
> There is a call to getnameinfo in WS2_32.dll which is available in
> winxp and above.
>
> Here is an info from ms how to deal with this:
>
> "The getnameinfo function was added to the Ws2_32.dll on Windows XP
> and later. If you want to execute an application using this function
> on earlier versions of Windows (Windows 2000, Windows NT, and Windows
> Me/98/95), then you need to include the Ws2tcpip.h file and also
> include the Wspiapi.h file. When the Wspiapi.h include file is added,
> the getnameinfo function is defined to the WspiapiGetNameInfo inline
> function in the Wspiapi.h file. At runtime, the WspiapiGetNameInfo
> function is implemented in such a way that if the Ws2_32.dll or the
> Wship6.dll (the file containing getnameinfo in the IPv6 Technology
> Preview for Windows 2000) does not include getnameinfo, then a
> version of getnameinfo is implemented inline based on code in the
> Wspiapi.h header file. This inline code will be used on older Windows
> platforms that do not natively support the getnameinfo function."
>
> Hope this can be done.

So you're using xp or win2K?

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] 7+ messages in thread

* Re: getnameinfo
  2013-01-11 15:04 getnameinfo Wolfgang Werners-Lucchini
  2013-01-11 18:08 ` getnameinfo Hans Hagen
@ 2013-01-16  7:25 ` Mojca Miklavec
       [not found] ` <CALBOmsa0e0nNQ4K0MyQa1m6TZ0_nabETHdCHT-Y41kMTF9VVTw@mail.gmail.com>
  2 siblings, 0 replies; 7+ messages in thread
From: Mojca Miklavec @ 2013-01-16  7:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Jan 11, 2013 at 4:04 PM, Wolfgang Werners-Lucchini wrote:
> I have to update LuaTex on a win2k machine. But I get
> two errors while running mtxrun.exe and texlua.exe

I'm forwarding the answer:

> I know problems, but I have given up to support Windows 2000
> in LuaTeX 0.74.0 or later, and LuaJITTeX.
> XeTeX is still running on W2K, but it is quite probable that
> I also give up to support it. The officieal ICU 50.1 does not
> run on W2K, and I applied my patch, since I found a solution.
> Very sorry Windows 2000 users.
>
> Thanks,
> 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
___________________________________________________________________________________


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

* Re: getnameinfo
       [not found]   ` <50FA9051.25725.764344@wwl.musensturm.de>
@ 2013-01-19 14:42     ` Mojca Miklavec
  2013-01-19 15:37       ` getnameinfo Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Mojca Miklavec @ 2013-01-19 14:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Jan 19, 2013 at 12:23 PM, Wolfgang Werners-Lucchini wrote:
>
> Hallo Mojca,
>
> would you please point me to a download place for older LuaTeX source
> archives. What was the latest version working with win2k?

Eeeeem. Honestly, I don't know which version was the last one. You are
the first one complaining about Windows 2000, but if ConTeXt Minimals
worked for you until recently then probably LuaTeX 0.72.0 was the last
one that worked.

Taco keeps an archive of windows binaries on
    http://foundry.supelec.fr/gf/project/luatex/frs/
    (click on package name to get the list of older releases)
but they were compiled on a different compiler, so you need to check
yourself whether they work for you or not.

In case not, my best bet for downloading it would be fetching
luatex.dll from an arbitrary commit from
    http://tug.org/svn/texlive/trunk/Master/bin/win32/
Most probably the latest binary is still 0.72.0 in which case you can
also fetch it from
    http://www.ctan.org/tex-archive/systems/texlive/tlnet/archive
    http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex.win32.tar.xz

(I'm also working on an archive of W32TeX binaries, but it's not there yet.)

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
___________________________________________________________________________________


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

* Re: getnameinfo
  2013-01-19 14:42     ` getnameinfo Mojca Miklavec
@ 2013-01-19 15:37       ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2013-01-19 15:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mojca Miklavec

On 1/19/2013 3:42 PM, Mojca Miklavec wrote:
> On Sat, Jan 19, 2013 at 12:23 PM, Wolfgang Werners-Lucchini wrote:
>>
>> Hallo Mojca,
>>
>> would you please point me to a download place for older LuaTeX source
>> archives. What was the latest version working with win2k?
>
> Eeeeem. Honestly, I don't know which version was the last one. You are
> the first one complaining about Windows 2000, but if ConTeXt Minimals
> worked for you until recently then probably LuaTeX 0.72.0 was the last
> one that worked.

It might be that the (somewhat slower) mingw version still work in win2k.

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] 7+ messages in thread

* Re: getnameinfo
  2013-01-15 16:44     ` getnameinfo Wolfgang Werners-Lucchini
@ 2013-01-15 17:03       ` Mojca Miklavec
  0 siblings, 0 replies; 7+ messages in thread
From: Mojca Miklavec @ 2013-01-15 17:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Jan 15, 2013 at 5:44 PM, Wolfgang Werners-Lucchini wrote:
>> The Mojca's team of binary magicians boils down to a certain Japanese
>> physicist when it comes down to Windows. You would have to ask him.
>
> Would you please tell me the name and the email address of this
> physicist?

Akira Kakuto is doing an amazing job by building the binaries for
windows, see http://w32tex.org. (The rest goes 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
___________________________________________________________________________________


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

* Re: getnameinfo
  2013-01-14  8:33   ` Mojca Miklavec
@ 2013-01-15 16:44     ` Wolfgang Werners-Lucchini
  2013-01-15 17:03       ` getnameinfo Mojca Miklavec
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Werners-Lucchini @ 2013-01-15 16:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> The Mojca's team of binary magicians boils down to a certain Japanese
> physicist when it comes down to Windows. You would have to ask him.

Would you please tell me the name and the email address of this 
physicist?

Wolfgang
___________________________________________________________________________________
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] 7+ messages in thread

end of thread, other threads:[~2013-01-19 15:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-11 15:04 getnameinfo Wolfgang Werners-Lucchini
2013-01-11 18:08 ` getnameinfo Hans Hagen
2013-01-16  7:25 ` getnameinfo Mojca Miklavec
     [not found] ` <CALBOmsa0e0nNQ4K0MyQa1m6TZ0_nabETHdCHT-Y41kMTF9VVTw@mail.gmail.com>
     [not found]   ` <50FA9051.25725.764344@wwl.musensturm.de>
2013-01-19 14:42     ` getnameinfo Mojca Miklavec
2013-01-19 15:37       ` getnameinfo Hans Hagen
     [not found] <mailman.287.1357927698.2489.ntg-context@ntg.nl>
2013-01-13 17:49 ` getnameinfo (Hans Hagen) Hans Hagen
2013-01-14  8:33   ` Mojca Miklavec
2013-01-15 16:44     ` getnameinfo Wolfgang Werners-Lucchini
2013-01-15 17:03       ` getnameinfo Mojca Miklavec

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).