Problem with smile after update to 1.2

The engine.
Post Reply
sebastian
Posts: 4
Joined: Thu Nov 02, 2017 11:47 am

Problem with smile after update to 1.2

Post by sebastian »

Hi everybody

I would like to use the new smile version(smile-1.2.0-linux64-gcc-5.4-academic) because of the new hybrid nets support. After I have included the new version to my projects I get seven errors.

4x times
undefined reference to 'DSL_LIC1'
network.cxx

2x times
undefined reference to 'DSL_LIC2'
network.cxx

collect2: error: ld returned 1 exit status

The errors didn't depend on my code because I get the errors when only smile.h is included. The previous version is working without any problems.

Best regards and thank you for the help

Sebastian
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Problem with smile after update to 1.2

Post by shooltz[BayesFusion] »

Did you get your personalized SMILE license file from our download website?
sebastian
Posts: 4
Joined: Thu Nov 02, 2017 11:47 am

Re: Problem with smile after update to 1.2

Post by sebastian »

I have no license file. I have the smile-1.2.0-linux64-gcc-5.4-academic.tar.gz file from your site and nothing else.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Problem with smile after update to 1.2

Post by shooltz[BayesFusion] »

After logging in at the download site you should see the "Click here to obtain your SMILE license" link. The generated zip file will contain smile_license.h, just #include it and you should be OK.
sebastian
Posts: 4
Joined: Thu Nov 02, 2017 11:47 am

Re: Problem with smile after update to 1.2

Post by sebastian »

I was unaware that I need the license header.

Thank you and sorry

Sebastian
Post Reply