externals error under linux

Andre Garzia andre at andregarzia.com
Wed Jul 20 12:42:14 EDT 2011


Chris,

Thank you very much! I will look into that. :-)

The Linux Externals SDK is not used much, so I guess there might be bugs.

:-)

On Wed, Jul 20, 2011 at 1:36 PM, Chris Bohnert <chris at altuit.com> wrote:

> 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 <andre at 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 at 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
http://www.andregarzia.com All We Do Is Code.



More information about the use-livecode mailing list