Re: creolehtml freezing
- Posted by DerekParnell (admin) Aug 31, 2009
- 878 views
_tom said...
creolehtml is freezing on my system
- Slax 6.1.1 (running in ram) on Athlon 64
- svn 2661
- downloaded bin2660, but it reports itself as r2593
eudoc works ok, but creolehtml freezes at
sh-3.1# eui creolehtml foo.txt Processing macros. Processing text (1047169 bytes).
the eui process goes to 97% and there is no progress
Yep, I can confirm we have a bug. I'll start work on it right now.
_tom said...
another small problem is
bash-3.1# eui creolehtml foo.txt creolehtml.ex:1 <0052>:: can't find 'creole.e' in any of ... /root/euphoria include creole.e ^ Press Enter
I copy eudoc and creolehtml to euphoria/bin, but this time creolehtml does not work like before.
It sounds like your EUINC is not set up to point to where you have your include files.
In which directory does creole.e reside?
For example, if creole.e is in /root/euphoria/docs/ you could run the command as ...
bash-3.1# eui -i /root/euphoria/docs creolehtml foo.txt