FastCGI required for S3. Perhaps S3 should be a conditional build?

-noah

g++ -DHAVE_CONFIG_H -I.   -I/home/nwatkins/Projects/kusproot/include -Wall
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT s3gw.o
-MD -MP -MF .deps/s3gw.Tpo -c -o s3gw.o `test -f 's3/s3gw.cc' || echo
'./'`s3/s3gw.cc
s3/s3gw.cc:6:21: error: fcgiapp.h: No such file or directory
s3/s3gw.cc:18: error: ISO C++ forbids declaration of ‘FCGX_Stream’ with no type
s3/s3gw.cc:18: error: expected ‘;’ before ‘*’ token
s3/s3gw.cc:19: error: ISO C++ forbids declaration of ‘FCGX_Stream’ with no type
s3/s3gw.cc:19: error: expected ‘;’ before ‘*’ token
s3/s3gw.cc:105: error: ‘FCGX_ParamArray’ has not been declared
s3/s3gw.cc:105: error: ‘FCGX_Stream’ has not been declared
s3/s3gw.cc:105: error: ‘FCGX_Stream’ has not been declared
s3/s3gw.cc: In function ‘void init_state(req_state*, int, int*, int*)’:
s3/s3gw.cc:107: error: ‘struct req_state’ has no member named ‘in’
s3/s3gw.cc:108: error: ‘struct req_state’ has no member named ‘out’
s3/s3gw.cc:110: error: ‘FCGX_GetParam’ was not declared in this scope
s3/s3gw.cc: In function ‘void open_section(req_state*, const char*)’:
s3/s3gw.cc:128: error: ‘struct req_state’ has no member named ‘out’
s3/s3gw.cc:128: error: ‘FCGX_FPrintF’ was not declared in this scope
s3/s3gw.cc: In function ‘void close_section(req_state*, const char*)’:
s3/s3gw.cc:135: error: ‘struct req_state’ has no member named ‘out’
s3/s3gw.cc:135: error: ‘FCGX_FPrintF’ was not declared in this scope
s3/s3gw.cc: In function ‘void dump_value(req_state*, const char*, const char*,
...)’:
s3/s3gw.cc:149: error: ‘struct req_state’ has no member named ‘out’
s3/s3gw.cc:149: error: ‘FCGX_FPrintF’ was not declared in this scope
s3/s3gw.cc: In function ‘void dump_entry(req_state*, const char*)’:
s3/s3gw.cc:154: error: ‘struct req_state’ has no member named ‘out’
s3/s3gw.cc:154: error: ‘FCGX_FPrintF’ was not declared in this scope
s3/s3gw.cc: In function ‘int main()’:
s3/s3gw.cc:310: error: ‘FCGX_Stream’ was not declared in this scope
s3/s3gw.cc:310: error: ‘in’ was not declared in this scope
s3/s3gw.cc:310: error: ‘out’ was not declared in this scope
s3/s3gw.cc:310: error: ‘err’ was not declared in this scope
s3/s3gw.cc:311: error: ‘FCGX_ParamArray’ was not declared in this scope
s3/s3gw.cc:311: error: expected `;' before ‘envp’
s3/s3gw.cc:314: error: ‘envp’ was not declared in this scope
s3/s3gw.cc:314: error: ‘FCGX_Accept’ was not declared in this scope
s3/s3gw.cc:316: error: ‘FCGX_FPrintF’ was not declared in this scope
make[2]: *** [s3gw.o] Error 1
make[2]: Leaving directory `/home/nwatkins/Projects/ceph/ceph/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/nwatkins/Projects/ceph/ceph/src'
make: *** [all-recursive] Error 1


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Ceph-devel mailing list
Ceph-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ceph-devel

Reply via email to