Hi All,

I'm having difficulty compiling in Ubuntu 8.04 because some stuff from QT isn't found, for example, qmemarray.h, which I can find in /usr/include/qt3/qmemarray.h, however, I thought it should be using QT4 instead of QT3, and I have installed qwt 5.0.2-2 from the Ubuntu repository. As of January 2008, the wiki says you must compile from source, but it looks like it is in the repository now. The interesting thing, is I have another machine running 8.10 instead of 8.04, and the header file is only in the same qt3 location there, but it builds just fine. Here is the code calling for that header:

/*!
 \def QwtArray
 Aliases QArray (Qt-2.x) and QMemArray (Qt-3.x) to QwtArray
*/
#ifdef QWT_NO_MEMARRAY
#include <qarray.h>
#define QwtArray QArray
#else
#include <qmemarray.h>
#define QwtArray QMemArray
#endif

Perhaps QWT_NO_MEMARRAY is set in 8.10 and not in 8.04.

Any tips would be appreciated.

Thanks,

Rob

--
Rob Frohne, Ph.D., P.E.
E.F. Cross School of Engineering
Walla Walla University
100 SW 4th Street
College Place, WA 99324
(509) 527-2075                   http://people.walllawalla.edu/~rob.frohne

begin:vcard
fn:Rob Frohne
n:Frohne;Rob
org:Walla Walla University;Engineering
adr:;;100 SW 4th Street;College Place;WA;99324;USA
email;internet:[email protected]
title:Professor
tel;work:509 527 2075
x-mozilla-html:FALSE
url:http://people.wallawalla.edu/~rob.frohne/
version:2.1
end:vcard

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to