Re: path trouble on 40a3
- Posted by jimcbrown (admin) Mar 17, 2009
- 1149 views
I downloaded
http://voxel.dl.sourceforge.net/sourceforge/rapideuphoria/euphoria_40a3.exe
today, and found i still must open every file which includes another, change all the path/filename to "drive:
path
filename".
I thought this bug was fixed. Why is no one else having this problem? It's a linux vs windows thing, this / vs \ separator, so why is no one else on windows reporting any problems?
C:\euphoria40a3
No EUDIR or EUINC settings.
The C drive is FAT32.
useless
FAT32 C should be ok. Any FAT C should be ok.
Just so there is no ambiguity - you are saying that EUDIR and EUINC are unset?
echo %EUDIR% just prints out %EUDIR% and the same result for EUINC?
If that is correct, the problem is obvious. EUDIR needs to be set to c:\euphoria40a3 for it to be able to find c:\euphoria40a3\include\std.
Actually, try the short name instead of the longname for the euphoria40a3 part.
Also, just so we can rule this out (it happened to CoJaBo), what is your PATH set to?