AmokHuginnsson / huginn

Programming language with no quirks, so simple every child can master it.
https://huginn.org/
Other
42 stars 2 forks source link

symbol lookup error: huginn: undefined symbol: _ZN4yaal5tools6huginn15full_class_nameERKNS1_8HRuntimeEPKNS1_6HClassEb #1

Closed jfsanchez91 closed 4 years ago

jfsanchez91 commented 5 years ago

I'm using this version:

_                 _              | A programming language with no quirks,        
 | |               (_)             | so simple every child can master it.          
 | |_  _   _  _ _ _ _ _  _ _   |
 | '_ \| | | |/ ` | | ' \| '_ \  | Homepage: https://huginn.org/                 
 | | | | || | (| | | | | | | | | | huginn 0.0.3-20190423                         
 || ||\_,|\_, ||| ||| || | 51bbd2a41bdc308efcbac90abb8dbf9ae3a928c0      
               __/ |               | yaal 0.0.42-20190223                          
              (_/                | 5403259be32402002303e722727bc5de83dfb517

I just want to try your language. So I was running it in the interactive mode. Then I typed:

huginn[0]> import Network as n
huginn[1]> nhuginn: symbol lookup error: huginn: undefined symbol: _ZN4yaal5tools6huginn15full_class_nameERKNS1_8HRuntimeEPKNS1_6HClassEb

This error occured when I typed . after n in the second line.

AmokHuginnsson commented 5 years ago

Thank you for your interest!

Can you tell me how did you install/build the language executor and how did you install/build the yaal library? Also which operating system do you use lsb_release -a?