On Tue, May 31, 2016 at 6:15 AM, Douglas Lewis <[email protected]> wrote:
> I'm trying to make protocol buffers using the provided make file and > instructions for version 3. I've followed the steps in the readme > instructions including "./configure". > > When I issue the make command everything executes correctly until the > "ranlib .libs/librprotoc.a" command is issued. The following error is > displayed: > > g++.exe: > /home/DLewis/RTS3-PB/protobuf-3.0.0-beta-3/src/.libs/libprotobuf.dll.a: No > such file or directory > > I check the directory and the file exists in that directory. > > Has anyone else been able to build version 3 of protocol buffers using > cygwin on a Windows 7 PC? > > The gcc version is 3.4.4. > Could you try a newer version of gcc? We don't test protobuf against gcc 3.x any more. You can also try to use cmake to build protobuf on cygwin. > > Thanks, > Doug > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
