Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-09 Thread Bob Vincent
"-with-boost-include-dir=/usr/include/boost-1_33_1/" worked for me. I got a little farther on a cygwin build, and ran into a problem buliding the libs. I've included a short snippet of the make output. I think CppUnit may be installed wrong. Any ideas? make[5]: Entering directory `/d/home/bvinc

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-09 Thread Eric Blossom
On Thu, Oct 05, 2006 at 06:37:36PM -0500, Tarun Tiwari wrote: > I was trying using ./configure command for compiling GNU Radio on Cygwin and > received following error message: > > gr_boost_include_dir = /usr/include/boost-1_33_1/boost/ > checking boost/shared_ptr.hpp usability... no > checking bo

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-06 Thread Tarun Tiwari
Thank you everybody.I installed Boost using source code and the problem has been resolved.Tarun ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-06 Thread Greg Troxel
Here's what I use on NetBSD, which puts boost in /usr/pkg. Something similar may be helpful --- you'll probably need both CPPFLAGS and LDFLAGS. #!/bin/sh $Id: gnuradio,v 1.4 2006/10/04 15:59:06 gdt Exp $ # XXX GNU Radio won't find python for wxgui (cd /usr/pkg/bin && if [ ! -h python ]; t

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-06 Thread LRK
On Fri, Oct 06, 2006 at 10:54:46AM -0400, Don Ward wrote: > Hi Tarun, > > >I am able to see the shared_prt.hpp file using ls > >/usr/include/boost-1_33_1/boost command but > still not able to compile > >the software. > > If you dig through the config.log file you can find exactly what tests wer

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-06 Thread Don Ward
Hi Tarun, I am able to see the shared_prt.hpp file using ls /usr/include/boost-1_33_1/boost command but > still not able to compile the software. If you dig through the config.log file you can find exactly what tests were done to locate boost. There may be more useful error messages there.

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-06 Thread Michael Dickens
I am able to see the shared_prt.hpp file using ls /usr/include/ boost-1_33_1/boost command but still not able to compile the software. In my experience, this means that your shell environment is not configured correctly. On OSX, it usually means that there are multiple versions of some of t

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-05 Thread Tarun Tiwari
o: discuss-gnuradio@gnu.org Sent: Thursday, October 05, 2006 7:37 PM Subject: Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp I was trying using ./configure command for compiling GNU Radio on Cygwin and received following error message:gr_boost_include_dir =

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-05 Thread Tarun Tiwari
I was trying using ./configure command for compiling GNU Radio on Cygwin and received following error message:gr_boost_include_dir = /usr/include/boost-1_33_1/boost/checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp presence... nochecking for boost/shared_ptr.hpp... noconfi

[Discuss-gnuradio] CVS build

2006-01-28 Thread LRK
I tried to build from CVS this morning and it failed. This patch fixed mine: --- gnuradio-core/src/lib/filter/Makefile.am.orig Fri Jan 27 13:10:58 2006 +++ gnuradio-core/src/lib/filter/Makefile.amFri Jan 27 13:11:41 2006 @@ -285,8 +285,7 @@ gr_single_pole_avg_filter_ff.i \

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2005-06-26 Thread Eric Blossom
On Sun, Jun 26, 2005 at 08:53:31AM -0500, EDWARD HALL wrote: > I am having difficulty with gr-build when it gets to the > boost/shared_ptr.hpp tests and would appreciate some help. I am using a > debian system that began as a Knoppix installation to the hard drive. > Below are several of the l

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2005-06-26 Thread EDWARD HALL
. - Original Message - From: EDWARD HALL To: Discuss-gnuradio@gnu.org Sent: Sunday, June 26, 2005 8:53 AM Subject: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp I am having difficulty with gr-build when it gets to the boost/shared_ptr.hpp tests and would

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2005-06-26 Thread James Cooley
yes, I think you need to use the -with-boost-include-dir. For instance, my boost is in /usr/local\/include/boost-1_32, I have to say ./configure --enable-maintainer-mode --with-boost_include-dir=/usr/local/include/boost-1_32/ when configuring from cvs. try using it and give it the path you m

[Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2005-06-26 Thread EDWARD HALL
I am having difficulty with gr-build when it gets to the boost/shared_ptr.hpp tests and would appreciate some help. I am using a debian system that began as a Knoppix installation to the hard drive. Below are several of the last lines produced during the build: checking for dot... NO checkin

Re: [Discuss-gnuradio] CVS build problem

2005-05-30 Thread Eric Blossom
On Mon, May 30, 2005 at 12:38:57PM -0400, John Ackermann N8UR wrote: > [ A few minutes later ] > > Much better results. I had to install libusb-dev and sdcc for the usrp > directory, and there are a bunch of warnings about "underquoted > definitions" but no errors there. > > I'm now making as

Re: [Discuss-gnuradio] CVS build problem

2005-05-30 Thread John Ackermann N8UR
Eric Blossom wrote: >On to your problem... > >Are the versions of automake, autoconf and libtool that you have >installed at least at the versions that are called for in the README? > >Are you able to build any other programs that uses the autotools? > >Eric > > Automake is probably the culprit

Re: [Discuss-gnuradio] CVS build problem

2005-05-30 Thread Eric Blossom
On Mon, May 30, 2005 at 09:31:23AM -0400, John Ackermann N8UR wrote: > While stalled on the Debian install (see my other message), I decided > to bite the bullet and do a CVS download and build. I'm having some > problems on this Debian unstable system. > > When I do "./for-all-dirs ../buildit"

[Discuss-gnuradio] CVS build problem

2005-05-30 Thread John Ackermann N8UR
While stalled on the Debian install (see my other message), I decided to bite the bullet and do a CVS download and build. I'm having some problems on this Debian unstable system. When I do "./for-all-dirs ../buildit" I get a bunch of macro-related errors early on, and the bujild crashes due to "