Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 12513 invoked from network); 14 Nov 2009 16:33:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 16:33:37 -0000 Received: (qmail 71265 invoked by uid 500); 14 Nov 2009 16:33:36 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 71242 invoked by uid 500); 14 Nov 2009 16:33:36 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 71232 invoked by uid 99); 14 Nov 2009 16:33:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 16:33:36 +0000 X-ASF-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shuston@riverace.com designates 67.214.127.109 as permitted sender) Received: from [67.214.127.109] (HELO riverace.com) (67.214.127.109) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 16:33:34 +0000 Received: from c-98-217-81-155.hsd1.ma.comcast.net ([98.217.81.155] helo=hope) by a2s43.a2hosting.com with esmtpa (Exim 4.69) (envelope-from ) id 1N9LYn-0000x3-9v for users@qpid.apache.org; Sat, 14 Nov 2009 11:33:13 -0500 From: "Steve Huston" To: Subject: RE: compiling c++ broker trunk on windows: Cannot find source file "documents" Date: Sat, 14 Nov 2009 11:33:08 -0500 Organization: Riverace Corporation Message-ID: <5D4F9561C65548DA92F883A5272CC6B4@hope> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6822 In-Reply-To: <8ea83f40911140737v5d72e565lb374f516a7ebf33e@mail.gmail.com> Thread-Index: AcplQHgOn5LMaaX7TC+04/N+BCzMBAAB36qw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2s43.a2hosting.com X-AntiAbuse: Original Domain - qpid.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - riverace.com Another idea... If you can't find ruby, it can't generate all the files. It may be complaining that it can't include the generated list of source file names. Before doing the cmake downgrade, see if you can resolve the ruby location. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -----Original Message----- > From: Jeff Laughlin [mailto:jeff.laughlin@gmail.com]=20 > Sent: Saturday, November 14, 2009 10:38 AM > To: users@qpid.apache.org > Subject: Re: compiling c++ broker trunk on windows: Cannot=20 > find source file "documents" >=20 >=20 > Configure output: > Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) >=20 > lookign for config.h >=20 > Could NOT find Ruby (missing: RUBY_LIBRARY) >=20 > No need to generate AMQP protocol sources >=20 > No need to generate Qpid Management Framework sources >=20 > Can't locate the help2man command; man pages will not be generated >=20 > Can't locate the valgrind command; no run-time error detection >=20 > Configuring done >=20 >=20 > Generate output (I guess it also includes the config out): >=20 > Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) >=20 > lookign for config.h >=20 > Could NOT find Ruby (missing: RUBY_LIBRARY) >=20 > No need to generate AMQP protocol sources >=20 > No need to generate Qpid Management Framework sources >=20 > Can't locate the help2man command; man pages will not be generated >=20 > Can't locate the valgrind command; no run-time error detection >=20 > Configuring done >=20 > CMake Error in src/CMakeLists.txt: >=20 > Cannot find source file "documents". Tried extensions .c .C=20 > .c++ .cc .cpp >=20 > .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx >=20 >=20 > That's all it says. >=20 > CMake 2.8.0 >=20 > Boost 1.40.0 from source using VC9 and I have no idea if I built it > correctly. I think I'll write up a how-to, once I get this=20 > all working. >=20 > Python 2.5 (will this work? do I really need python 2.6 to build? the > management commands only seem to work with python 2.5) >=20 > Latest Ruby 186.27, not sure why it says it can't find it,=20 > it's in my path. > I may not have installed > the headers though. >=20 > Thanks, > Jeff >=20 > On Sat, Nov 14, 2009 at 9:11 AM, Steve Huston=20 > wrote: >=20 > > Hi Jeff, > > > > > Checked out the head today, r836084. Got boost built. Got > > > CMake "configured" > > > successfully. When I try to "generate", cmake throws this error: > > > > > > CMake Error in src/CMakeLists.txt: > > > > > > Cannot find source file "documents". Tried extensions .c .C > > > .c++ .cc .cpp > > > > > > .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx > > > > > > > > > I don't see the word "documents" in src/CMakeLists.txt at > > > all, but I'm a > > > cmake newb. I'm kind of banging my head on the wall at=20 > this point... > > > > Can you post the complete error please? > > Also, what version of CMake are you using? > > > > Thanks, > > -Steve > > > > -- > > Steve Huston, Riverace Corporation > > Total Lifecycle Support for Your Networked Applications > > http://www.riverace.com > > > > > >=20 > --------------------------------------------------------------------- > > Apache Qpid - AMQP Messaging Implementation > > Project: http://qpid.apache.org > > Use/Interact: mailto:users-subscribe@qpid.apache.org > > > > >=20 >=20 > --=20 > 73 de n1ywb >=20 --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org