Kurt Roeckx wrote:

> Hi,
> 
> Your package is failing to build with the following error:
> lasso_wrap.c:4647: error: invalid type argument of '->'
> lasso_wrap.c:4647: error: syntax error before ')' token
> [...]
> lasso_wrap.c:5148: error: invalid type argument of '->'
> lasso_wrap.c:5148: error: syntax error before ')' token
> [...]
> (About 10 times)
> 
> My first guess would be that there is a missing include or build
> dependency.  My first guess would go to swig?  Atleast having
> that installed seems to work for me.

It should compile fine without swig, and it actually fails to build a
useful binary with swig 1.3.25 so bindings source files are created
upstream with 1.3.24.  I can reproduce the error on another computer;
I'll debug it tomorrow.


> It's also giving _alot_ of warning of this type:
> warning: dereferencing type-punned pointer will break strict-aliasing rules
> You can probably use -fno-strict-aliasing as a workaround for
> this.
 
Those are from SWIG generated code; it is true that gcc option should
be added for cleaner logs.



        Frederic


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to