Quoting Carlos Rafael Giani <[EMAIL PROTECTED]>:
> Hi,
> I'm using the CVS version of Wt, and cannot execute any examples.
> Regardless of which one is run, this happens:
>
> stat: No such file or directory
> [2008-Sep-08 17:16:42.992894] 3124 - [fatal] "Error: Document root (""""
> not valid."
>
> (Example call: ../../build/examples/hello/hello.wt . --http-address
> 0.0.0.0 --http-port 8080, I did the symlink to the resources dir, as
> explained in the README.)
>
> I'm trying to determine the cause, but if somebody knows it already, I'd
> be grateful.
You are probably hitting this:
http://thread.gmane.org/gmane.comp.web.witty.general/1446
Fix: instead of:
$ ../../build/examples/hello/hello.wt . --http-address 0.0.0.0
--http-port 8080
do:
$ cd ../../build/examples/hello
$ ./hello.wt . --http-address 0.0.0.0 --http-port 8080
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest