"-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
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
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
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
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
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.
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
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 =
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
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 \
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
.
- 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
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
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
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
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
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"
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 "
18 matches
Mail list logo