Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Compilation error, conflicting libgees #403

Open
voodoos opened this issue Feb 3, 2015 · 2 comments
Open

Compilation error, conflicting libgees #403

voodoos opened this issue Feb 3, 2015 · 2 comments

Comments

@voodoos
Copy link

voodoos commented Feb 3, 2015

When trying to compile from sources, I get this error:

Compilation failed: 36 error(s), 0 warning(s)
CMakeFiles/finalterm.dir/build.make:115: recipe for target 'vala.stamp' failed
make[2]: *** [vala.stamp] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/finalterm.dir/all' failed
make[1]: *** [CMakeFiles/finalterm.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2

I am using Vala 0.26.1 from Debian Testing.

Any clues ?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@p-e-w p-e-w changed the title Compilation error with Compilation error with Feb 3, 2015
@voodoos voodoos changed the title Compilation error with Compilation error with Vala 0.26.1 Feb 3, 2015
@voodoos
Copy link
Author

voodoos commented Feb 4, 2015

The first error is:

gee-1.0.vapi:7.3-7.53: error: Gee.Functions' already contains a definition forget_compare_func_for'
public static GLib.CompareFunc get_compare_func_for (GLib.Type t);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gee-0.8.vapi:7.3-7.57: note: previous definition of `get_compare_func_for' was here
public static GLib.CompareDataFunc get_compare_func_for (GLib.Type t);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

It is followed by many others which are very similar to it.

It is probably a conflict between libgee-0.8 and libgee2. But I can't remove libgee2 because it is used to build libunity...

@voodoos voodoos changed the title Compilation error with Vala 0.26.1 Compilation error, conflicting libgees Feb 4, 2015
@p-e-w
Copy link
Owner

p-e-w commented Mar 2, 2015

BTW, the weird edit note above is actually caused by BountySource... 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants