Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] CBI Kepler compile issue with GNOME.g_object_unref(int) is undefined

Hi Everyone,

I started some initial work on rebasing CBI for Kepler and run into a compile error below regarding GNOME.g_object_unref. Does anyone know where this should come from?

Thanks,


Thanh


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0-SNAPSHOT:compile (default-compile) on project org.eclipse.swt.motif.aix.ppc: Compilation failure: Compilation failure: [ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[110,0]
[ERROR] if (iconThemeValue != 0) GNOME.g_object_unref(iconThemeValue);
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method g_object_unref(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[388,0]
[ERROR] int /*long*/ list = GNOME.g_list_append(0, uri);
[ERROR] ^^^^^^^^^^^^^
[ERROR] The method g_list_append(int, int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[391,0]
[ERROR] GNOME.g_free(uri);
[ERROR] ^^^^^^
[ERROR] The method g_free(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[392,0]
[ERROR] GNOME.g_list_free(list);
[ERROR] ^^^^^^^^^^^
[ERROR] The method g_list_free(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[403,0]
[ERROR] GNOME.g_free(uri);
[ERROR] ^^^^^^
[ERROR] The method g_free(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[422,0]
[ERROR] GNOME.g_free(uri);
[ERROR] ^^^^^^
[ERROR] The method g_free(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[502,0]
[ERROR] extensionElement = GNOME.g_list_next(extensionElement);
[ERROR] ^^^^^^^^^^^
[ERROR] The method g_list_next(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[507,0]
[ERROR] mimeElement = GNOME.g_list_next(mimeElement);
[ERROR] ^^^^^^^^^^^
[ERROR] The method g_list_next(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[561,0]
[ERROR] GNOME.g_free(path);
[ERROR] ^^^^^^
[ERROR] The method g_free(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[563,0]
[ERROR] if (icon_name != 0) GNOME.g_free(icon_name);
[ERROR] ^^^^^^
[ERROR] The method g_free(int) is undefined for the type GNOME
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.motif.aix.ppc/src/org/eclipse/swt/program/Program.java:[585,0]
[ERROR] GNOME.g_free(uri);
[ERROR] ^^^^^^
[ERROR] The method g_free(int) is undefined for the type GNOME
[ERROR] 11 problems (11 errors)
[ERROR] -> [Help 1]



Back to the top