Re: [anjuta-devel] anjuta-extras distcheck broken



Hi James,


Le 08/03/2012 05:23, James Liggett a écrit :
On 03/06/2012 10:35 AM, Sébastien Granjoux wrote:
Now I get different errors:
CXX    ScintillaGTK.lo
In file included from
../../../../plugins/scintilla/scintilla/gtk/ScintillaGTK.cxx:56:0:
../../../../plugins/scintilla/scintilla/scintilla-marshal.h:30:2: error:
#else without #if
This is on a clean tree.

That's unexpected. I have just get the whole project from git and I have run "make" and "make checkdist" without any error.

Could you check what is inside scintilla-marshal.h? here it is quite simple:
#ifndef __scintilla_marshal_MARSHAL_H__
#define __scintilla_marshal_MARSHAL_H__

#include        <glib-object.h>

G_BEGIN_DECLS

/* NONE:INT,POINTER (./gtk/scintilla-marshal.list:1) */
extern void scintilla_marshal_VOID__INT_POINTER (GClosure     *closure,
GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); #define scintilla_marshal_NONE__INT_POINTER scintilla_marshal_VOID__INT_POINTER

G_END_DECLS

#endif /* __scintilla_marshal_MARSHAL_H__ */


Regards,

Sébastien



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]