Hello, The gtkglarea-sharp build process expects a Tao.OpenGl.pc file, but such a file doesn't exist anywhere AFAIK. The Tao Debian packages use tao-opengl.pc for consistency so I suggest using the same naming scheme (see also http://www.taoframework.com/node/432 for a discussion with the Tao maintainers about this).
Regards, -- Sam.
Index: configure.ac =================================================================== --- configure.ac (revision 88388) +++ configure.ac (working copy) @@ -46,7 +46,7 @@ TAO_OPENGL_REQUIRED_VERSION=2.1.0 PKG_CHECK_MODULES(TAO_OPENGL_DEPENDENCIES, - Tao.OpenGl >= $TAO_OPENGL_REQUIRED_VERSION, + tao-opengl >= $TAO_OPENGL_REQUIRED_VERSION, has_tao_opengl=yes, has_tao_opengl=no ) Index: examples/Include.am =================================================================== --- examples/Include.am (revision 88388) +++ examples/Include.am (working copy) @@ -15,7 +15,7 @@ -lib:@top_builddir@/gtkglarea \ $(addprefix -resource:, $(RESOURCE_FILES)) \ -pkg:gtk-sharp-2.0 \ - -pkg:Tao.OpenGl \ + -pkg:tao-opengl \ -nowarn:0169 \ -r:gtkglarea-sharp.dll Index: examples/lwo/Makefile.am =================================================================== --- examples/lwo/Makefile.am (revision 88388) +++ examples/lwo/Makefile.am (working copy) @@ -22,7 +22,7 @@ -r:gtkglarea-sharp.dll \ -r:gtkglarea-sharp-util.dll \ -r:GladeExample.dll \ - -pkg:Tao.OpenGl \ + -pkg:tao-opengl \ -pkg:gtk-sharp-2.0 \ -pkg:glade-sharp-2.0 \ -out:LWObjectExample.exe \ Index: examples/glade/Makefile.am =================================================================== --- examples/glade/Makefile.am (revision 88388) +++ examples/glade/Makefile.am (working copy) @@ -11,7 +11,7 @@ -r:gtkglarea-sharp.dll \ -lib:@top_builddir@/examples/util \ -r:gtkglarea-sharp-util.dll \ - -pkg:Tao.OpenGl \ + -pkg:tao-opengl \ -pkg:gtk-sharp-2.0 \ -pkg:glade-sharp-2.0 \ -nowarn:0169 \
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
