cgi-devel Mailing List for FastCGI / CGI C++ library (Page 4)
Status: Beta
Brought to you by:
drrngrvy
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
(8) |
Apr
|
May
(2) |
Jun
(13) |
Jul
(7) |
Aug
(9) |
Sep
|
Oct
(1) |
Nov
(4) |
Dec
(2) |
2011 |
Jan
(10) |
Feb
|
Mar
|
Apr
(4) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
(3) |
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Darren G. <dar...@gm...> - 2010-02-28 17:09:12
|
Hi Scott, On 27 February 2010 18:21, Scott Bailey <Ba...@in...> wrote: > Darren, > > Have you compiled the 'fcgi/hello_world/' program recently? In Linux w/ > boost 1.42.0 I'm running into quite a few compile issues. I'm thinking some > of these won't compile in Windows... > Looks like the last commit broke a few things with FastCGI... I have just committed some fixes which should have fixed this for now. Let me know how you get on. Cheers, Darren |
From: Scott B. <Ba...@In...> - 2010-02-27 18:21:10
|
Darren, Have you compiled the 'fcgi/hello_world/' program recently? In Linux w/ boost 1.42.0 I'm running into quite a few compile issues. I'm thinking some of these won't compile in Windows... Thanks, SB |
From: Leutloff, C. <cle...@xo...> - 2008-07-15 18:27:51
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, thanks a lot designing and implementing the CGI lib! When compiling the latest source I've gotten lots of this type of error messages '_Stdio' is not a member of 'cgi::common::tags' boost/cgi/connections stdio.hpp line 27 This was fixed by including this header file early: #include "boost/cgi/connections/stdio.hpp" The boost unique_lock has been removed in version 1.35. Both of the issues are fixed with the attached patch. Can you please update the hello_world example to bring the document and source version in line!? I would prefer to use explicit namespace (or better with an alias) usage, e.g.: cgi::cgi_request req; // Our request (POST data won't be parsed yet). cgi::common::response resp; // A response object to make our lives easier. resp << cgi::common::content_type("text/plain") << "Hello, world."; resp.send(req.client()); In case of trouble you will be able to look in a narrower scope. As a side effect it is possible to get a sense of the used structure of the library. Is the patch appropriate? My build environment: WinXP, Eclipse, gcc 4.2.3 for QNX 6.3, Executables are running under QNX 6.3. Bye Christian - - -- Dr.-Ing. Christian Leutloff XOX Industrie IT GmbH WWW: http://www.xoxind.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iQEVAwUBSHzsIFWxaANqIdXyAQIzHAf9H/atQ0/WM4edL5YR9oQDQmJxgurJLrjG JemzRm5JUzB/aumBxxSNB8Ronx1slkCtMYwFUhs7hWLFOBcEPIp7nYAPvfY7dhK9 Re8yeIWxivN4WISGuG4sop0MJK/ikKn3Dg3lbymjrcONDDi2QHyDYijeLQXtB2YB VH6JUpPi2hS+4dGN9GGA6QqEgn01ZdW1ff4PQkjnG3a2vEFXCB55+k8K/Y+1UnF9 ax17qv3nvS22mNV/mZcf7UwAa+YNZMxm4YeVE2a5IkYX5aPxiCvc0w/KSlo/bruP nuuY2Yf8nmqG3po58ntEA4ws9vuKaf+gn1c8B48GywmxO9i9HIfCdQ== =GB5e -----END PGP SIGNATURE----- |
From: Darren G. <lis...@go...> - 2007-08-25 04:00:57
|
THISISATEST |
From: Darren G. <lis...@go...> - 2007-08-25 04:00:31
|
THISISATEST. |
From: Darren G. <lis...@go...> - 2007-08-25 03:58:23
|
This is a test. |