discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] New build structure! (Warning #2)


From: Paul M. Bendixen
Subject: Re: [Discuss-gnuradio] New build structure! (Warning #2)
Date: Thu, 20 Oct 2011 17:18:40 +0200



2011/10/20 Josh Blum <address@hidden>


On 10/20/2011 04:19 AM, Paul M. Bendixen wrote:
> Hi happy to hear it, autotools were complaining about old syntax on my
> machine
>
> Using gentoo (not too heavily updated I'm afraid) and not succeding
>
> Configuring using cmake went well, but compiling didn't, already at first
> stop volk (that I'm not entirely sure i need) a _lot_ of errors occured.
> To be more specific, more than my shell history could take.
>

 
Hmm. thats not expected; volk should compile perfectly. Try to 
 completely clean the source tree before building w/ cmake. git clean 
 -dfx If you still see the errors can you dump to a file and post them

Volk usually also fails on the old install, the problem is , I think it should detect that it was no good and take it out of the build entirely?
 
Also, cmake -DENABLE_VOLK=OFF <srcdir> will disable it.

Yeah, found that when i posted the output of cmake to a file and read it, could there be some more intuitive way of finding this out than trial-and-error?
I think the configurescript should bypass the volk entirely when it cannot build it?

Cmake wrote out the following
-- Configuring volk support...
-- Enabling volk support.
-- Override with -DENABLE_VOLK=ON/OFF
-- Available arches: generic;3dnow;popcount;mmx;sse;sse2;orc;sse3;ssse3;sse4_a;sse4_1;sse4_2
-- Available machines: generic;sse2_only;sse2_32;sse3_32;ssse3_32;sse4_a_32;sse4_1_32;sse4_2_32
-- checking for module 'orc-0.4 > 0.4.11'
-- package 'orc-0.4 > 0.4.11' not found
-- Did not find liborc and orcc, disabling orc support...
-- Using install prefix: /usr/local
--

Also, because i use gentoo, I earlier had to give the QWT dir in order for gnuradio to build gr-qtgui, the cmake now writes:
-- Could NOT find Qwt (missing: QWT_INCLUDE_DIRS)
...
-- Configuring gr-qtgui support...
-- Dependency Boost_FOUND = TRUE
-- Dependency QT4_FOUND = YES
-- Dependency QWT_FOUND = FALSE
-- Dependency ENABLE_GR_CORE = ON
-- Dependency PYTHONLIBS_FOUND = TRUE
-- Dependency PYQT4_FOUND = TRUE
-- Disabling gr-qtgui support.
-- Override with -DENABLE_GR_QTGUI=ON/OFF

Seeing as i have qwt in version 5.2.0 I find this weird.
(I do not however have pyqwt (it is masked in gentoo), could this be the actual error?)

Anyways, the make test works now, I'm not going to test make install in order to maintain compatibility with the environment we are doing our thesis on, but everything looks fine.

Best

Paul
 
--
• − − •/• −/• • −/• − • •/− • • •/•/− •/− • •/• •/− • • −/•/− •/• − − •− •/− − •/− −/• −/• •/• − • •/• − • − • −/− • − •/− − −/− −//

reply via email to

[Prev in Thread] Current Thread [Next in Thread]