Re: [Cppcms-users] Failure to compile hello world
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2016-01-10 04:17:44
|
You are looking at the tutorial of old CppCMS version 0.0.x that is deprecated and not supported any more. Up to date tutorial for 1.0.x series is: http://cppcms.com/wikipp/en/page/cppcms_1x#Tutorials Artyom On Sun, Jan 10, 2016 at 2:32 AM, John Soares <joh...@gm...> wrote: > Hi, > > I'm trying to run the code in: > http://cppcms.com/wikipp/en/page/tut_hello_world_code > > but this is what I've got: > ---------------------------------------------------------------------------------------------- > hello.cpp:11:34: error: expected ‘)’ before ‘&’ token > my_hello_world(worker_thread &worker) : > ^ |