Re: [CMake] using cmake with google's protocol buffers

2008-09-18 Thread Neil Girdhar
Hi Eric. Thanks a lot for getting back to me. 2008/9/18 Eric Noulard <[EMAIL PROTECTED]> > 2008/9/18 Neil Girdhar <[EMAIL PROTECTED]>: > > > > Hi, I'm trying to add a special cmake rule to build google's protocol > > buffers, and I was hoping someone c

Re: [CMake] using cmake with google's protocol buffers

2008-09-17 Thread Neil Girdhar
Hi, I'm trying to add a special cmake rule to build google's protocol buffers, and I was hoping someone could help me do it. I've broken down the details of the protocol compiler here, so all that's missing is a cmake expert. I have some ".proto" files that live in the same directories as the sou

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
Yes, you got it!! I was doing include_directories(SYSTEM ) Thanks very much. Neil 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]>: > Neil Girdhar wrote: > >> Hi again Bill, >> >> I ran "make >a.txt 2>b.txt" and attached the output. >> >

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
a.txt truncated and reposted 2008/7/21 Neil Girdhar <[EMAIL PROTECTED]>: > sorry, this was the command-line: make VERBOSE=1 >b.txt 2> a.txt > > 2008/7/21 Neil Girdhar <[EMAIL PROTECTED]>: > > Hi again Bill, >> >> I ran "make >a.txt 2>

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
sorry, this was the command-line: make VERBOSE=1 >b.txt 2> a.txt 2008/7/21 Neil Girdhar <[EMAIL PROTECTED]>: > Hi again Bill, > > I ran "make >a.txt 2>b.txt" and attached the output. > > > 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]>: > >

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
sorry, I mean cmake version 2.6-patch 0 2008/7/21 Neil Girdhar <[EMAIL PROTECTED]>: > Hi, thanks for the swift reply... > > I am using cmake 6.0 and the makefile generator. > > Neil > > 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]>: > > Neil Girdhar wr

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
Hi, thanks for the swift reply... I am using cmake 6.0 and the makefile generator. Neil 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]>: > Neil Girdhar wrote: > >> Hi Cmake people >> >> I'm having a problem with cmake. I think it's issue 7215 < >&g

[CMake] issue 7215

2008-07-21 Thread Neil Girdhar
Hi Cmake people I'm having a problem with cmake. I think it's issue 7215. I am running mac os X 1.04. I used macports to install cmake and qt. My project used to compile, and then I upgraded both cmake and qt, and it no longer compiles. examining the