|
Hi, I've managed to compile Wt libs and to run examples properly. The next step was to set up my own Hello World project.
Well, I've started the project with : # ./test2.wt --docroot . --http-address 0.0.0.0 --http-port 8888
When I try to open 0.0.0.0:8888 from firefox I get 404 Error . And few seconds later ,from console , I get the folowing message:
Dedicated session processes for test2 terminated cleanly.
And it shouldn't
:)
Now, since the examples work just fine , I'm sure I've just messed something up in my own project ( read CMakeLists.txt file :) ) , but I don't know what :) I've simply
Copy+Pasted a wt's hello world example into my own
test2.cpp file , so the source itself should not make any trouble
:) .
Complete project (
two files :) ) can be downloaded from here :
http://www.stosha.net/test2.tar.gz
Thanks in advance , Dushan
P.S : Here are the
CMakeList.txt and console output. //----------------------------------------------------------------------- PROJECT(MY_TEST2)
//------------------------------------EOF-----------------------------
Console output :
[EMAIL PROTECTED]:~/stylet/projects/gym-ace-web-verzija/test/test2/build$
cmake ..
|
test2.tar.gz
Description: GNU Zip compressed data
------------------------------------------------------------------------- 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
