|
From: Alexis H. Rivera-R. <ahr...@ya...> - 2017-05-27 05:05:18
|
Hi,
I'm using Eclipse 6.1 226 i386 nt on windows 10. When I try to consult a file using absolute path I get the following error. It happens with DosEclipse. It particularly hinders the use of eclipse in emacs because the prolog.el script passes the full path toeclipse.
[eclipse 4]: ['c:/Users/alexis/Documents/99prolog.pl'].
File does not exist : in source_open('//C/Users/alexis/Documents/c:/Users/alexis/Documents/99prolog.pl', [with_annotations, recreate_modules], _318)
Abort
[eclipse 5]: ["c:/Users/alexis/Documents/99prolog.pl"].
File does not exist : in source_open('//C/Users/alexis/Documents/c:/Users/alexis/Documents/99prolog.pl', [with_annotations, recreate_modules], _323)
Abort[eclipse 6]: compile('c:/Users/alexis/Documents/99prolog.pl').
system interface error: Invalid argument in cd("//C/Users/alexis/Documents/c:/Users/alexis/Documents/")
Abort
[eclipse 7]: compile("c:/users/alexis/Documents/99prolog.pl").
system interface error: Invalid argument in cd("//C/Users/alexis/Documents/c:/users/alexis/Documents/")
Abort
Consulting the filename only works fine.
Thanks,Alexis
El amor a la patria tiene que transformarse en acción y ésta tiene que ser acción para el bien común. (Adalexis Rios- mi madre) |