discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc error


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors
Date: Tue, 3 Jul 2012 15:14:32 -0700

On Tue, Jul 3, 2012 at 2:35 PM, Johnathan Corgan <address@hidden> wrote:
 
I cherry-picked the relevant commits onto a test branch based off maint instead of master.  There were a couple minor conflicts easily fixed.  So far -j8 works fine, and I'm testing -j now.

There still seems to be an issue triggered when using 'make -j'. The end result is that the SWIG generated _gnuradio_core_*.so files have no actual code content, just overhead, and end up only a few kilobytes in length.  Then running make again causes the SWIG generated cxx files to get compiled, but the output .so files are still broken (all the QA fails).

Notably, none of the original SWIG doc generation stuff is failing anymore, so that appears to be fixed, but clearly there is more going on.  I've seen the above issue in the past with -j8 and -j16 on rare occasions, so this issue has been around awhile.

Johnathan

reply via email to

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