Page 1 of 1

Hello World not installing

Posted: Thu Mar 28, 2019 6:31 pm
by trevix
I managed to follow the lesson for building an extension with LC builder.
OSX 10.14.3 LC 9.0.4(RC1) Indy
The library gets loaded on test and works

library community.livecode.elanorb.helloworld
metadata version is "1.0.0"
public handler SayHello()
return "Hello World!"
end handler
end library

When I try to install the library I get the following:
Schermata 2019-03-28 alle 18.26.36.png
If i remove line 2 I get the following:

Any help? Thanks

Re: Hello World not installing

Posted: Thu Mar 28, 2019 7:38 pm
by LiveCode_Panos
Hello Trevix,

I think you need to add some more metadata, for example:

Code: Select all

metadata author is "trevix"
metadata title is "testlib"
However the error should have been more descriptive. If you don't mind, could you file a bug report about this?

Kind regards,
Panos
--

Re: Hello World not installing

Posted: Thu Mar 28, 2019 8:47 pm
by trevix
You know it all !!

Adding the two lines, works fine. Thanks

Re: Hello World not installing

Posted: Sun Feb 02, 2020 12:31 pm
by ponef
trevix wrote:
Thu Mar 28, 2019 8:47 pm
You know it all !!

Adding the two lines, works fine. Thanks
Hi Trevix are you using any third party plugins too along this?

Regards,
Ponef Smith

Re: Hello World not installing

Posted: Sun Feb 02, 2020 3:18 pm
by trevix
no. Why should I?