[Mono-list] Gtksourceview-sharp 2

Nicolas Cornu nicolas.cornu at cyber-developpement.com
Fri Jul 29 00:54:01 EDT 2005


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



More information about the Mono-list mailing list