Graph widgets

View: New views
14 Messages — Rating Filter:   Alert me  

Graph widgets

by Panoramix :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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

Re: Graph widgets

by Cesar Octavio Lopez Nataren :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Graph widgets

by Petit Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...>:

> 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@...
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Graph widgets

by Panoramix :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello cesar .

When the script arrives at the end (./configure) :

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MONO... no
checking for csc.exe... no
configure: error : You need to install either Mono or .Net

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 .

Thanks .


Cesar Octavio Lopez Nataren wrote:
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

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

Re: Graph widgets

by Petit Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/6/5 Panoramix <aria.francesco@...>:

>
> Hello cesar .
>
> When the script arrives at the end (./configure) :
>
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for MONO... no
> checking for csc.exe... no
> configure: error : You need to install either Mono or .Net
>
> 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 .
By the way, if yu are sur to have mono, you have a environment problem
(%PATH , pkgconfig ...)
Please, provide the output of "which mono" , also your ~/.bashrc and
optionaly the one from /etc/

>
> Thanks .
>
>
>
> Cesar Octavio Lopez Nataren wrote:
>>
>> 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@...
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>>
>
>
> -----
> :working:
> -----------------------------------------------------------------------------
> http://freeflow.awardspace.com http://freeflow.awardspace.com
> -----------------------------------------------------------------------------
>
> --
> View this message in context: http://www.nabble.com/Graph-widgets-tp17646571p17663392.html
> Sent from the Mono - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@...
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Graph widgets

by Panoramix :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
-----------------------------------------------------------------------------

Re: Graph widgets

by Petit Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/6/5 Panoramix <aria.francesco@...>:

>
> 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
As you want, but i already sayed, with SVN and tarball version, i have
no problem to install it, but perhap's the error message is incorect,
and should be "yu need mono >= 1.9" then yu have 1.2.6 (too low).
Have a look on gtkgraph to see wath version needed and/or ask question
directly to us, because, it is not seem a mono problem, but more a
gtkgraph (openvista) problem , No ?

>
> 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@...>:
>>> 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@...
>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list@...
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>>
>
>
> -----
> :working:
> -----------------------------------------------------------------------------
> http://freeflow.awardspace.com http://freeflow.awardspace.com
> -----------------------------------------------------------------------------
>
> --
> View this message in context: http://www.nabble.com/Graph-widgets-tp17646571p17663505.html
> Sent from the Mono - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@...
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Graph widgets

by Grzegorz Sobanski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* Panoramix <aria.francesco@...> [2008-06-05 08:56]:

>
> Hello cesar .
>
> When the script arrives at the end (./configure) :
>
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for MONO... no
> checking for csc.exe... no
> configure: error : You need to install either Mono or .Net

You probably have only runtime packages installed.

Try installing: mono-2.0-devel (and mono-1.0-devel to be sure).

Hope this helps

silk
_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Graph widgets

by Petit Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/6/5 Grzegorz Sobanski <silk@...>:

> * Panoramix <aria.francesco@...> [2008-06-05 08:56]:
>>
>> Hello cesar .
>>
>> When the script arrives at the end (./configure) :
>>
>> checking for pkg-config... /usr/bin/pkg-config
>> checking pkg-config is at least version 0.9.0... yes
>> checking for MONO... no
>> checking for csc.exe... no
>> configure: error : You need to install either Mono or .Net
>
> You probably have only runtime packages installed.
>
> Try installing: mono-2.0-devel (and mono-1.0-devel to be sure).
You have MonoDevelop installed, so you should be abble to use gmcs
-pkg:gtk-sharp ./*cs
>
> Hope this helps
>
> silk
> _______________________________________________
> Mono-list maillist  -  Mono-list@...
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Graph widgets

by Petit Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You try to compile the Assembly dll to use it in a project, by using
existing sample code, find attached the compiled dll of graph, panel
and so on.
2008/6/5 Petit Eric <surfzoid@...>:

> 2008/6/5 Grzegorz Sobanski <silk@...>:
>> * Panoramix <aria.francesco@...> [2008-06-05 08:56]:
>>>
>>> Hello cesar .
>>>
>>> When the script arrives at the end (./configure) :
>>>
>>> checking for pkg-config... /usr/bin/pkg-config
>>> checking pkg-config is at least version 0.9.0... yes
>>> checking for MONO... no
>>> checking for csc.exe... no
>>> configure: error : You need to install either Mono or .Net
>>
>> You probably have only runtime packages installed.
>>
>> Try installing: mono-2.0-devel (and mono-1.0-devel to be sure).
> You have MonoDevelop installed, so you should be abble to use gmcs
> -pkg:gtk-sharp ./*cs
>>
>> Hope this helps
>>
>> silk
>> _______________________________________________
>> Mono-list maillist  -  Mono-list@...
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>


_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Medsphere.Widgets.zip (66K) Download Attachment

Parent Message unknown Re: Graph widgets

by Petit Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well Panoramix , is it good with this dll ?

2008/6/5 Petit Eric <surfzoid@...>:

> You try to compile the Assembly dll to use it in a project, by using
> existing sample code, find attached the compiled dll of graph, panel
> and so on.
>
> 2008/6/5 Panoramix <aria.francesco@...>:
>>
>> 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@...>:
>>>> 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@...
>>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>>
>>> _______________________________________________
>>> Mono-list maillist  -  Mono-list@...
>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>
>>>
>>
>>
>> -----
>> :working:
>> -----------------------------------------------------------------------------
>> http://freeflow.awardspace.com http://freeflow.awardspace.com
>> -----------------------------------------------------------------------------
>>
>> --
>> View this message in context: http://www.nabble.com/Graph-widgets-tp17646571p17663505.html
>> Sent from the Mono - General mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list@...
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>
_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Graph widgets

by Panoramix :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the DLL Eric , I try immediately to compile one of the examples .




Petit Eric wrote:
You try to compile the Assembly dll to use it in a project, by using
existing sample code, find attached the compiled dll of graph, panel
and so on.
2008/6/5 Petit Eric <surfzoid@gmail.com>:
> 2008/6/5 Grzegorz Sobanski <silk@boktor.net>:
>> * Panoramix <aria.francesco@gmail.com> [2008-06-05 08:56]:
>>>
>>> Hello cesar .
>>>
>>> When the script arrives at the end (./configure) :
>>>
>>> checking for pkg-config... /usr/bin/pkg-config
>>> checking pkg-config is at least version 0.9.0... yes
>>> checking for MONO... no
>>> checking for csc.exe... no
>>> configure: error : You need to install either Mono or .Net
>>
>> You probably have only runtime packages installed.
>>
>> Try installing: mono-2.0-devel (and mono-1.0-devel to be sure).
> You have MonoDevelop installed, so you should be abble to use gmcs
> -pkg:gtk-sharp ./*cs
>>
>> Hope this helps
>>
>> silk
>> _______________________________________________
>> 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
-----------------------------------------------------------------------------

Re: Graph widgets

by Panoramix :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Eric .

I can compile the example and works so good except CPanned, but is not a problem because at the moment I need only the Chart component

Components at work .
Schermata.png

Thanks Eric
Panoramix wrote:
Thanks for the DLL Eric , I try immediately to compile one of the examples .
Petit Eric wrote:
You try to compile the Assembly dll to use it in a project, by using existing sample code, find attached the compiled dll of graph, panel and so on. 2008/6/5 Petit Eric : > 2008/6/5 Grzegorz Sobanski : >> * Panoramix [2008-06-05 08:56]: >>> >>> Hello cesar . >>> >>> When the script arrives at the end (./configure) : >>> >>> checking for pkg-config... /usr/bin/pkg-config >>> checking pkg-config is at least version 0.9.0... yes >>> checking for MONO... no >>> checking for csc.exe... no >>> configure: error : You need to install either Mono or .Net >> >> You probably have only runtime packages installed. >> >> Try installing: mono-2.0-devel (and mono-1.0-devel to be sure). > You have MonoDevelop installed, so you should be abble to use gmcs > -pkg:gtk-sharp ./*cs >> >> Hope this helps >> >> silk >> _______________________________________________ >> 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
-----------------------------------------------------------------------------

Re: Graph widgets [SOLVED]

by Panoramix :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Solved by Brad Taylor
I have installed libmono-dev and now work all .

Below there is the link of the post that had solved my problems
http://www.nabble.com/Re%3A-MedSphere-GTK--Graph-widgets-to17696987.html

Thanks to all


Hi Eric .</br></br>
I can compile the example and works so good
except CPanned, but is not a problem because at the moment I need only the Chart component </br></br>
Components at work .</br>
Schermata.png</br></br>

Thanks Eric</br>

Panoramix wrote:
Thanks for the DLL Eric , I try immediately to compile one of the examples .




Petit Eric wrote:
You try to compile the Assembly dll to use it in a project, by using
existing sample code, find attached the compiled dll of graph, panel
and so on.
2008/6/5 Petit Eric <surfzoid@gmail.com>:
> 2008/6/5 Grzegorz Sobanski <silk@boktor.net>:
>> * Panoramix <aria.francesco@gmail.com> [2008-06-05 08:56]:
>>>
>>> Hello cesar .
>>>
>>> When the script arrives at the end (./configure) :
>>>
>>> checking for pkg-config... /usr/bin/pkg-config
>>> checking pkg-config is at least version 0.9.0... yes
>>> checking for MONO... no
>>> checking for csc.exe... no
>>> configure: error : You need to install either Mono or .Net
>>
>> You probably have only runtime packages installed.
>>
>> Try installing: mono-2.0-devel (and mono-1.0-devel to be sure).
> You have MonoDevelop installed, so you should be abble to use gmcs
> -pkg:gtk-sharp ./*cs
>>
>> Hope this helps
>>
>> silk
>> _______________________________________________
>> 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
-----------------------------------------------------------------------------