qykings / protobuf-actionscript3

Automatically exported from code.google.com/p/protobuf-actionscript3
0 stars 0 forks source link

Unable to build using protobuf 2.2.0 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Download and untar protobuf-2.2.0 from google: 
http://protobuf.googlecode.com/files/protobuf-2.2.0.tar.gz
2. Check out as3-protobuf from source, and copy all of the files noted in 
INSTALL.txt to protobuf-
2.2.0/src (I 
3. cd to protobuf-2.2.0, then `./configure && make`. The make process fails in 
the "src" directory. 
(See attached log.)

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

A successfully built protoc compiler.

What version of the product are you using? On what operating system?

I'm using a checkout from subversion on an EC2 instance running Ubuntu Jaunty. 
The ami ID is 
"ami-ed46a784", from <a href="http://alestic.com/">alestic</a>.

Please provide any additional information below.

Original issue reported on code.google.com by shawnsta...@gmail.com on 18 Sep 2009 at 1:30

Attachments:

GoogleCodeExporter commented 9 years ago
Whoops, under 2. I meant to say:

(I copied as3-protobuf/Makefile.* to protobuf-2.2.0/src and rsync'd 
as3-protobuf/compiler/ to protobuf-
2.2.0/src/google/protobuf/compiler/)

Original comment by shawnsta...@gmail.com on 18 Sep 2009 at 1:33

GoogleCodeExporter commented 9 years ago
Hi Shawn,

I couldn't reproduce the same issue as you. I however changed to the makefiles 
in
release 2.2 to support protobuf-2.2.0. Do you mind giving it a shot?

Thanks,
Philippe.

Original comment by sorrydevil@gmail.com on 13 Oct 2009 at 12:08