Andre,

This is the compiler warning you that it can't find a header prototype for
the getXtable function.  In this case the function (which used to be in
XCmdGlue.c) will serve as the declaration and you can remove the warning by
changing the compiler flag -Wimplicit-function-declaration to -Wno-implicit.

In the past there were a number of ifdefs in the XCmdGlue headers that were
controlling the inclusion of the different function prototypes.  I haven't
looked into the headers recently to make sure this is still the same.  You
might check them to see if you're missing a platform or language definition
that is causing this warning to be thrown.

--
cb

On Tue, Jul 19, 2011 at 10:35 PM, Andre Garzia <an...@andregarzia.com>wrote:

> Folks,
>
> Anyone seen this:
>
>  warning: implicit declaration of function ‘getXtable’
> [-Wimplicit-function-declaration]
>
> It is related to some macro error I think, or the linker is not linking
> against the correct stuff...
>
> any clue?
>
> --
> http://www.andregarzia.com All We Do Is Code.
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to