1. wxIde: missing file std/callback.e?
- Posted by achury Feb 03, 2009
- 889 views
Where is this file?
C:\EUPHORIA\WxIde\source/wxeud.e:86
can't find std/callback.e in C:\EUPHORIA\WxIde\source/
or in C:\EUPHORIA\WxIde
or in
or in c:\win32lib\include
or in C:\EUPHORIA\include
include std/callback.e
^
2. Re: wxIde: missing file std/callback.e?
- Posted by mattlewis (admin) Feb 03, 2009
- 850 views
achury said...
Where is this file?
C:\EUPHORIA\WxIde\source/wxeud.e:86
can't find std/callback.e
I probably should have been clearer. It was developed with the latest code in the svn repository. Try commenting out std/callback.e (it was moved since the last alpha release).
Matt
3. Re: wxIde: missing file std/callback.e?
- Posted by achury Feb 03, 2009
- 793 views
OK, I update my include dir with SVN, than was missing hlist.e, download and install eusql and now get:
C:\EUPHORIA\WxIde\source/eusql.e:802 A namespace qualifier is needed to resolve 'lower' because 'lower' is declared as a global/public symbol in: C:\EUPHORIA\include\wildcard.e C:\EUPHORIA\include\std\text.e text_char &= lower( text_char ) & ^