Package Details: luabind-rpavlik-git v0.9.r145.ga0edf58-1

Git Clone URL: https://aur.archlinux.org/luabind-rpavlik-git.git (read-only, click to copy)
Package Base: luabind-rpavlik-git
Description: A library that helps you create bindings between C++ and Lua
Upstream URL: http://www.rasterbar.com/products/luabind.html
Licenses: MIT
Provides: luabind
Submitter: thiagobbt
Maintainer: thiagobbt
Last Packager: thiagobbt
Votes: 0
Popularity: 0.000000
First Submitted: 2016-07-09 17:47 (UTC)
Last Updated: 2016-07-09 17:57 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

LinuxDonald commented on 2021-12-31 12:04 (UTC)

Please remove boost-build dep. Because its in the boost package already.

gameslayer commented on 2021-05-06 03:48 (UTC)

Having a issue building the package

Building luabind-rpavlik-git...
==> Making package: luabind-rpavlik-git v0.9.r145.ga0edf58-1 (Thu 06 May 2021 13:47:38)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating luabind git repo...
Fetching origin
==> Validating source files with md5sums...
    luabind ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of luabind git repo...
Cloning into 'luabind'...
done.
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
Unable to load B2: could not find 'boost-build.jam'
---------------------------------------------------
Attempted search from '/var/tmp/pamac-build-corey/luabind-rpavlik-git/src/luabind' up to the root at '/usr/bin/b2'
Please consult the documentation at 'https://boostorg.github.io/build/'.

==> ERROR: A failure occurred in build().
    Aborting...

megavolt commented on 2021-04-29 10:26 (UTC) (edited on 2021-04-29 10:33 (UTC) by megavolt)

Just for information in case someone have problems to compile it:

I added:

export BOOST_BUILD_PATH=/usr/share/boost-build/src/kernel/
export LUA_PATH=/usr/include/lua5.1

to the build function.

Since it could not be found by default. No idea way.

Also compiling pcall.o failed everytime. Only lua51 works flawless.