Arc Forumnew | comments | leaders | submitlogin
1 point by lark 4462 days ago | link | parent

Here's what I've tried and the outcome:

http://arclanguage.org/item?id=15723



1 point by akkartik 4462 days ago | link

Can you try the steps I outlined and confirm that it works for you? Perhaps something's messed up about the version you're on. Once you have a working version we can go in and poke at the differences to see where the problem might be.

-----

1 point by lark 4461 days ago | link

I tried the steps and Arc comes up. So ffi.scm must be working.

-----

1 point by akkartik 4461 days ago | link

Great. Can you share a copy of the repo that isn't working? Maybe on github or something?

-----

1 point by lark 4460 days ago | link

I can't share a copy of the repo, but I'm going about introducing FFI the opposite way: pick Arc 3.1 and add any files that are needed to get just FFI and mysql-ffi.

That's the approach that leads into trouble.

-----

1 point by akkartik 4460 days ago | link

That's a good approach. Keep at it, I'm sure you'll figure it out.

One way to get help with it: describe simple step-by-step changes to the repo that cause errors. Download arc 3.1, add this file from here, type this in at the repl, etc. Don't forget the actual text of the error you see as well.

-----