Re: [protobuf] Getting the output file name in protoc plugins

2011-02-11 Thread Michael Weller
On 9 Feb 2011, at 03:12, Diwaker Gupta wrote: > I'm trying to write a protoc plugin and struggling with a fairly basic task: > determining the name of the file to generate the output in. In the > 'Generate' method, is there an easy way to determine the output file name > from the FileDescripto

[protobuf] Re: Why does ARMv5 thinks their are 2 implementations for these 4 functions in repeated_field.CC?

2011-02-11 Thread RainBow
I have no clue what QT v4.6 is doing internally. I took all the PB files and put them in a .mmp and compiled it through Carbide v2.7 IDE for armv5 (which uses exactly same version of armcc as posted above). Surprisingly, it compiled very smoothly at the very first attempt. QT is gaytown...fer

[protobuf] Re: Compilation error for ppc/440 target

2011-02-11 Thread dear chap
This worked for all the cross compilers(ppc/440, ppc/83xx) that I tried. Thanks Pherl. On Feb 9, 1:12 pm, Pherl Liu wrote: > A workaround is now in > svn:http://code.google.com/p/protobuf/source/detail?r=380 > Could you please try patch the diff to check if that fixes the problem? > > Thanks. >