Re: [protobuf] Fudge proto project

2010-03-03 Thread Adewale Oshineye
On 28 February 2010 18:09, Henner Zeller henner.zel...@googlemail.com wrote:
 On Sun, Feb 28, 2010 at 09:13, Adewale Oshineye adew...@gmail.com wrote:
 Hi all,
 Have you seen this: http://www.fudgemsg.org/display/FDG/Fudge+Proto
 which claims to be compatible with the syntax of protobufs but use
 different on-disk and on-the-wire representations?

 Looks like they fell into the trap of wanting to provide
 self-description (with a pretty high overhead per message) and, worse,
 message inheritance.

 -h
They're just put out a more sophisticated explanation of their
project's existence:
http://feedproxy.google.com/~r/KirksRants/~3/8IRgSRLTNMs/whence-fudge-why-not-just-useextend.html

-- 
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 170 in protobuf: Can't compile proto file using 'extend' feature

2010-03-03 Thread protobuf


Comment #1 on issue 170 by hellwolf.misty: Can't compile proto file  
using 'extend' feature

http://code.google.com/p/protobuf/issues/detail?id=170

Ok, I figured it out... I should put an ; after import ..., and put -I
/path/to/proto/include/dir -I. in the command line.

--
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] Issue with protobuf-2.3.0: Problem running 'configure' on Solaris 10

2010-03-03 Thread Steven Ong
Hi all,

I tried to run 'configure' for the 'protobuf-2.3.0' on an Intelx86 and
Solaris 10 machine. It's failed and I saw the following error message:


config.status: creating protobuf-lite.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gtest
(/home/song/MyProjects/googleProtocolBuffers/protobuf-2.3.0/gtest)
configure: running /bin/bash ./configure
'--prefix=/home/song/MyProjects/LibDist/protobuf-2.3.0'
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
*checking for C compiler default output file name...
configure: error: C compiler cannot create executables*
See `config.log' for more details.
configure: error: *./configure failed for gtest*

...Here are the info on the GNU tools:

$ gcc --version
gcc (GCC) 3.4.6
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


$ make --version
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.


$ ./configure --version
Protocol Buffers configure 2.3.0
generated by GNU Autoconf 2.61

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.

Any help would be greatly appreciated.

Best regards,
Steven

-- 
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 170 in protobuf: Can't compile proto file using 'extend' feature

2010-03-03 Thread protobuf

Updates:
Status: WorkingAsIntended

Comment #2 on issue 170 by temporal: Can't compile proto file  
using 'extend' feature

http://code.google.com/p/protobuf/issues/detail?id=170

Glad you figured it out.

--
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.



Re: [protobuf] Issue with protobuf-2.3.0: Problem running 'configure' on Solaris 10

2010-03-03 Thread Kenton Varda
Please check config.log for a more detailed error message.

On Wed, Mar 3, 2010 at 7:43 AM, Steven Ong stevenong2...@gmail.com wrote:

 Hi all,

 I tried to run 'configure' for the 'protobuf-2.3.0' on an Intelx86 and
 Solaris 10 machine. It's failed and I saw the following error message:

 
 config.status: creating protobuf-lite.pc
 config.status: creating config.h
 config.status: executing depfiles commands
 config.status: executing libtool commands
 === configuring in gtest
 (/home/song/MyProjects/googleProtocolBuffers/protobuf-2.3.0/gtest)
 configure: running /bin/bash ./configure
 '--prefix=/home/song/MyProjects/LibDist/protobuf-2.3.0'
 --cache-file=/dev/null --srcdir=.
 checking for a BSD-compatible install... build-aux/install-sh -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
 checking for gawk... no
 checking for mawk... no
 checking for nawk... nawk
 checking whether make sets $(MAKE)... yes
 checking for gcc... gcc
 *checking for C compiler default output file name...
 configure: error: C compiler cannot create executables*
 See `config.log' for more details.
 configure: error: *./configure failed for gtest*

 ...Here are the info on the GNU tools:

 $ gcc --version
 gcc (GCC) 3.4.6
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 $ make --version
 GNU Make 3.80
 Copyright (C) 2002  Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.


 $ ./configure --version
 Protocol Buffers configure 2.3.0
 generated by GNU Autoconf 2.61

 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.

 Any help would be greatly appreciated.

 Best regards,
 Steven



  --
 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.comprotobuf%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/protobuf?hl=en.


-- 
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.



Re: [protobuf] Issue with protobuf-2.3.0: Problem running 'configure' on Solaris 10

2010-03-03 Thread Monty Taylor

Hi Steven!

If you're running Solaris 10, I HIGHLY recommend the use of Sun Studio 
instead of GCC. GCC shipped with Solaris is ludicrously old and has issues.


If you cannot, for some reason, use Sun Studio instead, I highly 
recommend installing a recent gcc (4.2 or later) I believe there is one 
in blastwave.


We (the Drizzle project have had nothing but nightmares with gcc on 
solaris and C++ - and we even worked for Sun until just recently)


However - config.log is going to be the place to look if you do want to 
try to ferret out this problem. I wouldn't hold my breath though.


Monty

On 03/03/2010 11:03 AM, Kenton Varda wrote:

Please check config.log for a more detailed error message.

On Wed, Mar 3, 2010 at 7:43 AM, Steven Ong stevenong2...@gmail.com
mailto:stevenong2...@gmail.com wrote:

Hi all,

I tried to run 'configure' for the 'protobuf-2.3.0' on an Intelx86
and Solaris 10 machine. It's failed and I saw the following error
message:


config.status: creating protobuf-lite.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gtest
(/home/song/MyProjects/googleProtocolBuffers/protobuf-2.3.0/gtest)
configure: running /bin/bash ./configure
'--prefix=/home/song/MyProjects/LibDist/protobuf-2.3.0'
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
*checking for C compiler default output file name...
configure: error: C compiler cannot create executables*
See `config.log' for more details.
configure: error: *./configure failed for gtest*

...Here are the info on the GNU tools:

$ gcc --version
gcc (GCC) 3.4.6
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


$ make --version
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.


$ ./configure --version
Protocol Buffers configure 2.3.0
generated by GNU Autoconf 2.61

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.

Any help would be greatly appreciated.

Best regards,
Steven



--
You received this message because you are subscribed to the Google
Groups Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com
mailto:protobuf@googlegroups.com.
To unsubscribe from this group, send email to
protobuf+unsubscr...@googlegroups.com
mailto:protobuf%2bunsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.


--
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.


--
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.