Re: [Mono-list] Gtksourceview-sharp for Windows?

2011-01-25 Thread Doug Blank
FYI, I gave up on GtkSourceView under Windows and switched to
Mono.TextEditor from MonoDevelop. It is working great on Windows, Mac,
and Linux.

In case anyone is interested, this is now part of the Pyjama Project.
Pyjama is an IDE and shell designed for multiple languages (Python,
Ruby, Scheme, etc). It runs under Mono, with GUI provided by Gtk#.

For more information, please see:

http://pyjamaproject.org/

-Doug

On Fri, Jan 14, 2011 at 11:20 AM, Doug Blank doug.bl...@gmail.com wrote:
 Still looking for any info on gtksourceview-sharp on Windows. I notice:

 http://www.mono-project.com/GtkSharpDetails#GtkSourceView_Sharp

 says *Not not available on the Windows GTK# package (which I presume
 the double negative means really not, rather than logical positive).
 Anyone know why? Is it possible to make work with gtk-sharp? What's
 the issue?

 I see that gedit has a version for windows; can that be intermixed
 with gtk-sharp?

 If anyone knows any details about this package, or knows someone I can
 write to, please let me know.

 Thanks!

 -Doug

 On Mon, Jan 10, 2011 at 10:47 AM, Doug Blank doug.bl...@gmail.com wrote:
 Hello mono-list,

 It would be great if gtksourceview-sharp could come with the Mono for
 Windows install.

 Otherwise, it would be great if I could build it. I am running Mono
 2.8.1 on Windows 7, and looking to use with
 IronPython. This works fine on Linux:

 % mono ipy.exe
 import clr
 clr.AddReference(gtksourceview2-sharp)
 import GtkSourceView

 How can I get this to work on Windows? I guess I need gtksourceview,
 gtksourceview-sharp. Anything else? Do I need to build this using
 cygwin?

 I've asked on gedit-list and gtk-sharp-list, but haven't gotten any
 responses yet.

 Thanks for *any* pointers!

 -Doug


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


[Mono-list] Gtksourceview-sharp 2

2005-07-28 Thread Nicolas Cornu

I try to compil Gtksourview-sharp-2.0-0.10

[EMAIL PROTECTED] gtksourceview-sharp-2.0-0.10]# ./configure
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking for mono = 1.0... ./configure: line 1992:  2129 Segmentation 
fault  (core dumped) $PKG_CONFIG --exists mono = 1.0
checking for mint = 1.0... ./configure: line 2088:  2132 Segmentation 
fault  (core dumped) $PKG_CONFIG --exists mint = 1.0

checking for csc.exe... no
configure: error: You need to install either mono or .Net


Thanks in advance,

Cornu Nicolas
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Gtksourceview-sharp 2

2005-07-28 Thread Paul F. Johnson
Hi,

 I try to compil Gtksourview-sharp-2.0-0.10

 checking for pkg-config... /usr/bin/pkg-config
 checking for mono = 1.0... ./configure: line 1992:  2129 Segmentation 
 fault  (core dumped) $PKG_CONFIG --exists mono = 1.0
 checking for mint = 1.0... ./configure: line 2088:  2132 Segmentation 
 fault  (core dumped) $PKG_CONFIG --exists mint = 1.0
 checking for csc.exe... no
 configure: error: You need to install either mono or .Net

I take it that you have got mono installed and that it is in somewhere
sane (like /usr or /usr/local)?

TTFN

Paul
-- 
Some people will do anything for a woman in uniform - The Doctor -
Unregenerate (Big Finish audio)

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


Re: [Mono-list] Gtksourceview-sharp 2

2005-07-28 Thread Nicolas Cornu

Paul F. Johnson a écrit :


Hi,

 


I try to compil Gtksourview-sharp-2.0-0.10
   



 


checking for pkg-config... /usr/bin/pkg-config
checking for mono = 1.0... ./configure: line 1992:  2129 Segmentation 
fault  (core dumped) $PKG_CONFIG --exists mono = 1.0
checking for mint = 1.0... ./configure: line 2088:  2132 Segmentation 
fault  (core dumped) $PKG_CONFIG --exists mint = 1.0

checking for csc.exe... no
configure: error: You need to install either mono or .Net
   



I take it that you have got mono installed and that it is in somewhere
sane (like /usr or /usr/local)?

TTFN

Paul
 


Yes mono is installed in /usr/local/

mono.pc in /usr/lib/pkgconfig:

prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include


Name: Mono
Description: Mono Runtime
Version: 1.1.8.2
Requires: glib-2.0 gmodule-2.0 gthread-2.0
Libs: -L${libdir} -lmono -lpthread -lm
Cflags: -I${includedir} -D_REENTRANT

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


Re: [Mono-list] gtksourceview-sharp / gtksourceview conflict on Fedora Core 3

2005-04-07 Thread Danny Brugman
Hi Thomas,

I encountered the exact same problem. The conflicting file
is 'vbnet.lang', which contains the syntax highlighting
definitions for the VB.NET language. This is used by 'gedit',
for example.

This file can safely be overridden by the one provided by
the 'gtksourceview-sharp-0.5-1.novell.9.1' package. Just
use the '-f' option of rpm to force an install, and overwrite
the file. It worked for me.

Kind regards,

Danny Brugman


Thomas Pryds Lauritsen wrote:
 Hi
 
 I'm trying to install monodevelop and its dependencies as RPMs from
 http://www.go-mono.com/archive/1.0.6/fedora-3-i386/ on a fresh install
 of Fedora Core 3. It seems, however, that a file from the
 gtksourceview-sharp package conflicts with one from the already
 installed gtksourceview package, yet it still depends on the package
 being installed.
 
 Here's what I did:
 
 [EMAIL PROTECTED] packages]# rpm -ivh
 monodevelop-0.5.1-1.novell.9.1.i386.rpm
 gecko-sharp-0.6-1.novell.9.1.i386.rpm
 gtk-sharp-1.0.6-0.novell.9.1.i386.rpm
 monodoc-1.0.5-1.novell.9.1.i386.rpm mono-web-1.0.6-1.novell.9.1.i386.rpm
 gtksourceview-sharp-0.5-1.novell.9.1.i386.rpm
 mono-data-1.0.6-1.novell.9.1.i386.rpm
 Preparing...###
 [100%]
 file /usr/share/gtksourceview-1.0/language-specs/vbnet.lang from
 install of gtksourceview-sharp-0.5-1.novell.9.1 conflicts with file from
 package gtksourceview-1.1.0-4.fc3
 
 
 When I tried the same thing after uninstalling the gtksourceview package
 that came with FC3, I got this response:
 
 error: Failed dependencies:
 gtksourceview = 1.0 is needed by
 gtksourceview-sharp-0.5-1.novell.9.1.i386
 
 
 I am not sure what to do since the RPMs I get from go-mono.com are
 supposed to be compiled/packaged for my distribution. I could, of
 course, try building from the tarball myself but if I can I really
 prefer RPMs. Source-RPMs will do fine, too, but I can't seem to find
 them at go-mono.com, and I don't know if it would actually solve the
 problem.
 
 What would you suggest me to do?
 
 Thanks in advance,
 Thomas Pryds Lauritsen
 ___
 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


Re: [Mono-list] gtksourceview-sharp / gtksourceview conflict on Fedora Core 3

2005-04-07 Thread Thomas Pryds Lauritsen
Hi again
Danny Brugman wrote:
This file can safely be overridden by the one provided by
the 'gtksourceview-sharp-0.5-1.novell.9.1' package. Just
use the '-f' option of rpm to force an install, and overwrite
the file. It worked for me.
Thank you! Nice to know that the files can just be overwritten. Worked 
for me, too. Perhaps this is an issue to take into mind for the RPM 
packagers for the next release?

Thanks,
Thomas Pryds Lauritsen
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] gtksourceview-sharp / gtksourceview conflict on Fedora Core 3

2005-04-06 Thread Thomas Pryds Lauritsen
Hi
I'm trying to install monodevelop and its dependencies as RPMs from 
http://www.go-mono.com/archive/1.0.6/fedora-3-i386/ on a fresh install 
of Fedora Core 3. It seems, however, that a file from the 
gtksourceview-sharp package conflicts with one from the already 
installed gtksourceview package, yet it still depends on the package 
being installed.

Here's what I did:
[EMAIL PROTECTED] packages]# rpm -ivh 
monodevelop-0.5.1-1.novell.9.1.i386.rpm 
gecko-sharp-0.6-1.novell.9.1.i386.rpm 
gtk-sharp-1.0.6-0.novell.9.1.i386.rpm 
monodoc-1.0.5-1.novell.9.1.i386.rpm mono-web-1.0.6-1.novell.9.1.i386.rpm 
gtksourceview-sharp-0.5-1.novell.9.1.i386.rpm 
mono-data-1.0.6-1.novell.9.1.i386.rpm
Preparing...### 
[100%]
file /usr/share/gtksourceview-1.0/language-specs/vbnet.lang 
from install of gtksourceview-sharp-0.5-1.novell.9.1 conflicts with file 
from package gtksourceview-1.1.0-4.fc3

When I tried the same thing after uninstalling the gtksourceview package 
that came with FC3, I got this response:

error: Failed dependencies:
gtksourceview = 1.0 is needed by 
gtksourceview-sharp-0.5-1.novell.9.1.i386

I am not sure what to do since the RPMs I get from go-mono.com are 
supposed to be compiled/packaged for my distribution. I could, of 
course, try building from the tarball myself but if I can I really 
prefer RPMs. Source-RPMs will do fine, too, but I can't seem to find 
them at go-mono.com, and I don't know if it would actually solve the 
problem.

What would you suggest me to do?
Thanks in advance,
Thomas Pryds Lauritsen
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] gtksourceview-sharp / gtksourceview conflict on Fedora Core 3

2005-04-06 Thread Daniel Lopez
Hi

Until you get the RPM issues figured up, have you tried the Mono binary
installer ?

On Wed, Apr 06, 2005 at 08:15:24PM +0200, Thomas Pryds Lauritsen wrote:
 Hi
 
 I'm trying to install monodevelop and its dependencies as RPMs from 
 http://www.go-mono.com/archive/1.0.6/fedora-3-i386/ on a fresh install 
 of Fedora Core 3. It seems, however, that a file from the 
 gtksourceview-sharp package conflicts with one from the already 
 installed gtksourceview package, yet it still depends on the package 
 being installed.
 
 Here's what I did:
 
 [EMAIL PROTECTED] packages]# rpm -ivh 
 monodevelop-0.5.1-1.novell.9.1.i386.rpm 
 gecko-sharp-0.6-1.novell.9.1.i386.rpm 
 gtk-sharp-1.0.6-0.novell.9.1.i386.rpm 
 monodoc-1.0.5-1.novell.9.1.i386.rpm mono-web-1.0.6-1.novell.9.1.i386.rpm 
 gtksourceview-sharp-0.5-1.novell.9.1.i386.rpm 
 mono-data-1.0.6-1.novell.9.1.i386.rpm
 Preparing...### 
 [100%]
 file /usr/share/gtksourceview-1.0/language-specs/vbnet.lang 
 from install of gtksourceview-sharp-0.5-1.novell.9.1 conflicts with file 
 from package gtksourceview-1.1.0-4.fc3
 
 
 When I tried the same thing after uninstalling the gtksourceview package 
 that came with FC3, I got this response:
 
 error: Failed dependencies:
 gtksourceview = 1.0 is needed by 
 gtksourceview-sharp-0.5-1.novell.9.1.i386
 
 
 I am not sure what to do since the RPMs I get from go-mono.com are 
 supposed to be compiled/packaged for my distribution. I could, of 
 course, try building from the tarball myself but if I can I really 
 prefer RPMs. Source-RPMs will do fine, too, but I can't seem to find 
 them at go-mono.com, and I don't know if it would actually solve the 
 problem.
 
 What would you suggest me to do?
 
 Thanks in advance,
 Thomas Pryds Lauritsen
 ___
 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


[Mono-list] GTKSourceview#

2004-06-29 Thread Elfred Pagan
Hello,
I am trying to build GTKSourceview# with version 0.7 of GTKSourceview
and I get the following error
checking for gtksourceview-1.0 = 1.0.0... Requested
'gtksourceview-1.0 = 1.0.0' but version of gtksourceview is 0.7.0
during configure
The thing is the highest release of gtksourceview I've been able to find is 0.8
-- 
Elfred Pagan
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] GTKSourceview#

2004-06-29 Thread Duncan Mak
On Wed, 2004-06-30 at 00:15, Elfred Pagan wrote:
 The thing is the highest release of gtksourceview I've been able to find is 0.8

You can get source code of the 1.0.x series here:

ftp.gnome.org:/pub/gnome/sources/gtksourceview/gtksourceview-1.0.1.tar.bz2

and RPMs are also available for the 5 supported platforms.

Duncan.

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] gtksourceview csharp.lang

2003-06-12 Thread John Luke
Hello,

For anyone who is using gtksourceview, I have attempted to add csharp
syntax highlighting.  You can get the file at
http://bugs.gnome.org/show_bug.cgi?id=115040 or help to make it better.

To try it:
put csharp.lang in ~/.gnome2/gtksourceview-1.0/language-specs
and make sure gnome knows about text/x-csharp mimetype.

For example, gedit in cvs uses gtksourceview for syntax highlighting.

John Luke

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list