patricmutwiri / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

net/flip_server/constants.h error in build #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download tar
2. gclient sync --force
3. make out/Debug/flip_in_mem_edsm_server

What is the expected output? What do you see instead?
Ideally this should build without issues.. I got chrome to build without 
errors. 

./net/tools/flip_server/constants.h: At global scope:
./net/tools/flip_server/constants.h:15: error: ‘kSpdySegmentSize’ defined 
but not used
./net/spdy/spdy_protocol.h:141: error: ‘spdy::kSpdyStreamMaximumWindowSize’ 
defined but not used

I am trying to do some tests for SPDY server and not able to build it

What version of the product are you using? On what operating system?
My operating system is ubuntu 10.10
Linux vishal-box 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 
i686 GNU/Linux

Please provide any additional information below.
I checked the commit log and seems this was part of some refactoring which has 
broken the build.

Any way to get the build working??

Original issue reported on code.google.com by vishal21...@gmail.com on 19 Feb 2011 at 2:13

GoogleCodeExporter commented 8 years ago
Thanks for the report.  I believe this problem has been obviated by our recent 
changes -- out/Debug/flip_in_mem_edsm_server is no longer one of our make 
targets.

If you see any more build errors after syncing to trunk, please open another 
issue.

Original comment by mdste...@google.com on 21 Dec 2011 at 3:23