up to date
skateBerlin opened this issue · 3 comments
Hi,
is this up to date? I am having a build fail. even while testing the master.
Sorry for asking, I am new to this. Maybe I am wrong. But if the master is not working, how can we dive into it to learn?
Thank you!
Please tell me the fail, and how you are testing, and the version of fuse.
Hi, I answered you in the slack community.
I am on OSX 10.11
I am using fuse 0.12.2
build from terminal:
fuse preview sqlite_example.unoproj
error: ... /SQLiteStatement.uno(6,8,6,13): Error E3114: There is nothing named 'Bolav' accessible in this scope. Are you missing a package reference?
Thank you for your quick response!
You need to install this library to use it. https://github.com/bolav/fuse-foreignhelpers
You can do it with fusepm
like this: fusepm install
in the SQLite directory.