Bug #31
The "Too many '..' bug"
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Compiler | |||
Target version: | 1.x | |||
Platform: | Triage Stage: | |||
Resolution: |
Description
I'm trying to compile my anubis source file with the following command line:
anubis.exe -I"../versions/S200;..;./" -tab:2 ip_dyn_tester.anubis
But the (funny) answer is :
The path '../versions/S200' contains too many ".."!The path '..' contains too many ".."! D:/Develop/Anubis/EZMailBox/EZMailBox/src/tests/ip_dyn_tester.anubis (line 1, column 1) Error E005: The file 'ip_dyn_tester.anubis' was not found in any of the following directories: D:/Develop/Anubis/EZMailBox/EZMailBox/src/tests D:\Home\ricard\Mes Documents\my_anubis/library C:\Program Files\Anubis/library
History
#1
Updated by Alain Prouté about 17 years ago
The problem is comming from the file anubis_dev/share/MultiPath.cpp line 59
#2 Updated by Anonymous about 17 years ago
Ok, I will probably do the correction myself... this is just that I have no time for it today...