-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation errors #1
Comments
The error (And there was a proposed fix to the above here: mono/dbus-sharp#30 So maybe we can reuse the apporach?) |
Are you on gtk# master? This is probably a code generator bug with mono versions >= 3.2.3, I'll look into it and propose a PR to gtk-sharp. |
I got gtk-sharp3 from https://launchpad.net/%7Emeebey/+archive/mono-preview |
I am also getting these problems. Any ideas as to a solution?
|
I am running mono 3.2.8 and don't have these problems, although I am running gtk# master. I'd suggest trying gtk# master. |
@ashleyblackmore those are not the same errors as the ones that the OP posted. (Don't look at the warnings, you only have 2 errors, and they are these:
@xDarkice if soup-sharp is only compatible with certain version of gtk-sharp, you should change this file to reflect it: https://github.com/xDarkice/gstreamer-sharp/blob/master/configure.ac#L76 (in a similar way we depend on gtk# 2.99.2 in gstreamer-sharp). I think @ashleyblackmore's errors are related to this: mono/gtk-sharp@b15f2ee . |
TL;DR: I get the same errors as @ashleyblackmore , plus one more, w/ mono 3.2.8 and gtk-sharp master...
The Ubuntu repos are quite behind on the Mono versions. Based on what @xDarkice suggested, I...
|
Did you install gtk-sharp to /usr or /usr/local? |
Both, mono 3.2.8 and gtk-sharp master, are installed in /usr/local. I also --aslamK PGP key http://is.gd/aslampgpmit (id: FECF84FB) fingerprint: 736C D83E On Sun, Feb 23, 2014 at 8:32 PM, Stephan Sundermann <
|
Can you try installing to /usr? I remember I once had similar issues when installing to /usr/local |
Do you mean install Mono 3.2.8 and Gtk# in /usr, then try installing soup-sharp in /usr? That's what the Gtk# install instructions recommend:
Currently, /usr/bin/mono is v. 2.10.8.1 and the mono-runtime pkg has a long list of rdepends. Is there a recommended way to upgrade Mono (in /usr) on such a system? (Mine is Linux Mint 16, i.e., Ubuntu 13.10.) |
Just gtk# will be fine. 2014-02-25 1:06 GMT+01:00 aslam karachiwala [email protected]:
|
No joy :( ... Same errors after...
|
even with the latest git versions I have the compilation errors. It seems my compilation failed only on the documentations. |
The text was updated successfully, but these errors were encountered: