General discussion about LÖVE, Lua, game development, puns, and unicorns.
-
ljdp
- Party member
- Posts: 209
- Joined: Sat Jan 03, 2009 1:04 pm
-
Contact:
Post
by ljdp »
I can't use any external library inside love, I get this error:
Code: Select all
Error: error loading module 'curses' from file '/usr/local/lib/lua/5.1/curses.so':
dynamic libraries not enabled; check your Lua installation
Does this mean I have to recompile love and lua with the correct flags?
Solution:
Put .so files inside "~/library/application support/LOVE/"
Last edited by
ljdp on Mon Jun 04, 2012 4:21 pm, edited 1 time in total.
-
bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
-
Contact:
Post
by bartbes »
That's just your lua install, love doesn't care. (Actually, had you been using love's binary loader it would've worked.)
-
Roland_Yonaba
- Inner party member
- Posts: 1563
- Joined: Tue Jun 21, 2011 6:08 pm
- Location: Ouagadougou (Burkina Faso)
-
Contact:
Post
by Roland_Yonaba »
Hi,
Can't figure out by myself, but I do hope
that might help...
Users browsing this forum: Google [Bot] and 3 guests