Hi!

I'm new to this mailing list and the Novell world so please forgive me
if this isn't the correct procedures.

I think that I've found a bug in
"iFolder/src/LinuxClient/application/iFolderApplication.cs".

When I tried to compile the latest iFolder from
"https://forgesvn1.novell.com/svn/ifolder/trunk/ifolder ifolder" I got
this error:

"./iFolderApplication.cs(1725,25): error CS0104: `Process' is an
ambiguous reference between `System.Diagnostics.Process' and
`GLib.Process'"

I then changed the line from:

Process[] processes =
System.Diagnostics.Process.GetProcessesByName("iFolderClient");

TO:

System.Diagnostics.Process[] processes =
 System.Diagnostics.Process.GetProcessesByName("iFolderClient");

Then I could compile just fine. I probably have a newer version of GLib
that also includes a Process class?

GLib versions that I have installed on Ubuntu 8.04:
libglib1.2ldbl 1.2.10-19build
libglib2.0-dev 2.16.3-1ubuntu
libglib2.0-cil 2.12.0-2ubuntu
libglibmm-2.4- 2.16.0-1

Maybe this will help someone else.

Regards,
Lani

_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to