Project

General

Profile

Download the sample code that Roel Standaert used in Wt FOSDEM 2018

Added by Victor Manuel Gonzalez Barrios over 2 years ago

Where can I download the sample code that Roel Standaert used in Wt FOSDEM 2018?


Replies (6)

RE: Download the sample code that Roel Standaert used in Wt FOSDEM 2018 - Added by Roel Standaert over 2 years ago

I don't know why I didn't put in on some publicly accessible repo or attached it or something, but here it is.

RE: Download the sample code that Roel Standaert used in Wt FOSDEM 2018 - Added by Victor Manuel Gonzalez Barrios over 2 years ago

Thanks you, but when trying to run the project the following error persists

wserver/wthttp: fatal: error: character conversion failed

RE: Download the sample code that Roel Standaert used in Wt FOSDEM 2018 - Added by Victor Manuel Gonzalez Barrios over 2 years ago

Wserver/wthttp: fatal: Document root (--docroot) was not set

RE: Download the sample code that Roel Standaert used in Wt FOSDEM 2018 - Added by Roel Standaert over 2 years ago

You'll need to specify a --docroot indeed. You can download the slides here: https://archive.fosdem.org/2018/schedule/event/web_development_in_c/

It should mention the arguments you need.

I don't know about the "character conversion failed" error. What's your working directory, and what arguments are you using?

RE: Download the sample code that Roel Standaert used in Wt FOSDEM 2018 - Added by Victor Manuel Gonzalez Barrios over 2 years ago

I have already specified the docroot directory in various ways and I can't get the project to run.

--docroot .
--docroot="."
--docroot="/home/user/project/docroot"

wt_error.png (53.6 KB) wt_error.png Screenshot error wt build
    (1-6/6)