[MonoDevelop] Makefile problem

Fawad Halim fawad@fawad.net
Thu, 11 Mar 2004 12:17:45 -0600


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.

Regards
-fawad