Re: [Vala] gstreamer-controller bindings
- From: Harry Van Haaren <harryhaaren gmail com>
- To: Rafael Monica <monraaf gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] gstreamer-controller bindings
- Date: Mon, 19 Jul 2010 19:42:34 +0800
Hey Rafael,
What I've done when things don't seem to work, is figure out what the exact
command is to
compile the C file, and then edit the C file & compile it. (Without valac,
because as you said,
that would overwrite the C file.)
How you can do this is pass valac the --save-temps switch, and it will
keep the .C .H etc files.
then just run "gcc <files/switches> `pkg-config --cflags --libs <package
name>` <files etc>"
Good luck, -Harry
On Mon, Jul 19, 2010 at 2:58 AM, Rafael Monica <monraaf gmail com> wrote:
Hello,
I'm trying to use the gstreamer-controller bindings but they don't seem to
map correctly to the underlying C api. Now the vapi file says it's
generated
by vapigen , do not modify. So how to get this fixed without the fixes
being
overwritten by vapigen in the future?
_______________________________________________
vala-list mailing list
vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]