Re: Protocol Buffers can't use in visual studio 2003 ?

2008-09-17 Thread Kenton Varda
Ugh. More evidence that libprotobuf should be statically-linked, not a DLL. Niall: Maybe this explains your problem. Can you try compiling static libs only and see if that fixes anything? On Tue, Sep 16, 2008 at 9:31 PM, mcdowella <[EMAIL PROTECTED]>wrote: > > There are at least two problems w

Re: complie error

2008-09-17 Thread Kenton Varda
I believe I've seen people report these errors when using very old versions of GCC. What version of GCC / what OS are you using? On Wed, Sep 17, 2008 at 4:20 AM, dd shan <[EMAIL PROTECTED]> wrote: > > ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether

complie error

2008-09-17 Thread dd shan
./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C c