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 $FormatPath

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 arguments for

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

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

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]

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 my perl5 (5.0

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 5.8.0

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-system from CTAN

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 versions

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 $FormatPath ;

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 trying to

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

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

Re: [NTG-context] error messages after installation

2004-11-20 Thread Ciro A. Soto
I thinkTEXEXEC 3.1 is still the latest version. what are neware the context macros. ciroWilli 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.

[NTG-context] error messages after installation

2004-11-19 Thread ciro
This is what I get after I followed the installation manual and the wiki. I did generated all formats. I'd appreciate any suggestion. thanks ciro === texexec --pdf novel.tex TeXExec 3.1 - ConTeXt / PRAGMA ADE 1997-2002 executable :

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