Re: Installation using cygwin fails

2009-07-30 Thread Javier
So that fixed that. Sadly something else came up. c:/mingw/bin/mingw32-make all-recursive mingw32-make[1]: Entering directory `C:/appl/Cygwin/protobuf' Making all in . mingw32-make[2]: Entering directory `C:/appl/Cygwin/protobuf' mingw32-make[2]: Nothing to be done for `all-am'.

Re: Installation using cygwin fails

2009-07-30 Thread Javier
doing it manually seems to work. the problem is that those instructions appear to be part of the make and even if I run them manually when I run the make command again it still tries to execute them and fails. I have also tried to find out what make Error 127 means but I still haven't had any

Re: Installation using cygwin fails

2009-07-30 Thread Kenton Varda
When you do it manually, does the program return an error code (even if it seems to work)? Maybe you could run it in gdb to find out why it is returning an error? (If you do this, be sure to use a protoc that you compiled yourself, not the prebuild one.) Unfortunately since I can't reproduce

Installation using cygwin fails

2009-07-29 Thread Javier
Hi I am trying to install protobuf on windows using cygwin and MinGW and I haven't been able to succesfully run the make command. It seems the problem in with one of the library files. It gives me the following warning: Warning: This system can not link to static lib archive libprotobuf.la. i

Re: Installation using cygwin fails

2009-07-29 Thread Kenton Varda
On Wed, Jul 29, 2009 at 11:56 AM, Javier espinosa.javie...@gmail.comwrote: Warning: This system can not link to static lib archive libprotobuf.la. i have the capability to make that librar automatically link in when you link to this library. But I cna only do htis if you have a shared versino