antirez / load81

SDL based Lua programming environment for kids similar to Codea
BSD 2-Clause "Simplified" License
647 stars 64 forks source link

Unable to compile #47

Closed xyproto closed 12 years ago

xyproto commented 12 years ago

When compiling the latest git version, I get this error:

``cc -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu load81.o editor.o framebuffer.o lua/src/liblua.a lua/src/liblua.a -lmpkg-config --libs sdl SDL_gfx-o load81 editor.o: In functioneditorUpdateSyntax': editor.c:(.text+0x1bd): undefined reference to `isnumber' collect2: ld returned 1 exit status make: *\ [load81] Error 1 ==> ERROR: A failure occurred in build().


Fully updated 64-bit Arch Linux. Here's the AUR package:
https://aur.archlinux.org/packages.php?ID=57322

Thanks.
antirez commented 12 years ago

Fixed, thank you, closing the issue.