• Building GD from source help

    From MeaTLoTioN@21:1/158 to Apam on Tue Oct 6 01:29:42 2020
    Hey Apam,

    Trying to build from source, but get the following;

    Package lua-5.3 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `lua-5.3.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'lua-5.3' found
    gcc: error: odoors/libs-Linux/libODoors.a: No such file or directory


    I have lua installed...
    # dpkg -l | grep lua
    ii liblua5.1-0:amd64 5.1.5-8.1build2
    ii liblua5.1-0-dev:amd64 5.1.5-8.1build2
    ii liblua5.3-0:amd64 5.3.3-1ubuntu0.18.04.1
    ii liblua50 5.0.3-8
    ii liblua50-dev 5.0.3-8
    ii liblualib50 5.0.3-8
    ii liblualib50-dev 5.0.3-8
    ii lua-compat53:amd64 0.3-3
    ii lua5.3 5.3.3-1ubuntu0.18.04.1
    ii lua50 5.0.3-8


    What is the issue? What do I need to do in order to overcome this issue and
    get it installed?


    Thank you for your help =)

    ---
    |14Best regards,
    |11Ch|03rist|11ia|15n |11a|03ka |11Me|03aTLoT|11io|15N

    |07── |08[|10eml|08] |15ml@erb.pw |07── |08[|10web|08] |15www.erb.pw |07───┐ |07── |08[|09fsx|08] |1521:1/158 |07── |08[|11tqw|08] |151337:1/101 |07┬──┘ |07── |08[|12rtn|08] |1580:774/81 |07─┬ |08[|14fdn|08] |152:250/5 |07───┘
    |07── |08[|10ark|08] |1510:104/2 |07─┘

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (21:1/158)
  • From apam@21:1/126 to MeaTLoTioN on Tue Oct 6 10:38:58 2020
    Package lua-5.3 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `lua-5.3.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'lua-5.3' found

    Unfortunatly finding lua with pkg-config is tricky, and differs depending on the distribution. Try editing the build script and remove the dash between lua and 5.3.

    gcc: error: odoors/libs-Linux/libODoors.a: No such file or directory

    This is more concerning, which version of galactic dynasty are you compiling? It may be an old one which tries to get opendoors from an old repo, if so, check that the git repo in the build script is:

    https://gitlab.com/apamment/odoors/

    Andrew


    --- TitanFTN (Linux/x86_64)
    * Origin: Wunderlust BBS - wunderlust.ddns.net:2023 (21:1/126)
  • From MeaTLoTioN@21:1/158 to apam on Tue Oct 6 02:29:17 2020
    On 06 Oct 2020, apam said the following...

    Package lua-5.3 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `lua-5.3.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'lua-5.3' found

    Unfortunatly finding lua with pkg-config is tricky, and differs
    depending on the distribution. Try editing the build script and remove
    the dash between lua and 5.3.

    gcc: error: odoors/libs-Linux/libODoors.a: No such file or directory

    This is more concerning, which version of galactic dynasty are you compiling? It may be an old one which tries to get opendoors from an old repo, if so, check that the git repo in the build script is:

    https://gitlab.com/apamment/odoors/


    Unfortunately it still doesn't work...
    Package lua5.3 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `lua5.3.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'lua5.3' found
    gcc: error: odoors/libs-Linux/libODoors.a: No such file or directory


    Also the git clone is from your repo as you mentioned above. The zip is the latest one from Agency.

    ---
    |14Best regards,
    |11Ch|03rist|11ia|15n |11a|03ka |11Me|03aTLoT|11io|15N

    |07── |08[|10eml|08] |15ml@erb.pw |07── |08[|10web|08] |15www.erb.pw |07───┐ |07── |08[|09fsx|08] |1521:1/158 |07── |08[|11tqw|08] |151337:1/101 |07┬──┘ |07── |08[|12rtn|08] |1580:774/81 |07─┬ |08[|14fdn|08] |152:250/5 |07───┘
    |07── |08[|10ark|08] |1510:104/2 |07─┘

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (21:1/158)
  • From apam@21:1/101 to MeaTLoTioN on Tue Oct 6 19:56:42 2020
    Unfortunately it still doesn't work...
    Package lua5.3 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `lua5.3.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'lua5.3' found

    Hmm. You do have the lua5.3 development package installed right? You could
    have a look in the pkg config path and see what it's called in there, could
    be lua53 or lua-53 or maybe even just lua

    gcc: error: odoors/libs-Linux/libODoors.a: No such file or directory

    I'm not sure about this one. can you check if that file exists or not? if it does, it might just be failing because of the lua error.

    Andrew

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Bugz@21:4/110 to MeaTLoTioN on Tue Oct 6 13:29:23 2020
    MeaTLoTioN wrote to Apam <=-

    What is the issue? What do I need to do in order to overcome this issue and get it installed?

    I think you need liblua5.3-dev

    It looks like you have lua5.1 & dev, but it needs 5.3 specifically.

    Take care,

    bugz
    (Steve)

    ... Gone crazy, be back later, please leave message.
    ___ MultiMail/Linux v0.52

    --- Mystic BBS/QWK v1.12 A46 2020/08/11 (Linux/64)
    * Origin: BZ&BZ BBS (21:4/110)
  • From MeaTLoTioN@21:1/158 to Bugz on Tue Oct 6 20:39:27 2020
    On 06 Oct 2020, Bugz said the following...

    I think you need liblua5.3-dev
    It looks like you have lua5.1 & dev, but it needs 5.3 specifically.

    Ah brilliant, thanks! I will give that a try.

    ---
    |14Best regards,
    |11Ch|03rist|11ia|15n |11a|03ka |11Me|03aTLoT|11io|15N

    |07── |08[|10eml|08] |15ml@erb.pw |07── |08[|10web|08] |15www.erb.pw |07───┐ |07── |08[|09fsx|08] |1521:1/158 |07── |08[|11tqw|08] |151337:1/101 |07┬──┘ |07── |08[|12rtn|08] |1580:774/81 |07─┬ |08[|14fdn|08] |152:250/5 |07───┘
    |07── |08[|10ark|08] |1510:104/2 |07─┘

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (21:1/158)