Search Criteria
Package Details: basic256 2.0.0.11-1
Git Clone URL: | https://aur.archlinux.org/basic256.git (read-only, click to copy) |
---|---|
Package Base: | basic256 |
Description: | Educational BASIC programming environment |
Upstream URL: | http://www.basic256.org/ |
Keywords: | basic programming |
Licenses: | |
Submitter: | rscholer |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 6 |
Popularity: | 0.000001 |
First Submitted: | 2008-07-03 13:11 |
Last Updated: | 2020-07-01 05:38 |
Dependencies (8)
- espeak (espeak-test, espeak-ng-extended-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-multimedia (qt5-multimedia-git)
- qt5-serialport (qt5-serialport-git)
- qt5-webkit (qt5-webkit-print, qt5-webkit-git)
- sdl_mixer
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
Latest Comments
dkorzhevin commented on 2012-06-17 09:46
Please update packagebuild, or mark it orphan to make it avaible for othet mainteiners.
Anonymous comment on 2012-06-08 18:52
Using the last comment to get the compile to run, I receive the following error on ARM:
make[1]: *** No rule to make target `Interpreter.cpp', needed by `tmp/obj/Interpreter.o'. Stop.
make[1]: Leaving directory `/tmp/yaourt-tmp-teacher/aur-basic256/src'
make: *** [release] Error 2
install: creating directory â/tmp/yaourt-tmp-teacher/aur-basic256/pkgâ
install: creating directory â/tmp/yaourt-tmp-teacher/aur-basic256/pkg/usrâ
install: creating directory â/tmp/yaourt-tmp-teacher/aur-basic256/pkg/usr/binâ
install: cannot stat âBASIC256â: No such file or directory
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build basic256.
Any ideas?
Anonymous comment on 2012-06-08 18:51
This fails due to package not being found. The following need to be changed in the PKGBUILD for it run:
pkgver=0.9.6.66
source=(http://downloads.sourceforge.net/project/kidbasic/basic256/${pkgname}_${pkgver}.tgz)
md5sums=('829c98f9f00754d1a6610b82cfda64a5')