discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] compiling c++ blocks


From: Douglas Geiger
Subject: Re: [Discuss-gnuradio] compiling c++ blocks
Date: Fri, 21 Aug 2009 12:15:17 -0400

I believe you need to re-generate it manually (I'm not sure if the
intent was to have it automagically re-built or not). If you go into
the directory(s) that contain the .i files, you can call:
 make generate-makefile-swig
And the Makefile.swig.gen's will be rebuilt from the top-level
template (Makefile.swig.gen.t) according to the names you've set in
the Makefile.am. Removing it entirely does seem to make the
automake/autoconf system choke.

On Mon, Aug 17, 2009 at 4:44 PM, Jordan J Riggs<address@hidden> wrote:
>
>> You don't need to modify that file; it's [Makefile.swig.gen] generated.
>
> Are you sure about this? When I replace every occurrence of "howto" in
> Makefile.swig.gen with my own package name, it seems to work. However, when
> I leave this file as it is in gr-how-to-write-a-block, or remove it
> entirely, the build process fails. (At make or in bootstrap, respectively.)
> After looking closely at that file, it looks like it should be generated,
> but my experiences say otherwise.
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>



-- 
Doug Geiger
address@hidden




reply via email to

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