Hey,
> So ICE problems. Getting out the good ol' tome of /fixing elaborate
> technology by //random incantation and//extensive guesswork/, does
> deleting ~/.ICEauthority fix the issue? For me, it does.
I'm having a Gentoo-Machine with KDE4 running here, even without an
~/.ICEauthority file
Same blank window here, doesn't even respond to "window close" events;
my machine (let's call it workhorse) runs awesome WM, cinnamon session
manager underneath. Hm.
Attaching to that process with a slightly python-tuned GDB results in
what seems to be a blocking call to read() on a socket that ICE
I've got a really dumb UI made from qt4-designer, pythonized with pyuic4,
and an app that imports and creates the ui. Inside this app I make a
qtgui.time_sink_c and a qtgui.freq_sink_c. My UI has empty frames that I
place a sip-wrapped instance of the qtgui widgets in.
On one machine, let's call i
-Message d'origine-
De : discuss-gnuradio-bounces+tristan.martin=nutaq@gnu.org
[mailto:discuss-gnuradio-bounces+tristan.martin=nutaq@gnu.org] De la part
de Marcus Müller
Envoyé : 4 avril 2014 05:47
À : discuss-gnuradio@gnu.org
Objet : Re: [Discuss-gnuradio] embedding
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
typo :
> Matlab has a resource hungry interpreter for its scripting
> language. Embedding that will be possible.
... will *not* be possible.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.ne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi George,
I think you're talking about Matlab, aren't you?
Matlab has a resource hungry interpreter for its scripting language.
Embedding that will be possible.
Matlab *can* (in many cases) generate C/C++ code, but that will also
only work with a ful
Hi
Anyone with input as to the feasibility of maintaining either gnu-radio
or math-lab design and have something embeddable without pulling the
whole environment into the target? Generating c or c++ to be compiled
for the target with or without a real-time os.
What I foresee as a problem is