« Return to Thread: Graph widgets

Re: Graph widgets

by Panoramix :: Rate this Message:

Reply to Author | View in Thread

Hello Eric .

The reusult of my # mono --version :
Mono JIT compiler version 1.2.6 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  x86
        Disabled:      none
I'm working on a UBUNTU 8.04 and Mono and Monodevelop 1.0 are installed from official
UBUNTU repos .

When from a shell I launch Mono I need to type only "mono" so I think that the
environment variables are correct .

If from a shell I type " whereis mono" I receive this :

mono: /usr/bin/mono /etc/mono /usr/lib/mono /usr/share/mono /usr/share/man/man1/mono.1.gz

Petit Eric wrote:
Simply report here the output of
which mono
also
mono -V
If your are using the generic linux installer to have a last version
of mono than the one with your distro and say do not modify your
environment path during installation, i gess when yu use mono it is
something like :
/opt/mono.x.x/bin/mono prog.exe
I just compil it today under mdv 2008.1 without any problem.
Someone know if there a way to use or have similar assembly of OWC
(office web component) from Windows.

2008/6/4 Cesar Octavio Lopez Nataren <cesar.nataren@gmail.com>:
> Can you provide the exact error message that you get during
> configuration time, please?
>
> césar
>
> Panoramix wrote:
>> Hello to all
>>
>> At last I found the component to make 2D lines graph in GTK# but I can not
>> compile it.
>> I downloaded the sources from
>> www.medsphere.org/projects/widgets
>>
>> I unpacked the file but when launching the configure script I receive a
>> message saying that I did not MONO.
>> The problem is that I have Mono and Mono develop installed .
>> I'm using a UBUBTU 8.04
>> How to solve?
>>
>> Thanks to all.
>>
>> PS
>> Medsphere.Widgets currently includes 4 widgets:
>>
>> CPaned:     A helper class for dealing with Gtk.VPaneds with a Gtk.Expander
>> child
>> FBox:         A "flowed" container for wrapping widgets
>> GridView:    An Excel-like grid
>> Graph:        A Cairo-based 2D graph
>> IconLayout: A Cairo-based icon view
>>
>>
>> -----
>> :working:
>> -----------------------------------------------------------------------------
>> http://freeflow.awardspace.com http://freeflow.awardspace.com
>> -----------------------------------------------------------------------------
>>
>>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

-----------------------------------------------------------------------------
http://freeflow.awardspace.com
-----------------------------------------------------------------------------

 « Return to Thread: Graph widgets