Search Criteria
Package Details: ticemu 2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ticemu.git (read-only, click to copy) |
|---|---|
| Package Base: | ticemu |
| Description: | Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features |
| Upstream URL: | https://ce-programming.github.io/CEmu/ |
| Licenses: | GPL |
| Submitter: | Juju |
| Maintainer: | Juju (commandblockguy) |
| Last Packager: | commandblockguy |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-06-14 00:20 (UTC) |
| Last Updated: | 2024-09-05 23:29 (UTC) |
Dependencies (3)
- libarchive (libarchive-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
HurricanePootis commented on 2025-11-18 21:30 (UTC)
I recently made changes to
ticemu-git. This package needs changes too 1. Switch to CMake 2. Updatedepends()andmakedepends()to properly reflect realities of the package 3. Use git submodules. There is no reason to manually download this 4. Set package version in CMake command list 5. Install application file, icon file, and modify application file to be named after theresourceClassof the application. This is needed to get the icon to show on wayland systems.mgunt5 commented on 2024-06-26 15:47 (UTC) (edited on 2024-06-26 15:49 (UTC) by mgunt5)
include-stdexcept.patch(Note: Append this code to the end of yourinclude-stdexcept.patchfile so that thePKGBUILDscript can work. DO NOT REMOVE THE OTHER LINES OF CODE FROM THE FILE)mgunt5 commented on 2024-06-26 15:46 (UTC)
When attempting to build the
PKGBUILDscript, I got an error about some issue withautotester.cpp. I asked a LLM called Claude 3.5 Sonnet for help, it generated some code to modify thePKGBUILDand.patchfiles, and I tested it. It worked. Here are the codes.PKGBUILDSee next comment from me for the other file to patch.
Thyrum commented on 2024-06-10 13:36 (UTC)
A different missing "#include <cstring>" has been added upstream but is somehow missing in this release, see https://github.com/CE-Programming/CEmu/blob/master/tests/autotester/autotester.cpp
maxrdz commented on 2023-07-13 23:45 (UTC)
@19tylermalone94 thanks! Hopefully this can be resolved by the maintainer.
19tylermalone94 commented on 2022-09-05 09:37 (UTC) (edited on 2022-09-05 15:53 (UTC) by 19tylermalone94)
find the patch file "/ticemu/src/include-stdexcept.patch". Add this to the bottom of the patch file:
"namespace autotester { diff --unified --recursive --text CEmu-1.3.orig/tests/autotester/autotester.cpp CEmu-1.3.new/tests/autotester/autotester.cpp
@@ -23,4 +23,5 @@
include "crc32.hpp"
include "json11.hpp"
+#include <cstring>
include "autotester.h"
"
run "# updpkgsums"
install with makepkg -si and you're good
<deleted-account> commented on 2022-06-29 06:33 (UTC)
I've submitted a PR upstream, now we wait
Oman395 commented on 2022-06-18 00:23 (UTC)
Currently getting a build error, "‘memcpy’ was not declared in this scope". Looks like there's a missing #include <cstring>.
Luk313 commented on 2021-10-18 13:17 (UTC)
Hello, I am getting a "Erreur de segmentation (core dumped)" (segmentation error - core dumped) error at first launch. Somone has any clue please ? (all qt5 dependencies have been installed, i would say: e.g. qt5-quickcontrols) Thanks :)
alve commented on 2021-02-05 09:52 (UTC)
I think this package (and it's
-gitpackage) should have a provides= and conflicts= because you can't have both installed at the same time