Hi Frank,

trying to build SRC680m76 on a Windows machine, with 4NT + cygwin +
MSVC.NET 2003, I get the following error message in scp2/macros:

I can confirm this problem with a W32-4nt (m79) build. Care to file an issue?

Volker



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]



--
If you like my work consider:  http://www.scytek.de/donations.html
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to