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 <[email protected]> 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 > [email protected] > http://mail.gnome.org/mailman/listinfo/vala-list >
_______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
