Hi Steve, I just stumbled across your blog post where you talk about porting qpid to windows: http://stevehuston.wordpress.com/2009/01/09/my-experiences-porting-apache-qpid-c-to-windows/
I am curious about the lack of a persistent store and SSL; are these still missing from the trunk? The main qpid site seems to focus mostly the posix flavor; is there one place that summarizes the differences between the posix and windows flavors? A "state of the windows port" page? In your opinion is the windows port ready for production use? Thanks Jeff On Sat, Nov 14, 2009 at 11:47 AM, Jeff Laughlin <[email protected]>wrote: > Done and done. I set the ruby_library variable which eliminated the ruby > message, and I downgraded to cmake 2.6 patch 4. No change. > > When I click generate, I do get a dialog box with this error, as well as > the console output I previously pasted: > > --------------------------- > Error > --------------------------- > Error in generation process, project files may be invalid > --------------------------- > OK > --------------------------- > > > Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) > > No need to generate AMQP protocol sources > > No need to generate Qpid Management Framework sources > > Can't locate the help2man command; man pages will not be generated > > Can't locate the valgrind command; no run-time error detection > > Configuring done > > 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 > > > > > > On Sat, Nov 14, 2009 at 11:33 AM, Steve Huston <[email protected]>wrote: > >> 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:[email protected]] >> > Sent: Saturday, November 14, 2009 10:38 AM >> > To: [email protected] >> > Subject: Re: compiling c++ broker trunk on windows: Cannot >> > find source file "documents" >> > >> > >> > Configure output: >> > Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) >> > >> > lookign for config.h >> > >> > Could NOT find Ruby (missing: RUBY_LIBRARY) >> > >> > No need to generate AMQP protocol sources >> > >> > No need to generate Qpid Management Framework sources >> > >> > Can't locate the help2man command; man pages will not be generated >> > >> > Can't locate the valgrind command; no run-time error detection >> > >> > Configuring done >> > >> > >> > Generate output (I guess it also includes the config out): >> > >> > Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) >> > >> > lookign for config.h >> > >> > Could NOT find Ruby (missing: RUBY_LIBRARY) >> > >> > No need to generate AMQP protocol sources >> > >> > No need to generate Qpid Management Framework sources >> > >> > Can't locate the help2man command; man pages will not be generated >> > >> > Can't locate the valgrind command; no run-time error detection >> > >> > Configuring done >> > >> > 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 >> > >> > >> > That's all it says. >> > >> > CMake 2.8.0 >> > >> > 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 >> > all working. >> > >> > 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) >> > >> > Latest Ruby 186.27, not sure why it says it can't find it, >> > it's in my path. >> > I may not have installed >> > the headers though. >> > >> > Thanks, >> > Jeff >> > >> > On Sat, Nov 14, 2009 at 9:11 AM, Steve Huston >> > <[email protected]> wrote: >> > >> > > 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 >> > 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 >> > > >> > > >> > > >> > >> --------------------------------------------------------------------- >> > > Apache Qpid - AMQP Messaging Implementation >> > > Project: http://qpid.apache.org >> > > Use/Interact: mailto:[email protected] >> > > >> > > >> > >> > >> > -- >> > 73 de n1ywb >> > >> >> >> --------------------------------------------------------------------- >> Apache Qpid - AMQP Messaging Implementation >> Project: http://qpid.apache.org >> Use/Interact: mailto:[email protected] >> >> > > > -- > 73 de n1ywb > > -- 73 de n1ywb
