Hello!

i compiled nautilus-ifolder3 in debian squeeze, after i patched it to
compile (diff attached).

When i call nautilus i get the following error:

g...@piqueno:~/devel/ifolder-tmp/nautilus-ifolder3$ nautilus
Initializing nautilus-ifolder extension
Initializing nautilus-gdu extension
nautilus: symbol lookup
error: /usr/lib/nautilus/extensions-2.0/libnautilus-ifolder.so:
undefined symbol: soap_call___ns1__GetAlliFolders

can anyone help me to see what is missing?
all ifolder libraries seem to be installed.

if i run killall nautilus, nautilus opens new windows in a loop.

Luis Matos

--- nautilus-ifolder3/src/nautilus-ifolder.c	2010-07-15 13:25:23.000000000 +0100
+++ nautilus-ifolder3_deb/src/nautilus-ifolder.c	2010-10-10 11:32:24.000000000 +0100
@@ -1233,13 +1233,13 @@
 					 * iFolders that are not local iFolders will not have an
 					 * UnManagedPath.
 					 */
-					if (array_of_ifolders->iFolderWeb [i]->UnManagedPath) {
+					if (array_of_ifolders->iFolderWeb [i].UnManagedPath) {
 						holder =
 							ifolder_holder_new (
-								array_of_ifolders->iFolderWeb [i]->ID,
-								array_of_ifolders->iFolderWeb [i]->DomainID,
-								array_of_ifolders->iFolderWeb [i]->UnManagedPath,
-								array_of_ifolders->iFolderWeb [i]->Name);
+								array_of_ifolders->iFolderWeb [i].ID,
+								array_of_ifolders->iFolderWeb [i].DomainID,
+								array_of_ifolders->iFolderWeb [i].UnManagedPath,
+								array_of_ifolders->iFolderWeb [i].Name);
 						if (holder != NULL) {
 							g_hash_table_insert (ifolders_ht, holder->unmanaged_path, holder);
 							DEBUG_IFOLDER (("refresh_ifolders_ht: added new iFolder=%s", holder->name));
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
ifolder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ifolder-devel

Reply via email to