Hi,
trying to build SRC680m76 on a Windows machine, with 4NT + cygwin +
MSVC.NET 2003, I get the following error message in scp2/macros:
Making:..\wntmsci10\inc\langmacros.inc
ren ..\wntmsci10\inc\langmacros.inc ..\wntmsci10\inc\langmacros.inc.tmp
>& nul
E:\Tools\cygwin\bin\perl macro.pl -o ..\wntmsci10\inc\langmacros.inc.tmp
&& ren ..\wntmsci10\inc\langmacros.inc.tmp ..\wntmsci10\inc\langmacros.inc
ERROR: No language defined!
dmake: Error code 129, while making '..\wntmsci10\inc\langmacros.inc'
It seems the error message is produced in scp2/macros/macro.pl:
my $completelangiso_var = $ENV{completelangiso_var};
if ( !defined $completelangiso_var) {
print STDERR "ERROR: No language defined!\n";
exit 1;
}
Indeed, there is no environment variable "completelangiso_var". As I
understand it, it should be set in scp2/macros/makefile.mk:
completelangiso_var:=$(completelangiso)
However, there's also no environment variable "completelangiso".
Grepping in solenv lets me assume it should be set in solenv/inc/postset.mk:
completelangiso=af ar bg ca cs cy da de el en-US eo es et eu fi fr gl
he hi-IN hu it ja kn-IN ko lt nb nl nn ns pl pt pt-BR ru sk sl sv th
tn tr zh-CN zh-TW zu
However, this does not seem to happen...
Any ideas anybody?
Ciao
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]