UIKit0 / mod-spdy

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

Defect on Ubuntu #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Followed the instructions on HowToBuild on 
http://code.google.com/p/mod-spdy/wiki/HowToBuild page and for the 
Prerequisites the chapter for Ubuntu on 

What is the expected result? What do you see instead?

On compiling the following output:

barney@csl-ubu-apache:~/src/mod_spdy/src$ make BUILDTYPE=Release
  CXX(target) out/Release/obj.target/base/third_party/chromium/src/base/time_posix.o
third_party/chromium/src/base/time_posix.cc: In member function ‘timespec 
base::TimeDelta::ToTimeSpec() const’:
third_party/chromium/src/base/time_posix.cc:27:55: error: narrowing conversion 
of ‘(microseconds * 1000)’ from ‘int64 {aka long long int}’ to ‘long 
int’ inside { } [-fpermissive]
make: *** 
[out/Release/obj.target/base/third_party/chromium/src/base/time_posix.o] Error 1

Please provide any additional information below.

Ubuntu 11.10
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)

Didn't install lib32stdc++6, was not found. Instead I installed libstdc++6.
Didn't install python2.5-dev, was not found. Instead I installed python2.6-dev 
and python2.7-dev

Didn't install sun-java6-fonts, was not found.

Original issue reported on code.google.com by christi....@gmail.com on 23 Feb 2012 at 8:53

GoogleCodeExporter commented 8 years ago
Hi, thanks very much for the report.  I think this is the same issue mentioned 
in Comment 3 here:
http://code.google.com/p/mod-spdy/issues/detail?id=16#c3

Until this is fixed properly (hopefully soon, now), there's a workaround given 
in Comment 5 that should hopefully get you up and running.

Original comment by mdste...@google.com on 23 Feb 2012 at 9:15