Search Criteria
Package Details: virtualt 1.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/virtualt.git (read-only, click to copy) |
---|---|
Package Base: | virtualt |
Description: | A Tandy Model 100-family computer emulator |
Upstream URL: | https://virtualt.sourceforge.net |
Licenses: | unknown |
Submitter: | heddwch |
Maintainer: | heddwch |
Last Packager: | heddwch |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-18 01:20 (UTC) |
Last Updated: | 2016-09-18 01:29 (UTC) |
Latest Comments
simona commented on 2025-02-23 17:22 (UTC)
src/io.c: In function ‘hirestimer’: src/io.c:120:5: error: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration] 120 | gettimeofday(&tv, NULL); | ^
~~~simona commented on 2022-05-18 23:31 (UTC)
src/highlight.cpp: In function ‘void style_parse(const char, char, int)’:
src/highlight.cpp:366:71: error: ordered comparison of pointer with integer zero (‘const char’ and ‘int’)
366 | else if (!last && /islower(text) && / text >
0)// && | ~~~~~^~~