[MonoDevelop] Makefile problem

Fawad Halim fawad@fawad.net
Thu, 11 Mar 2004 13:06:15 -0600


John,
    It returns:

pkg-config --libs gtksourceview-sharp

The problem is not with locating the lib itself. It seems to be that the makefile doesn't even reference gtksourceview-sharp.dll. Adding that reference makes it build correctly. I added the reference in line 416 in the Makefile.in to get it to work.


-fawad

John Luke wrote:

>On Thu, 2004-03-11 at 12:17 -0600, Fawad Halim wrote:
>
>  
>
>>Hi,
>>    I was getting a problem with compiling
>>
>>src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
>>
>>(type SourceView not found).
>>
>>Basically, the mcs commandline in the $(DLL) target in
>>src/AddIns/DisplayBindings/SourceEditor/Makefile
>>
>>doesn't include a reference to gtksourceview-sharp
>>causing the build to fail. I'm wondering if this is an isolated problem 
>>with my setup or if it's a genuine problem in the Makefile.in
>>
>>This is r1125.
>>
>>    
>>
>
>We use pkg-config to detect the location of gtksourceview-sharp in
>Makefile.am, so if it isn't working you need the -devel rpm or add
>the path to the .pc file to PKG_CONFIG_PATH.
>
>What does:
>pkg-config --libs gtksourceview-sharp
>
>return on your system?
>It should return something like:
>-r:gtksourceview-sharp -lib:/home/jluke/garnome/lib
>
>_______________________________________________
>Monodevelop-list mailing list
>Monodevelop-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>  
>