michi@michi-laptop:~/src/nbind/nhildon$ make clean
rm -rf bin/* src/* api/* lib/*
mkdir -p bin src api lib lib/pkgconfig
michi@michi-laptop:~/src/nbind/nhildon$ make
cp -f hildon/api-raw.xml api/hildon-api.xml
gapi2-fixup --api=api/hildon-api.xml --metadata=hildon/metadata.xml
echo "using System.Reflection;" > src/AssemblyInfo.cs
echo "using System.Runtime.CompilerServices;" >> src/AssemblyInfo.cs
#echo "[assembly:AssemblyVersion(\"\")]" >> src/AssemblyInfo.cs
echo >> src/AssemblyInfo.cs
echo "internal class Native" >> src/AssemblyInfo.cs
echo "{" >> src/AssemblyInfo.cs
echo " internal const string none=\"\";" >> src/AssemblyInfo.cs
echo "}" >> src/AssemblyInfo.cs
echo >> src/AssemblyInfo.cs
echo "internal class Glue" >> src/AssemblyInfo.cs
echo "{" >> src/AssemblyInfo.cs
#echo " internal const string gtk = \"ngtkglue\";" >> src/AssemblyInfo.cs
echo " internal const string glib=\"nglibglue\";" >> src/AssemblyInfo.cs
echo "}" >> src/AssemblyInfo.cs
rm -rf src/hildon-src
mkdir src/hildon-src
gapi2-codegen --generate api/hildon-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml --outdir=./src/hildon-src --customdir=hildon --assembly-name=nhildon --gluelib-name=nhildonglue --glue-filename=./src/hildon-src/generated.c --glue-includes=
Ellipsis parameter in hildon_banner_show_informationf in method ShowInformationf in type Hildon.Banner
Nameless signal in type Hildon.FindToolbar
Property has unknown Type HildonNoteGetType() in type Hildon.Note
Ellipsis parameter in hildon_note_new_confirmation_add_buttons in type Hildon.Note
Name: day Type: GDateWeekday in hildon_weekday_picker_set_day in method SetDay in type Hildon.WeekdayPicker
Name: day Type: GDateWeekday in hildon_weekday_picker_unset_day in method UnsetDay in type Hildon.WeekdayPicker
Name: day Type: GDateWeekday in hildon_weekday_picker_toggle_day in method ToggleDay in type Hildon.WeekdayPicker
Name: day Type: GDateWeekday in hildon_weekday_picker_isset_day in method IssetDay in type Hildon.WeekdayPicker
Name: rcflags Type: GtkRcFlags in hildon_helper_set_logical_color in method SetLogicalColor in type Hildon.Helper
Generation Summary:
Enums: 8 Structs: 0 Boxed: 0 Opaques: 0 Interfaces: 0 Objects: 29 Callbacks: 0
Properties: 93 Signals: 10 Methods: 61 Constructors: 36 Throttled: 9
Total Nodes: 246
touch src/hildon
mcs /nowarn:0612 /unsafe /keyfile:../ngtk.snk -out:bin/nhildon.dll -target:library -pkg:gtk-sharp-2.0 src/AssemblyInfo.cs hildon/*.cs ./src/hildon-src/*.cs
./src/hildon-src/Banner.cs(28,21): warning CS0108: `Hildon.Banner.ParentWindow' hides inherited member `Gtk.Widget.ParentWindow'. Use the new keyword if hiding was intended
/usr/lib/mono/gac/gtk-sharp/2.10.0.0__35e10195dab3c99f/gtk-sharp.dll: `Gtk.Widget.ParentWindow', name of symbol related to previous warning
./src/hildon-src/Caption.cs(202,36): warning CS0108: `Hildon.Caption.Activate' hides inherited member `Gtk.Widget.Activate()'. Use the new keyword if hiding was intended
/usr/lib/mono/gac/gtk-sharp/2.10.0.0__35e10195dab3c99f/gtk-sharp.dll: `Gtk.Widget.Activate()', name of symbol related to previous warning
./src/hildon-src/Caption.cs(202,36): error CS0072: Event `Hildon.Caption.Activate' can override only event
/usr/lib/mono/gac/gtk-sharp/2.10.0.0__35e10195dab3c99f/gtk-sharp.dll: `Gtk.Widget.Activate()', name of symbol related to previous error
./src/hildon-src/Controlbar.cs(59,14): warning CS0108: `Hildon.Controlbar.Value' hides inherited member `Gtk.Range.Value'. Use the new keyword if hiding was intended
/usr/lib/mono/gac/gtk-sharp/2.10.0.0__35e10195dab3c99f/gtk-sharp.dll: `Gtk.Range.Value', name of symbol related to previous warning
Compilation failed: 1 error(s), 3 warnings
make: *** [bin/nhildon.dll] Fehler 1
rm src/hildon