Re: Build fails if gtksourceview is installed

Serban Udrea <[email protected]> Mon, 01 Mar 2010 22:53:49 +0100
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Message-ID <[email protected]>
CUOQ Pascal wrote:
>> Error: Unbound type constructor SourceViewEnums.source_search_flag
>> make[1]: *** [gtkSourceView2.cmo] Error 2
> 
> I got the same error message recently. I alternated "make depend"
> and "make" and the compilation somehow continued (and I have not
> noticed any ill-effects yet). I have not had time to investigate further.
> 

Hello!

And thank you for the answer. Unfortunately when I try "make depend" the 
result is also an error:

File "gtkSignal.ml", line 69, characters 0-4:
Error: Syntax error
make[2]: *** [real-depend] Error 2
make[2]: Leaving directory `/tmp/SBo/lablgtk-2.14.0/src'
make[1]: *** [depend] Error 2
make[1]: Leaving directory `/tmp/SBo/lablgtk-2.14.0/src'
make: *** [depend] Error 2

Maybe I did not alternate correctly or misunderstood what you mean by 
alternating?!

Best regards,

Serban Udrea