Package Details: squirrel 3.2-1

Git Clone URL: https://aur.archlinux.org/squirrel.git (read-only, click to copy)
Package Base: squirrel
Description: A light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games
Upstream URL: http://www.squirrel-lang.org/
Licenses: MIT
Submitter: None
Maintainer: Biswa96
Last Packager: Biswa96
Votes: 11
Popularity: 0.002025
First Submitted: 2010-12-13 11:20 (UTC)
Last Updated: 2023-06-21 15:34 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

<deleted-account> commented on 2011-07-04 18:39 (UTC)

The library /usr/lib/libsquirrel.a installed by this package should be compiled with -fPIC or this package should provide a shared library. At the moment it is impossible to link Squirrel with a shared library of your own without recompiling it with -fPIC.

<deleted-account> commented on 2011-03-24 23:20 (UTC)

Well... the package is working for other people and me. Did you try to run makepkg without params? If you did it, Does build process crash after running makepkg without params? Have you any trouble like this with other PKGBUILD? Maybe you must try to compile Squirrel by yourself, for check if it builds in your box(Maybe you haven't development tools. Check base-devel). Good luck.

blackdeagle commented on 2011-03-24 11:20 (UTC)

Now I'm getting following error: $ makepkg -is (...) cd squirrel; make sq64 (...) In file included from sqpcheader.h:16:0, from sqclass.cpp:4: sqobject.h: In Elementfunktion »void SQObjectPtr::Null()«: # sqobject.h:269:16: Warning: Converting in no-pointer-type >>SQRawObjectVal<< from NULL sqobject.h:269:16: Warnung: Konvertierung in Nicht-Zeiger-Typ »SQRawObjectVal« von NULL # make[1]: *** [sq64] Error 1 make[1]: *** [sq64] Fehler 1 make[1]: Leaving directory `/path/to/squirrel/src/SQUIRREL3/squirrel' # make: *** [sq64] Error2 make: *** [sq64] Fehler 2

<deleted-account> commented on 2011-03-22 08:18 (UTC)

Pakage updated. Now is more verbose.

blackdeagle commented on 2011-03-16 08:13 (UTC)

Can't compile it with makepkg! Following error: $ makepkg # Means: creating package ==> Erstelle Paket: squirrel 3.0.0-1 (Mi 16. Mär 09:11:22 CET 2011) (...) # checking validity of the source-files with md5sums... ==> Überprüfe Gültigkeit der Quell-Dateien mit md5sums... squirrel_3_0_stable.tar.gz ... Durchgelaufen # extracting sources ==> Entpacke Quellen... # extracting squirrel_3_0_stable.tar.gz with bsdtar -> Entpacke squirrel_3_0_stable.tar.gz mit bsdtar # Starting build() ==> Beginne build()... # Aborting Breche ab ... Why is it aborting? I don't get it - there is no other error message!