1. Guru
- Posted by irv Jun 06, 2010
- 1218 views
6.8 Euphoria Trouble-Shooting Guide If you get stuck, here are some things you can do:
Type: guru followed by some keywords associated with your problem.
guru.ex:451 <0074>:: Errors resolving the following references: guru.ex (451): is_match
matched = wildcard:is_match(word_list[i], lword) ^
(Also, line 585 has
ifdef !UNIX
ifdef word must be an identifier
2. Re: Guru
- Posted by jimcbrown (admin) Jun 06, 2010
- 1210 views
6.8 Euphoria Trouble-Shooting Guide If you get stuck, here are some things you can do:
Type: guru followed by some keywords associated with your problem.
guru.ex:451 <0074>:: Errors resolving the following references: guru.ex (451): is_match
matched = wildcard:is_match(word_list[i], lword) ^
(Also, line 585 has
ifdef !UNIX
ifdef word must be an identifier
svn:3238 here, I see
ifdef not UNIX then
on line 585. What version of euphoria are you using?
4. Re: Guru
- Posted by jimcbrown (admin) Jun 06, 2010
- 1298 views
3235
According to svn's log history, the last change to trunk/bin/guru.ex was 3200 by ne1uno.
http://rapideuphoria.svn.sourceforge.net/viewvc/rapideuphoria/trunk/bin/guru.ex?revision=3200&view=markup or http://rapideuphoria.svn.sourceforge.net/viewvc/rapideuphoria/trunk/bin/guru.ex?view=markup if you prefer...
I am therefore quite baffled as to why your guru.ex would be different...
5. Re: Guru
- Posted by jimcbrown (admin) Jun 14, 2010
- 1137 views
If you grab the guru.ex from the latest SVN HEAD and try to run that with your current version of Euphora, does this problem still occur?
6. Re: Guru
- Posted by irv Jun 14, 2010
- 1084 views
If you grab the guru.ex from the latest SVN HEAD and try to run that with your current version of Euphora, does this problem still occur?
I deleted all Euphoria stuff, got a fresh svn, compiled it, and everything works. Somehow, old got mixed with new, but I can't say how.