[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Discuss-gnuradio] How does 'make check' find its dependencies?
From: |
Johnathan Corgan |
Subject: |
Re: [Discuss-gnuradio] How does 'make check' find its dependencies? |
Date: |
Thu, 10 Aug 2006 12:53:21 -0700 (PDT) |
User-agent: |
SquirrelMail/1.4.7 |
On Thu, August 10, 2006 12:43, Michael Dickens wrote:
> 1) From usrp/host/apps/test_usrp_standard_rx.cc
> and
> ....._tx.cc:
>
> HAVE_SCHED_SETSCHEDULER is used to try to set a real-time scheduler.
> W/o it, "real time" ("-R") has no effect. THis is the only reference
> in the USRP's code to this function.
>
> OSX does not implement this function for some reason (it does some of
> the others in /usr/include/sched.h). Ah well, I guess no "real time"
> for us OSX users for now.
>
> I think it would be nice to not fail on this one, but rather to print
> a warning about lacking real-time or whatever.
Ok, I can conditionalize this check so it doesn't execute on your
platform. Please send me the output of the "config.guess" script on your
machine.
> 2) From host/lib/usrp_bytesex.h:34
>
> #ifdef HAVE_BYTESWAP_H
> #include <byteswap.h>
> #else
I didn't realize Matt provided an alternative if it wasn't found, so in
fact your removal of the [succeeded=no] is appropriate.
-Johnathan
- Re: [Discuss-gnuradio] How does 'make check' find its dependencies?, (continued)
- Re: [Discuss-gnuradio] How does 'make check' find its dependencies?, Johnathan Corgan, 2006/08/10
- Re: [Discuss-gnuradio] How does 'make check' find its dependencies?, Michael Dickens, 2006/08/10
- Re: [Discuss-gnuradio] How does 'make check' find its dependencies?, Johnathan Corgan, 2006/08/10
- Re: [Discuss-gnuradio] How does 'make check' find its dependencies?, Michael Dickens, 2006/08/10
- Re: [Discuss-gnuradio] How does 'make check' find its dependencies?, Johnathan Corgan, 2006/08/10
- Re: [Discuss-gnuradio] How does 'make check' find its dependencies?, Michael Dickens, 2006/08/10
- Re: [Discuss-gnuradio] How does 'make check' find its dependencies?,
Johnathan Corgan <=
- [Discuss-gnuradio] Problem building ecc.cc, Tom Rondeau, 2006/08/10
- Re: [Discuss-gnuradio] Problem building ecc.cc, Johnathan Corgan, 2006/08/10
- Re: [Discuss-gnuradio] Problem building ecc.cc, Michael Dickens, 2006/08/11
- Message not available
- Re: [Discuss-gnuradio] Problem building ecc.cc, Michael Dickens, 2006/08/12
- Re: [Discuss-gnuradio] Problem building ecc.cc, Johnathan Corgan, 2006/08/12
Re: [Discuss-gnuradio] How does 'make check' find its dependencies?, Jan Schiefer, 2006/08/11