The buildit script now support a --prefix argument to make it easy to
do non-standard installs. It also jacks around with the
PKG_CONFIG_PATH environment variable to ensure that
PREFIX/lib/pkgconfig is at the head and /usr/local/lib/pkgconfig is at
the tail.
[EMAIL PROTECTED] gr-build]$ ./buildit
On Fri, Jul 01, 2005 at 12:00:23PM -0700, Ges wrote:
> Hi,
> I solved my earlier problems with configure (no dev
> lib for python headers) thanks to Mark's patch.
> But I am still not able to get rid of the make check
> problems.
> Making check in gr
> make[4]: Entering directory
> `/usr0/Packages
Ges, when I encountered a similar imponderable I inserted
import sys
print sys.path
in a judicious place, just to see what path obtained at that moment.
While it will not solve your immediate problem directly, it might be
interesting to see what is your python sys.path when the failure occurs.
>
On Fri, Jul 01, 2005 at 12:00:23PM -0700, Ges wrote:
> Hi,
> I solved my earlier problems with configure (no dev
> lib for python headers) thanks to Mark's patch.
> But I am still not able to get rid of the make check
> problems.
>
> Based on what was metioned in this thread,
> http://lists.gnu.o
Hi,
I solved my earlier problems with configure (no dev
lib for python headers) thanks to Mark's patch.
But I am still not able to get rid of the make check
problems.
Based on what was metioned in this thread,
http://lists.gnu.org/archive/html/discuss-gnuradio/2005-01/msg00079.html
I tried Swig
On Fri, Jul 01, 2005 at 03:34:49PM +, n4hy wrote:
> I should wrap my polyphase resampler and submit or do we have one?
>
> Bob
Wrap and submit. Love to have it!
Eric
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.or
n4hy wrote:
> I should wrap my polyphase resampler and submit or do we have one?
We would love to have a polyphase resampler. Eric and I had planned to
do one during that last very productive weekend, but didn't get to it.
Matt
___
Discuss-gnuradio
I should wrap my polyphase resampler and submit or do we have one?
Bob
Stevie wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
Thanks to Lamar and Dan for the advice on my problem.
In the end it was the audio rate for my soundcard. My card appears to
support a minimum rate of 48
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
Thanks to Lamar and Dan for the advice on my problem.
In the end it was the audio rate for my soundcard. My card appears to
support a minimum rate of 48KHz and so the 32KHz as hard-coded in the
program leaves me with the chipmunks. A few qu