Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User relaxs's Avatar
    Join Date
    Apr 2005
    Posts
    2
    after i type bldmake bldfiles
    i get this information:
    "EPOCROOT environment variable must be capitalised"
    what's wrong?

  2. #2
    Registered User relaxs's Avatar
    Join Date
    Apr 2005
    Posts
    2
    Here's the part from epoc32\tools\e32env.pm that produces the error message:



    code:-------------------------------------------------------------------------------- open PIPE, "set EPOCROOT |";
    my $found=0;
    while (<PIPE>) {
    if (/^EPOCROOT=.*/)
    {
    $found=1;
    last;
    }
    }
    close PIPE;
    die "EPOCROOT environment variable must be capitalised\n" if (!$found);--------------------------------------------------------------------------------


    Basically all it checks that the EPOCROOT environment variable name as printed out by the "set EPOCROOT" command appears exactly as "EPOCROOT" and not as "epocroot" for example. (It already has checked for the existence of the variable before checking the capitalisation.)

    Lauri
    *******************************************************************

    yes, that's the case!
    thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved