Re: [Discuss-gnuradio] GNU make extension corrections?

2007-05-01 Thread Michael Dickens
I noticed that in ticket:142  http://www.gnuradio.org/trac/ticket/ 
142 , which is part of the GNU make extensions issue of this  
email, the end result is:

   * status changed from assigned to closed.
* resolution set to wontfix.
GNU make has become a required tool.

I haven't changed the way I'm doing the bootstrap, and am still  
getting these messages ... yet the compile still works [0] on OSX, so  
in what way has GNU make become a required tool, or is it in the  
process of?  Thanks! - MLD


[0] At least for the GNU make extension found in gr-trellis, so I  
presume it also would for gr-qtgui, though I haven't gotten the  
dependencies to compile just yet so I don't know this for a fact.


On Apr 17, 2007, at 2:39 PM, Johnathan Corgan wrote:

I'll take care of these, but please enter it in Trac.

Michael Dickens wrote:

Now that gr-qtgui is back, I again get the 3 comments when
bootstrapping from there, as well as 1 from gr-trellis (which has  
been
all along).  Can someone correct this (I've written before about  
it), or

should I enter it into Trac as a low-priority fix?  I'm sure it's
something simple, but I won't be able to get to it for at least 1.5
weeks. - MLD



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU make extension corrections?

2007-05-01 Thread Johnathan Corgan
Michael Dickens wrote:

 I haven't changed the way I'm doing the bootstrap, and am still getting
 these messages ... yet the compile still works [0] on OSX, so in what
 way has GNU make become a required tool, or is it in the process of? 

It was decided that we would not change things to avoid using the
existing GNU Make extensions that are in gr-trellis and gr-qtgui.  So
nothing has changed in the code, only in policy :-)

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU make extension corrections?

2007-05-01 Thread Michael Dickens

On May 1, 2007, at 3:44 PM, Eric Blossom wrote:

In the process of


OK.  No problem.


I'm not sure if we'll be able to get rid of the warnings. I think
they're coming from automake, but I haven't confirmed that.


I just tried the bootstrap commands individually and, yes, it's  
automake. - MLD



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU make extension corrections?

2007-04-17 Thread Johnathan Corgan
Michael Dickens wrote:

 Now that gr-qtgui is back, I again get the 3 comments when
 bootstrapping from there, as well as 1 from gr-trellis (which has been
 all along).  Can someone correct this (I've written before about it), or
 should I enter it into Trac as a low-priority fix?  I'm sure it's
 something simple, but I won't be able to get to it for at least 1.5
 weeks. - MLD

I'll take care of these, but please enter it in Trac.

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU make extension corrections?

2007-04-17 Thread Eric Blossom
On Tue, Apr 17, 2007 at 02:35:48PM -0400, Michael Dickens wrote:
 Now that gr-qtgui is back, I again get the 3 comments when  
 bootstrapping from there, as well as 1 from gr-trellis (which has  
 been all along).  Can someone correct this (I've written before about  
 it), or should I enter it into Trac as a low-priority fix?  I'm sure  
 it's something simple, but I won't be able to get to it for at least  
 1.5 weeks. - MLD
 
 % sh bootstrap
 gr-qtgui/src/lib/Makefile.am:29: `%'-style pattern rules are a GNU  
 make extension
 gr-qtgui/src/lib/Makefile.am:33: `%'-style pattern rules are a GNU  
 make extension
 gr-qtgui/src/lib/Makefile.am:36: `%'-style pattern rules are a GNU  
 make extension
 
 gr-trellis/doc/Makefile.am:51: `%'-style pattern rules are a GNU make  
 extension

Michael,

Please enter it as a bug, and then fix at will ;)

Thanks!
Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] GNU make extension?

2007-02-21 Thread Michael Dickens
When bootstrap'ing the current trunk, I get the following.  I doubt  
they're show stoppers, but I thought I'd let folks know ... - MLD


gr-qtgui/src/lib/Makefile.am:29: `%'-style pattern rules are a GNU  
make extension
gr-qtgui/src/lib/Makefile.am:33: `%'-style pattern rules are a GNU  
make extension
gr-qtgui/src/lib/Makefile.am:36: `%'-style pattern rules are a GNU  
make extension
gr-qtgui/src/lib/Makefile.am:60: filter moc_%.cc, $ 
(qt_examples_SOURCES: non-POSIX variable name

gr-qtgui/src/lib/Makefile.am:60: (probably a GNU make extension)
gr-trellis/doc/Makefile.am:51: `%'-style pattern rules are a GNU make  
extension




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU make extension?

2007-02-21 Thread Robert McGwier
Thanks for the note.  Please keep them coming so we can learn how to 
stabilize this across platforms.  I made a modification to the 
grc_gt_qtgui.m4 file in config that fixes the disparity between 
Redhat/Fedora and Debian/Ubuntu qt.pc problems (thanks Jonathan for 
aiming me in the right direction).  We will fix the qwt piece by adding 
all of the necessary AC_CHECK library and consequences so we do not have 
to use the rpm (similar to what is done for oss).


Qt/Qwt is VERY impressive.  On one 1.8 GHz laptop abacus, without the 
use of OpenGL,  we got 340 frames of fftscope per second and it was 
resizing the screen EVERY frame.  If we do not run into major 
difficulties in bringing qtgui into being as a usable replacement for 
wxgui,  I am sure people will want to use it as it is so much more 
capable and faster and the scientific/engineering/signals widget in Qwt 
seem particularly suited to our needs.


So after consulting Eric we decided that the best way to get this kind 
of feedback was to get it early and often since it seems to have so much 
potential.


Matt, Tom, and I are concentrating on the ofdm branch for a bit as we 
try to perfect the synchronization but we'll return to the qt stuff shortly.


Bob


Johnathan Corgan wrote:

Michael Dickens wrote:

  

When bootstrap'ing the current trunk, I get the following.  I doubt
they're show stoppers, but I thought I'd let folks know ... - MLD

gr-qtgui/src/lib/Makefile.am:29: `%'-style pattern rules are a GNU make
extension
gr-qtgui/src/lib/Makefile.am:33: `%'-style pattern rules are a GNU make
extension
gr-qtgui/src/lib/Makefile.am:36: `%'-style pattern rules are a GNU make
extension
gr-qtgui/src/lib/Makefile.am:60: filter moc_%.cc, $(qt_examples_SOURCES:
non-POSIX variable name
gr-qtgui/src/lib/Makefile.am:60: (probably a GNU make extension)
gr-trellis/doc/Makefile.am:51: `%'-style pattern rules are a GNU make
extension



Okay, these are from the new gr-qtgui component that was just added to
the trunk today.  We'll (well, Bob  Jason) will need to figure out how
to set up the autotools to compile QT apps that is portable to gmake.

  



--
AMSAT Director and VP Engineering. Member: ARRL, AMSAT-DL,
TAPR, Packrats, NJQRP, QRP ARCI, QCWA, FRC. ARRL SDR WG Chair
Taking fun as simply fun and earnestness in earnest shows
how thoroughly thou none of the two discernest. - Piet Hine



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio