[protobuf] Re: Issue 122 in protobuf: Two test failures on Windows

2010-01-13 Thread protobuf


Comment #14 on issue 122 by briford.wylie: Two test failures on Windows
http://code.google.com/p/protobuf/issues/detail?id=122

Hi, thanks for the tip. Worked fine.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.




[protobuf] Re: Issue 122 in protobuf: Two test failures on Windows

2010-01-12 Thread protobuf


Comment #13 on issue 122 by ken...@google.com: Two test failures on Windows
http://code.google.com/p/protobuf/issues/detail?id=122

Err, remove the "That is," from the start of that post.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.




[protobuf] Re: Issue 122 in protobuf: Two test failures on Windows

2010-01-12 Thread protobuf


Comment #12 on issue 122 by ken...@google.com: Two test failures on Windows
http://code.google.com/p/protobuf/issues/detail?id=122

That is, you need to specify the full path of the .proto file, which should  
start with

some directory in the proto_path.

C:\Software\protobuf-2.3.0\vsprojects\Debug\protoc.exe
--cpp_out=C:/Work/vtkSNL_shared/Applications/StreamView
--proto_path=C:/Work/vtkSNL/Applications/StreamView
C:/Work/vtkSNL/Applications/StreamView/mpserial.proto

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.




[protobuf] Re: Issue 122 in protobuf: Two test failures on Windows

2010-01-12 Thread protobuf


Comment #11 on issue 122 by briford.wylie: Two test failures on Windows
http://code.google.com/p/protobuf/issues/detail?id=122

There appears to be multiple issues here, but I wanted to follow up on  
Comment 5  by
evadeflow, Aug 28, 2009. In general I've spent some time with both  
protobuf-2.2.0a
and protobuf-2.3.0. Neither seem to actually have a working --proto_path.  
I've tried
every variant of \ and / and absolute and relative, no matter what it  
literally never
finds the proto file. I've resorted to a cross platform change directory  
followed by
running protoc in the directory where the proto file lives. Here's my  
command line, I

will be quite happy if someone points out 'pilot error'. :)

C:\Users\bnwylie>C:\Software\protobuf-2.3.0\vsprojects\Debug\protoc.exe
--cpp_out=C:/Work/vtkSNL_shared/Applications/StreamView
--proto_path=C:/Work/vtkSNL/Applications/StreamView mpserial.proto
mpserial.proto: No such file or directory

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.