• Galactic Dynasty Prob

    From Night Stalker@314:314/0 to All on Fri Dec 1 14:21:09 2017
    Anyone having problems compiling oDoors when building GDyn on the Pi? I know
    I have dependancies installed but it still barfs out on lua.h

    ----
    ranlib libs-Linux/libODoors.a
    main.c:14:17: fatal error: lua.h: No such file or directory
    #include <lua.h>
    ^
    compilation terminated
    ---
    I have lua5.1 liblua5.1 and both lua5.1-0-dev and liblua5.1-dev installed. It builds fine on my Linux Mint box.. but wont build on Raspbian for some reason

    --- Mystic BBS v1.12 A35 (Raspberry Pi/32)
    * Origin: internal dimension + idbbs.dlinkddns.com + port 59 (314:314/0)
  • From apam@314:314/115 to Night Stalker on Sat Dec 2 16:47:59 2017
    Night Stalker said....

    Anyone having problems compiling oDoors when building GDyn on the Pi? I
    know
    I have dependancies installed but it still barfs out on lua.h

    It's galactic dynasty failing to build not opendoors, just edit the build script and change the version of lua to match yours.

    Andrew
    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (314:314/115)
  • From Night Stalker@314:314/0 to apam on Sat Dec 2 22:39:58 2017
    On 12/02/17, apam said the following...


    It's galactic dynasty failing to build not opendoors, just edit the
    build script and change the version of lua to match yours.


    Ahhhh.. yea.. it seems the latest LUA on Raspbian is only 5.2 and it defaults to using 5.3.. made 2 changes to the build.sh -llua5.2 and the include path
    and everything was happy

    --- Mystic BBS v1.12 A35 (Raspberry Pi/32)
    * Origin: internal dimension + idbbs.dlinkddns.com + port 59 (314:314/0)