Re: Linux application crashes

2012-04-13 Thread Chris Bohnert
Hey Glenn, My suggestion, while you're waiting to hear from support, would be to run your app with a tool like Valgrind. It could be you've found a leak in the engine, but you might just have a buggy dependency in your Centos distro. Valgrind output may give you some hints as to where. -- cb O

building ios externals in 5.5-GM3

2012-03-30 Thread Chris Bohnert
With Livecode 5.5-GM3 (build 1479) supporting XCode 4.3.1, can we build externals against R10 of the LiveCodeSDK? A quick 'Hello World' won't build for me, and externals built in 4.2.1 don't seem to work in 5.5 stacks. Anyone else having better luck with this? -- cb _

Re: externals error under linux

2011-07-20 Thread Chris Bohnert
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-i