On 05/01/2010 05:26 PM, Paul Chany wrote:
Hi Justin,
<snip>
/usr/include/glib-2.0/gio/gio.h

Yeah, that looks correct.

Ok, let's try something slightly different. In the unpacked Salasaga kernel source, there is a file:

  ide/functions/menu/menu_edit_preferences.c

Near the top of that file it has these lines:

*******************************************

// GTK includes
#include <gtk/gtk.h>

*******************************************

Change that to be:

*******************************************

// GTK includes
#include <gtk/gtk.h>
#include <gio/gio.h>

*******************************************

Then try the make and make install again.

In theory, that should force the GVfs code to be recognised, which I'm thinking (hoping) is the problem here.

If that doesn't work, which version of gvfs do you have installed?

Regards and best wishes,

Justin Clift


/usr/include/qt3/qjpegio.h
/usr/include/qt3/qmngio.h
/usr/include/qt3/qpngio.h

But I have installed gvfs too.
:userspace virtual filesystem - server
  gvfs is a userspace virtual filesystem where mount runs as a separate
  processes which you talk to via dbus. It also contains a gio
  module that seamlessly adds gvfs support to all applications using
  the gio API. It also supports exposing the gvfs mounts to non-gio
  applications using fuse.

  This package contains the gvfs server.

So what can I do to solve my problem?

--
Regards, Paul Chany
You can freely correct me in my English.
http://csanyi-pal.info


--
Salasaga  -  Open Source eLearning IDE
              http://www.salasaga.org

_______________________________________________
osflash mailing list
osflash@osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to