[MonoDevelop] build fail

Timotheus Pokorra timotheus.pokorra at solidcharity.com
Tue Feb 25 20:35:03 UTC 2014


Hello,
what is the output of your ./configure?
see the log output of my build:
https://build.opensuse.org/build/home:tpokorra:mono/CentOS_CentOS-6/x86_64/monodevelop/_log
especially the lines:

[  117s] checking for GLIB_SHARP... yes
[  117s] checking for GTK_SHARP... yes
[  117s] checking for GLADE_SHARP... yes
[  117s] checking for MONODOC... yes
[  117s] checking for GNOME_SHARP... yes
[  117s] checking for GNOME_VFS_SHARP... yes
[  117s] checking for GCONF_SHARP... yes

I guess you need gtk-sharp2 and gnome-sharp2 installed in the same
parallel environment, and you need to set the correct variables
similar to this:
export PATH=/opt/mono/bin:$PATH
export LD_LIBRARY_PATH=/opt/mono/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig:$PKG_CONFIG_PATH

hope this helps,
  Timotheus

On 25 February 2014 18:59, Bric <bric at flight.us> wrote:
> On 02/22/2014 05:54 PM, Bric wrote:
>>
>> On 02/22/2014 01:01 PM, "Andrés G. Aragoneses" wrote:
>>>
>>> On 22/02/14 11:18, Bric wrote:
>>>>
>>>> started compiling from latest git, got this error:
>>>>
>>>>       http://www.flight.us/misc/monodevelop_build_fail1.txt
>>>>
>>>> thanks.
>>>>
>>> >From reading this in your log:
>>>
>>> /data/installers/git/monodevelop/main/Main.sln (default targets) ->
>>> (Build target) ->
>>>
>>> /data/installers/git/monodevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj
>>> (default targets) ->
>>> /usr/local/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
>>>
>>>     ClassDescriptor.cs(186,23): error CS0012: The type `GLib.IIcon' is
>>> defined in an assembly that is not referenced. Consider adding a
>>> reference to assembly `gio-sharp, Version=3.0.0.0, Culture=neutral,
>>> PublicKeyToken=35e10195dab3c99f'
>>>
>>> It appears that you tried to install gtk-sharp from the master branch
>>> (or gtk-sharp 3.0)? MonoDevelop uses gtk-sharp 2.x, not 3.x.
>>
>>
>> Thanks. OK, I did "make uninstall" in the gtk-sharp source tree. I don't
>> see the offending version in this my new build error:
>>
>>                 http://www.flight.us/misc/build_error2.txt
>>
>> a bunch of "could not find file" messages... I have libpango dev, libatk
>> dev , etc installed. May have missed a few, but the error mentions pango and
>> atk.  What gives?
>>
>> still mentions glib-sharp, and I don't know where to find that.
>>
>> thanks
>>
>
> just a <bump>
>
> I have been updating the git source and re-trying the past few days.  Same
> EXACT error messages, since after removing gtk-sharp3 ...
>
> $ diff build_error2.txt  build_error5.txt
> 15c15
> < Build started 2/22/2014 5:34:25 PM.
> ---
>> Build started 2/25/2014 12:46:57 PM.
> 1803c1803
> < Time Elapsed 00:00:08.7218890
> ---
>> Time Elapsed 00:00:19.8191080
>
>
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list


More information about the Monodevelop-list mailing list