Re: [NTG-context] error messages after installation

2004-11-23 Thread ab
Hans Hagen <[EMAIL PROTECTED]> writes: [...] > can't you update you rperl to 5.8+? thanks, sorry for the trouble, I'll look into it -- ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] error messages after installation

2004-11-23 Thread Hans Hagen
ab wrote: Taco Hoekwater <[EMAIL PROTECTED]> writes: Hi, How about: mkdir ("$FormatPath") ; (I cannot test, I do not have a perl that is sufficiently antique to test this) Hi, I modified texexec.pl per your suggestion and continue to get the same error message: Not enough arguments for m

Re: [NTG-context] error messages after installation

2004-11-23 Thread ab
Taco Hoekwater <[EMAIL PROTECTED]> writes: > Hi, > > > How about: > > mkdir ("$FormatPath") ; > > (I cannot test, I do not have a perl that is sufficiently antique to > test this) Hi, I modified texexec.pl per your suggestion and continue to get the same error message: Not enough arg

Re: [NTG-context] error messages after installation

2004-11-23 Thread Taco Hoekwater
Hi, How about: mkdir ("$FormatPath") ; (I cannot test, I do not have a perl that is sufficiently antique to test this) ab wrote: and I still get the error: [EMAIL PROTECTED] 62% texexec 041121_table.tex Not enough arguments for mkdir at /usr/people/pm/bin/texexec line 2259, near "$FormatPat

Re: [NTG-context] error messages after installation

2004-11-22 Thread ab
Hans Hagen <[EMAIL PROTECTED]> writes: [...] > ah, thanks for looking into it, i changed the code to: > > if ($UseEnginePath && ($FormatPath ne '' && ($FormatPath !~ > /$EnginePath\/$/))) { > $FormatPath .= $EnginePath ; > unless (-d $FormatPath) { > mkdir $Fo

Re: [NTG-context] error messages after installation

2004-11-22 Thread Hans Hagen
Taco Hoekwater wrote: I believe it is possible that this code if ($UseEnginePath && ($FormatPath ne '' && ($FormatPath !~ /$EnginePath\/$/))) { $FormatPath .= $EnginePath . '/' ; unless (-d $FormatPath) { mkdir $FormatPath ; } } breaks in perl version

Re: [NTG-context] error messages after installation

2004-11-22 Thread ab
h h extern <[EMAIL PROTECTED]> writes: > ab wrote: > > Willi Egger <[EMAIL PROTECTED]> writes: > > > >>TEXEXEC is way too old. The current version is above 5! > >>After updating your context it appears that it uses still a very > >>outdated version of texexec. I advise you to update your tex-syste

Re: [NTG-context] error messages after installation

2004-11-22 Thread Taco Hoekwater
I believe it is possible that this code > if ($UseEnginePath && ($FormatPath ne '' && ($FormatPath !~ > /$EnginePath\/$/))) { > $FormatPath .= $EnginePath . '/' ; > unless (-d $FormatPath) { > mkdir $FormatPath ; > } > } breaks in perl versions

Re: [NTG-context] error messages after installation

2004-11-22 Thread ab
Taco Hoekwater <[EMAIL PROTECTED]> writes: > ab <[EMAIL PROTECTED]> wrote: > > > % texexec 041120_testfile.tex > > Not enough arguments for mkdir at /usr/people/pm/bin/texexec line 2259, > > near "$FormatPath ;" > > Can you given us the output perl -v ? [EMAIL PROTECTED] 39% perl -V Summary of

Re: [NTG-context] error messages after installation

2004-11-22 Thread Taco Hoekwater
ab <[EMAIL PROTECTED]> wrote: > % texexec 041120_testfile.tex > Not enough arguments for mkdir at /usr/people/pm/bin/texexec line 2259, > near "$FormatPath ;" Can you given us the output perl -v ? ___ ntg-context mailing list [EMAIL PROTECTED] http://

Re: [NTG-context] error messages after installation

2004-11-22 Thread h h extern
ab wrote: Willi Egger <[EMAIL PROTECTED]> writes: TEXEXEC is way too old. The current version is above 5! After updating your context it appears that it uses still a very outdated version of texexec. I advise you to update your tex-system from CTAN (http://www.tug.org/interest.html). Hi, I am try

Re: [NTG-context] error messages after installation

2004-11-21 Thread h h extern
Ciro A. Soto wrote: I think TEXEXEC 3.1 is still the latest version. what are new are the you're kidding, i have: >texexec TeXExec 5.2.3 - ConTeXt / PRAGMA ADE 1997-2004 --help overview of all options and their values --help all all about all options --he

Re: [NTG-context] error messages after installation

2004-11-21 Thread ab
Willi Egger <[EMAIL PROTECTED]> writes: > TEXEXEC is way too old. The current version is above 5! > After updating your context it appears that it uses still a very > outdated version of texexec. I advise you to update your tex-system > from CTAN (http://www.tug.org/interest.html). Hi, I am tryin

Re: [NTG-context] error messages after installation

2004-11-20 Thread Ciro A. Soto
I think TEXEXEC 3.1 is still the latest version. what are new are the context macros. ciro Willi Egger <[EMAIL PROTECTED]> wrote: Hi,The delivered TeX distributions with Linux are mostly way too old. If you look at the messages given by your texexec run you can see it already.TEXEXEC is way too old

Re: [NTG-context] error messages after installation

2004-11-20 Thread Dirar BOUGATEF
Have a look at this (Well its about XP) .. But who knows, it could help :=) http://archive.contextgarden.net/message/20041115.161341.884a23e7.html In fact it is a kind of complete distribution that handles Context .. ___ ntg-context mailing list [EMAIL PR

Re: [NTG-context] error messages after installation

2004-11-19 Thread Willi Egger
Hi, The delivered TeX distributions with Linux are mostly way too old. If you look at the messages given by your texexec run you can see it already. TEXEXEC is way too old. The current version is above 5! After updating your context it appears that it uses still a very outdated version of texexec