Page 1 of 1
Problem with compiling
Posted: Tue Feb 09, 2016 4:44 pm
by MagicalSpacePotato
I'm trying to create an executable from "main.bb", but i get a "unable to open include file" error if i try to do anything. I have FastExt.bb and everything in the userlibs and source code folder, but it still doesn't work. Thanks in advance.
Re: Problem with compiling
Posted: Tue Feb 09, 2016 5:35 pm
by epicgamer123
You need fastextension and fasttext.dll ^^
Re: Problem with compiling
Posted: Tue Feb 09, 2016 5:54 pm
by MagicalSpacePotato
epicgamer123 wrote:You need fastextension and fasttext.dll ^^
I already have both.
Re: Problem with compiling
Posted: Tue Feb 09, 2016 5:56 pm
by epicgamer123
Re: Problem with compiling
Posted: Tue Feb 09, 2016 6:07 pm
by PXLSHN
MagicalSpacePotato wrote:epicgamer123 wrote:You need fastextension and fasttext.dll ^^
I already have both.
You also need to install "FastText_Unicode.bb" if you don't have it already.
Re: Problem with compiling
Posted: Tue Feb 09, 2016 6:14 pm
by MagicalSpacePotato
PXLSHN wrote:MagicalSpacePotato wrote:epicgamer123 wrote:You need fastextension and fasttext.dll ^^
I already have both.
You also need to install "FastText_Unicode.bb" if you don't have it already.
I don't have that. Where do i get it?
Re: Problem with compiling
Posted: Tue Feb 09, 2016 6:17 pm
by PXLSHN
MagicalSpacePotato wrote:I don't have that. Where do i get it?
You can get it here:
http://www.fastlibs.com/libraries.php
You need to download "FastText", then you should find a file called "FastText_Unicode.bb" inside the downloaded file.
Re: Problem with compiling
Posted: Tue Feb 09, 2016 6:42 pm
by MagicalSpacePotato
PXLSHN wrote:MagicalSpacePotato wrote:I don't have that. Where do i get it?
You can get it here:
http://www.fastlibs.com/libraries.php
You need to download "FastText", then you should find a file called "FastText_Unicode.bb" inside the downloaded file.
That seemed to fix the error, but now i get an "end if without if" error whenever i try to create the executable or run it.
EDIT: Nevermind, i fixed it. I accidentally merged one string with another during editing.