Re: Include nest

new topic     » goto parent     » topic index » view thread      » older message » newer message

Kondor Attila writes:
> Since I use euphoria2.2 I get this mesage:
>
> c:\EUPHORIA\include\file.e:49
> LINUX has not been declared
>        if platform()=LINUX then
>                      ^
> Warning: Built-in platform() redifined
> -------------------- I do'nt understand why!, becose
>
> in pgm:
>
> include Win32lib.ew             --0.45r
> ----- in Win32lib.ew:
>         --
>         include file.e
>         --
> --------------in file.e:
>              --
>              include misc.e
>              --
>              if platform()=LINUX then
>              --
> -----------------------------in misc.e:
>        global constant DOS32 = 1,  -- ex.exe
>                        WIN32 = 2,   -- exw.exe
>                        LINUX = 3     -- exu    --< it is declared!

Type: SET
to see all your environment variables.
Check your EUDIR variable. It is probably pointing
to your old EUPHORIA directory on another drive.
Edit your C:\AUTOEXEC.BAT file so your EUDIR
and PATH variables are pointing to your new 2.2
EUPHORIA on the correct drive. Then reboot your machine.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu