I've installed the clutter-sharp bindings and clutter from svn... I had to modify the bindings .ac file to be able to work with svn but it all worked just fine, but when I try to run one of the examples I get:
[mono] ~/code/oss/clutter-sharp/clutter/examples @ mono test-actors.exe Unhandled Exception: System.DllNotFoundException: libclutter--.so at (wrapper managed-to-native) Clutter.ClutterRun:clutter_init (int,intptr) at Clutter.ClutterRun.Init () [0x00000] at SuperOH.Main () [0x00000] but I can compile it just fine: [mono] ~/code/oss/clutter-sharp/clutter/examples @ gmcs test-actors.cs -pkg:gtk-sharp-2.0 -pkg:clutter-sharp I can't figure out whats telling it to find libclutter--.so, that file doesn't exist any where on my system, I do have these though: /home/sontek/bin/lib/libclutter-glx-0.7.la /home/sontek/bin/lib/libclutter-glx-0.7.so /home/sontek/bin/lib/libclutter-glx-0.7.so.0 /home/sontek/bin/lib/libclutter-glx-0.7.so.0.707.0 here is my pkg-config info: [mono] ~/code/oss/clutter-sharp/clutter/examples @ pkg-config --list-all |grep clutter clutter-0.7 Clutter - Clutter Core Library (glx backend) clutter-sharp clutter-sharp - clutter-sharp - clutter C clutter-glx-0.7 Clutter - Clutter Core Library (glx backend) clutter-x11-0.7 Clutter - Clutter Core Library (glx backend) -- To unsubscribe send a mail to [EMAIL PROTECTED]
