Package Details: hashlink-git r1367.4c4de37-1

Git Clone URL: https://aur.archlinux.org/hashlink-git.git (read-only, click to copy)
Package Base: hashlink-git
Description: A virtual machine for Haxe
Upstream URL: https://hashlink.haxe.org/
Licenses: MIT
Conflicts: hashlink-git
Provides: hashlink-git
Submitter: roadtang
Maintainer: roadtang
Last Packager: roadtang
Votes: 0
Popularity: 0.000000
First Submitted: 2018-08-24 15:55 (UTC)
Last Updated: 2021-04-20 17:23 (UTC)

Latest Comments

roadtang commented on 2021-04-20 17:21 (UTC)

@aetherfreak @BjarnoBe @Serra sorry for response so later. updated. hope it works now.

Serra commented on 2020-08-07 15:42 (UTC)

Im trying to use this to run Dead Cells.

Sadly in run into this ./deadcells: symbol lookup error: /usr/lib/sdl.hdll: undefined symbol: glGetString. The issue looks somewhat similar to https://github.com/HaxeFoundation/hashlink/issues/124.

Serra commented on 2020-08-05 19:16 (UTC)

Building this fails with: ibs/sdl/gl.c:32:11: schwerwiegender Fehler: GL/glu.h: Datei oder Verzeichnis nicht gefunden 32 | # include <GL/glu.h> | ^~~~~~~~~~ Kompilierung beendet.

Installing https://www.archlinux.org/packages/extra/x86_64/glu/ fixed this.

BjarnoBe commented on 2020-05-04 18:35 (UTC)

The package fails to build due to a permission error while building (during package), likely the same error as mentioned by aetherfreak.

Updating the definition of package() in the PKGBUILD to the following fixes the issue for me.

package() {
    cd "$srcdir/${pkgname%-VCS}"
    make PREFIX="$pkgdir/usr/" install
}

aetherfreak commented on 2020-05-03 21:56 (UTC)

Problems encountered when installing: Insufficient privellages to copy libraries to /usr/local/lib when running make, and it can't be run as sudo (I altered permissions temporarily to allow on my machine) /usr/local/lib is not in ld.so.conf preventing installed libraries from loading /usr/local/lib/*.ndll needs to be moved to /usr/lib64 in order to work (once added to path) for some reason

supersede commented on 2019-01-04 16:26 (UTC)

Hello, thanks a lot for this package but I encoutered a little error during the hashlink build process. In fact the glu dependencie is missing from the PKGBUILD file.