Search Criteria
Package Details: qtads 3.0.0-1
Git Clone URL: | https://aur.archlinux.org/qtads.git (read-only, click to copy) |
---|---|
Package Base: | qtads |
Description: | interpreter for TADS games (compatible with TADS 2 and 3, multimedia and text) |
Upstream URL: | https://realnc.github.io/qtads/ |
Keywords: | fiction game interactive story |
Licenses: | |
Submitter: | 3ED_0 |
Maintainer: | 3ED_0 |
Last Packager: | 3ED_0 |
Votes: | 3 |
Popularity: | 0.016518 |
First Submitted: | 2015-08-22 09:45 |
Last Updated: | 2020-06-18 10:51 |
Latest Comments
krouziciorel commented on 2017-11-29 08:53
This package can not be installed today, in the middle of the compilation there is an error:
tads3/tct3stm.cpp: In static member function ‘static void CTPNVarIn::gen_iter_init(CTcPrsNode*, int, const char*)’:
tads3/tct3stm.cpp:318:24: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
if (create_iter != VM_INVALID_PROP)
^~~~~~~~~~~~~~~
make: *** [Makefile:4708: obj/tct3stm.o] Error 1
I had tried frobtads solution:
./configure --prefix=/usr CXXFLAGS="-std=c++03"
but qtads do not accept ./configure. Only:
CXXFLAGS="-std=c++03"
make the same result.
Is there any wordaround for this package?